Merge "Rename dependencies after removing Android.mk versions of car libs"
diff --git a/car-lib/Android.bp b/car-lib/Android.bp
index 9e0d166..6319d26 100644
--- a/car-lib/Android.bp
+++ b/car-lib/Android.bp
@@ -222,9 +222,7 @@
     srcs: [
         ":android.car-stub-docs",
     ],
-    libs: [
-        "android.car",
-    ],
+    sdk_version: "current",
     product_variables: {
         pdk: {
             enabled: false,
@@ -239,6 +237,7 @@
 java_library {
     name: "android.car-stubs-dex",
     static_libs: ["android.car-stubs"],
+    sdk_version: "current",
     product_variables: {
         pdk: {
             enabled: false,
@@ -252,9 +251,7 @@
     srcs: [
         ":android.car-system-stubs-docs",
     ],
-    libs: [
-        "android.car",
-    ],
+    sdk_version: "system_current",
     product_variables: {
         pdk: {
             enabled: false,
@@ -269,6 +266,7 @@
 java_library {
     name: "android.car-system-stubs-dex",
     static_libs: ["android.car-system-stubs"],
+    sdk_version: "system_current",
     product_variables: {
         pdk: {
             enabled: false,
@@ -277,14 +275,12 @@
     compile_dex: true,
 }
 
-java_library_static {
+java_library {
     name: "android.car-test-stubs",
     srcs: [
         ":android.car-test-stubs-docs",
     ],
-    libs: [
-        "android.car",
-    ],
+    sdk_version: "test_current",
     product_variables: {
         pdk: {
             enabled: false,
@@ -296,6 +292,7 @@
 java_library {
     name: "android.car-test-stubs-dex",
     static_libs: ["android.car-test-stubs"],
+    sdk_version: "test_current",
     product_variables: {
         pdk: {
             enabled: false,
diff --git a/car-lib/api/current.txt b/car-lib/api/current.txt
index bab3b88..925ec9f 100644
--- a/car-lib/api/current.txt
+++ b/car-lib/api/current.txt
@@ -420,6 +420,7 @@
     method @Nullable public T getMinValue(int);
     method @Nullable public T getMinValue();
     method public int getPropertyId();
+    method @NonNull public Class<T> getPropertyType();
     method public boolean isGlobalProperty();
     method public void writeToParcel(android.os.Parcel, int);
     field public static final android.os.Parcelable.Creator<android.car.hardware.CarPropertyConfig> CREATOR;
diff --git a/car-lib/api/system-current.txt b/car-lib/api/system-current.txt
index 337eb63..55deb87 100644
--- a/car-lib/api/system-current.txt
+++ b/car-lib/api/system-current.txt
@@ -118,16 +118,6 @@
     method public void onProjectionStatusChanged(int, @Nullable String, @NonNull java.util.List<android.car.projection.ProjectionStatus>);
   }
 
-  public final class CarUserManager {
-    method @Nullable @RequiresPermission(android.Manifest.permission.MANAGE_USERS) public android.content.pm.UserInfo createDriver(@NonNull String, boolean);
-    method @Nullable @RequiresPermission(android.Manifest.permission.MANAGE_USERS) public android.content.pm.UserInfo createPassenger(@NonNull String, int);
-    method @NonNull @RequiresPermission(android.Manifest.permission.MANAGE_USERS) public java.util.List<android.content.pm.UserInfo> getAllDrivers();
-    method @NonNull @RequiresPermission(android.Manifest.permission.MANAGE_USERS) public java.util.List<android.content.pm.UserInfo> getPassengers(int);
-    method @RequiresPermission(android.Manifest.permission.MANAGE_USERS) public boolean startPassenger(int, int);
-    method @RequiresPermission(android.Manifest.permission.MANAGE_USERS) public boolean stopPassenger(int);
-    method @RequiresPermission(android.Manifest.permission.MANAGE_USERS) public boolean switchDriver(int);
-  }
-
   public final class VehicleAreaDoor {
     field public static final int DOOR_HOOD = 268435456; // 0x10000000
     field public static final int DOOR_REAR = 536870912; // 0x20000000
@@ -594,7 +584,6 @@
 package android.car.hardware {
 
   public final class CarPropertyConfig<T> implements android.os.Parcelable {
-    method @NonNull public Class<T> getPropertyType();
     method public static <T> android.car.hardware.CarPropertyConfig.Builder<T> newBuilder(Class<T>, int, int, int);
   }
 
@@ -1096,6 +1085,21 @@
 
 }
 
+package android.car.user {
+
+  public final class CarUserManager {
+    method @Nullable @RequiresPermission(android.Manifest.permission.MANAGE_USERS) public int createDriver(@NonNull String, boolean);
+    method @Nullable @RequiresPermission(android.Manifest.permission.MANAGE_USERS) public int createPassenger(@NonNull String, int);
+    method @NonNull @RequiresPermission(android.Manifest.permission.MANAGE_USERS) public java.util.List<java.lang.Integer> getAllDrivers();
+    method @NonNull @RequiresPermission(android.Manifest.permission.MANAGE_USERS) public java.util.List<java.lang.Integer> getPassengers(int);
+    method @RequiresPermission(android.Manifest.permission.MANAGE_USERS) public boolean startPassenger(int, int);
+    method @RequiresPermission(android.Manifest.permission.MANAGE_USERS) public boolean stopPassenger(int);
+    method @RequiresPermission(android.Manifest.permission.MANAGE_USERS) public boolean switchDriver(int);
+    field public static final int INVALID_USER_ID = -10000; // 0xffffd8f0
+  }
+
+}
+
 package android.car.vms {
 
   public final class VmsAssociatedLayer implements android.os.Parcelable {
diff --git a/car-lib/api/test-current.txt b/car-lib/api/test-current.txt
index 515bd93..0924919 100644
--- a/car-lib/api/test-current.txt
+++ b/car-lib/api/test-current.txt
@@ -1,4 +1,22 @@
 // Signature format: 2.0
+package android.car {
+
+  public class VehiclePropertyType {
+    field public static final int BOOLEAN = 2097152; // 0x200000
+    field public static final int BYTES = 7340032; // 0x700000
+    field public static final int FLOAT = 6291456; // 0x600000
+    field public static final int FLOAT_VEC = 6356992; // 0x610000
+    field public static final int INT32 = 4194304; // 0x400000
+    field public static final int INT32_VEC = 4259840; // 0x410000
+    field public static final int INT64 = 5242880; // 0x500000
+    field public static final int INT64_VEC = 5308416; // 0x510000
+    field public static final int MASK = 16711680; // 0xff0000
+    field public static final int MIXED = 14680064; // 0xe00000
+    field public static final int STRING = 1048576; // 0x100000
+  }
+
+}
+
 package android.car.content.pm {
 
   public final class CarPackageManager {
diff --git a/car-lib/src/android/car/AoapService.java b/car-lib/src/android/car/AoapService.java
index 0637e75..de21621 100644
--- a/car-lib/src/android/car/AoapService.java
+++ b/car-lib/src/android/car/AoapService.java
@@ -16,8 +16,6 @@
 
 package android.car;
 
-import static com.android.internal.util.Preconditions.checkNotNull;
-
 import android.annotation.IntDef;
 import android.annotation.MainThread;
 import android.annotation.NonNull;
@@ -39,6 +37,7 @@
 import java.lang.annotation.Retention;
 import java.lang.annotation.RetentionPolicy;
 import java.lang.ref.WeakReference;
+import java.util.Objects;
 
 /**
  * The service that must be implemented by USB AOAP handler system apps. The app must hold the
@@ -203,7 +202,7 @@
             switch (msg.what) {
                 case MSG_NEW_DEVICE_ATTACHED: {
                     int res = service.isDeviceSupported(
-                            checkNotNull(data.getParcelable(KEY_DEVICE)));
+                            Objects.requireNonNull(data.getParcelable(KEY_DEVICE)));
                     if (res != RESULT_OK && res != RESULT_DEVICE_NOT_SUPPORTED) {
                         throw new IllegalArgumentException("Result can not be " + res);
                     }
@@ -213,7 +212,7 @@
 
                 case MSG_CAN_SWITCH_TO_AOAP: {
                     int res = service.canSwitchToAoap(
-                            checkNotNull(data.getParcelable(KEY_DEVICE)));
+                            Objects.requireNonNull(data.getParcelable(KEY_DEVICE)));
                     if (res != RESULT_OK && res != RESULT_DEVICE_NOT_SUPPORTED
                             && res != RESULT_DO_NOT_SWITCH_TO_AOAP) {
                         throw new IllegalArgumentException("Result can not be " + res);
diff --git a/car-lib/src/android/car/Car.java b/car-lib/src/android/car/Car.java
index 3bf0f5d..9c8ffa3 100644
--- a/car-lib/src/android/car/Car.java
+++ b/car-lib/src/android/car/Car.java
@@ -49,6 +49,7 @@
 import android.car.storagemonitoring.CarStorageMonitoringManager;
 import android.car.test.CarTestManagerBinderWrapper;
 import android.car.trust.CarTrustAgentEnrollmentManager;
+import android.car.user.CarUserManager;
 import android.car.vms.VmsSubscriberManager;
 import android.content.ComponentName;
 import android.content.Context;
@@ -67,7 +68,6 @@
 
 import com.android.internal.annotations.GuardedBy;
 import com.android.internal.annotations.VisibleForTesting;
-import com.android.internal.util.Preconditions;
 
 import java.lang.annotation.ElementType;
 import java.lang.annotation.Retention;
@@ -77,6 +77,7 @@
 import java.util.Collections;
 import java.util.HashMap;
 import java.util.List;
+import java.util.Objects;
 
 /**
  *   Top level car API for embedded Android Auto deployments.
@@ -1036,7 +1037,7 @@
             @Nullable Handler handler, long waitTimeoutMs,
             @NonNull CarServiceLifecycleListener statusChangeListener) {
         assertNonNullContext(context);
-        Preconditions.checkNotNull(statusChangeListener);
+        Objects.requireNonNull(statusChangeListener);
         Car car = null;
         IBinder service = null;
         boolean started = false;
@@ -1117,7 +1118,7 @@
     }
 
     private static void assertNonNullContext(Context context) {
-        Preconditions.checkNotNull(context);
+        Objects.requireNonNull(context);
         if (context instanceof ContextWrapper
                 && ((ContextWrapper) context).getBaseContext() == null) {
             throw new NullPointerException(
diff --git a/car-lib/src/android/car/CarBugreportManager.java b/car-lib/src/android/car/CarBugreportManager.java
index 99f2c7c..68c11d3 100644
--- a/car-lib/src/android/car/CarBugreportManager.java
+++ b/car-lib/src/android/car/CarBugreportManager.java
@@ -25,13 +25,12 @@
 import android.os.ParcelFileDescriptor;
 import android.os.RemoteException;
 
-import com.android.internal.util.Preconditions;
-
 import libcore.io.IoUtils;
 
 import java.lang.annotation.Retention;
 import java.lang.annotation.RetentionPolicy;
 import java.lang.ref.WeakReference;
+import java.util.Objects;
 
 /**
  * Car specific bugreport manager. Only available for userdebug and eng builds.
@@ -178,9 +177,9 @@
             @NonNull ParcelFileDescriptor output,
             @NonNull ParcelFileDescriptor extraOutput,
             @NonNull CarBugreportManagerCallback callback) {
-        Preconditions.checkNotNull(output);
-        Preconditions.checkNotNull(extraOutput);
-        Preconditions.checkNotNull(callback);
+        Objects.requireNonNull(output);
+        Objects.requireNonNull(extraOutput);
+        Objects.requireNonNull(callback);
         try {
             CarBugreportManagerCallbackWrapper wrapper =
                     new CarBugreportManagerCallbackWrapper(callback, getEventHandler());
diff --git a/car-lib/src/android/car/CarProjectionManager.java b/car-lib/src/android/car/CarProjectionManager.java
index bc4107f..47d9577 100644
--- a/car-lib/src/android/car/CarProjectionManager.java
+++ b/car-lib/src/android/car/CarProjectionManager.java
@@ -56,6 +56,7 @@
 import java.util.LinkedHashSet;
 import java.util.List;
 import java.util.Map;
+import java.util.Objects;
 import java.util.Set;
 import java.util.concurrent.Executor;
 
@@ -264,7 +265,7 @@
     @RequiresPermission(Car.PERMISSION_CAR_PROJECTION)
     public void registerProjectionListener(@NonNull CarProjectionListener listener,
             int voiceSearchFilter) {
-        Preconditions.checkNotNull(listener, "listener cannot be null");
+        Objects.requireNonNull(listener, "listener cannot be null");
         synchronized (mLock) {
             if (mListener == null || mVoiceSearchFilter != voiceSearchFilter) {
                 addKeyEventHandler(
@@ -462,7 +463,7 @@
      */
     @RequiresPermission(Car.PERMISSION_CAR_PROJECTION)
     public void registerProjectionRunner(@NonNull Intent serviceIntent) {
-        Preconditions.checkNotNull("serviceIntent cannot be null");
+        Objects.requireNonNull("serviceIntent cannot be null");
         synchronized (mLock) {
             try {
                 mService.registerProjectionRunner(serviceIntent);
@@ -479,7 +480,7 @@
      */
     @RequiresPermission(Car.PERMISSION_CAR_PROJECTION)
     public void unregisterProjectionRunner(@NonNull Intent serviceIntent) {
-        Preconditions.checkNotNull("serviceIntent cannot be null");
+        Objects.requireNonNull("serviceIntent cannot be null");
         synchronized (mLock) {
             try {
                 mService.unregisterProjectionRunner(serviceIntent);
@@ -506,7 +507,7 @@
      */
     @RequiresPermission(Car.PERMISSION_CAR_PROJECTION)
     public void startProjectionAccessPoint(@NonNull ProjectionAccessPointCallback callback) {
-        Preconditions.checkNotNull(callback, "callback cannot be null");
+        Objects.requireNonNull(callback, "callback cannot be null");
         synchronized (mLock) {
             Looper looper = getEventHandler().getLooper();
             ProjectionAccessPointCallbackProxy proxy =
@@ -572,7 +573,7 @@
     @RequiresPermission(Car.PERMISSION_CAR_PROJECTION)
     public boolean requestBluetoothProfileInhibit(
             @NonNull BluetoothDevice device, int profile) {
-        Preconditions.checkNotNull(device, "device cannot be null");
+        Objects.requireNonNull(device, "device cannot be null");
         try {
             return mService.requestBluetoothProfileInhibit(device, profile, mToken);
         } catch (RemoteException e) {
@@ -590,7 +591,7 @@
      */
     @RequiresPermission(Car.PERMISSION_CAR_PROJECTION)
     public boolean releaseBluetoothProfileInhibit(@NonNull BluetoothDevice device, int profile) {
-        Preconditions.checkNotNull(device, "device cannot be null");
+        Objects.requireNonNull(device, "device cannot be null");
         try {
             return mService.releaseBluetoothProfileInhibit(device, profile, mToken);
         } catch (RemoteException e) {
@@ -608,7 +609,7 @@
      */
     @RequiresPermission(Car.PERMISSION_CAR_PROJECTION)
     public void updateProjectionStatus(@NonNull ProjectionStatus status) {
-        Preconditions.checkNotNull(status, "status cannot be null");
+        Objects.requireNonNull(status, "status cannot be null");
         try {
             mService.updateProjectionStatus(status, mToken);
         } catch (RemoteException e) {
@@ -626,7 +627,7 @@
      */
     @RequiresPermission(Car.PERMISSION_CAR_PROJECTION_STATUS)
     public void registerProjectionStatusListener(@NonNull ProjectionStatusListener listener) {
-        Preconditions.checkNotNull(listener, "listener cannot be null");
+        Objects.requireNonNull(listener, "listener cannot be null");
         synchronized (mLock) {
             mProjectionStatusListeners.add(listener);
 
@@ -657,7 +658,7 @@
      */
     @RequiresPermission(Car.PERMISSION_CAR_PROJECTION_STATUS)
     public void unregisterProjectionStatusListener(@NonNull ProjectionStatusListener listener) {
-        Preconditions.checkNotNull(listener, "listener cannot be null");
+        Objects.requireNonNull(listener, "listener cannot be null");
         synchronized (mLock) {
             if (!mProjectionStatusListeners.remove(listener)
                     || !mProjectionStatusListeners.isEmpty()) {
diff --git a/car-lib/src/android/car/VehiclePropertyType.java b/car-lib/src/android/car/VehiclePropertyType.java
index b236d2d..d7b86e3 100644
--- a/car-lib/src/android/car/VehiclePropertyType.java
+++ b/car-lib/src/android/car/VehiclePropertyType.java
@@ -17,6 +17,7 @@
 package android.car;
 
 import android.annotation.IntDef;
+import android.annotation.TestApi;
 
 import java.lang.annotation.Retention;
 import java.lang.annotation.RetentionPolicy;
@@ -26,6 +27,7 @@
  * Value type of VehicleProperty
  * @hide
  */
+@TestApi
 public class VehiclePropertyType {
     public static final int STRING          = 0x00100000;
     public static final int BOOLEAN         = 0x00200000;
diff --git a/car-lib/src/android/car/hardware/CarPropertyConfig.java b/car-lib/src/android/car/hardware/CarPropertyConfig.java
index 87c4b46..a74a361 100644
--- a/car-lib/src/android/car/hardware/CarPropertyConfig.java
+++ b/car-lib/src/android/car/hardware/CarPropertyConfig.java
@@ -203,10 +203,23 @@
     }
 
     /**
-     * @return Value type of VehicleProperty.
-     * @hide
+     * Returns the value type of the vehicle property.
+     * <p>The value type could be one of the following:
+     * <ul>
+     *   <li>Boolean</li>
+     *   <li>Float</li>
+     *   <li>Float[]</li>
+     *   <li>Integer</li>
+     *   <li>Integer[]</li>
+     *   <li>Long</li>
+     *   <li>Long[]</li>
+     *   <li>String</li>
+     *   <li>byte[]</li>
+     *   <li>Object[]</li>
+     * </ul>
+     *
+     * @return the value type of the vehicle property.
      */
-    @SystemApi
     @NonNull
     public Class<T> getPropertyType() {
         return mType;
diff --git a/car-lib/src/android/car/CarUserManager.java b/car-lib/src/android/car/user/CarUserManager.java
similarity index 77%
rename from car-lib/src/android/car/CarUserManager.java
rename to car-lib/src/android/car/user/CarUserManager.java
index 6ea62af..6fa2592 100644
--- a/car-lib/src/android/car/CarUserManager.java
+++ b/car-lib/src/android/car/user/CarUserManager.java
@@ -14,19 +14,24 @@
  * limitations under the License.
  */
 
-package android.car;
+package android.car.user;
 
 import android.annotation.NonNull;
 import android.annotation.Nullable;
 import android.annotation.RequiresPermission;
 import android.annotation.SystemApi;
 import android.annotation.UserIdInt;
+import android.car.Car;
+import android.car.CarManagerBase;
+import android.car.ICarUserService;
 import android.content.pm.UserInfo;
 import android.os.IBinder;
 import android.os.RemoteException;
+import android.os.UserHandle;
 
 import com.android.internal.annotations.VisibleForTesting;
 
+import java.util.ArrayList;
 import java.util.Collections;
 import java.util.List;
 
@@ -38,6 +43,9 @@
 @SystemApi
 public final class CarUserManager extends CarManagerBase {
 
+    /* User id representing invalid user */
+    public static final int INVALID_USER_ID = UserHandle.USER_NULL;
+
     private static final String TAG = CarUserManager.class.getSimpleName();
     private final ICarUserService mService;
 
@@ -53,7 +61,7 @@
      *
      * @param name The name of the driver to be created.
      * @param admin Whether the created driver will be an admin.
-     * @return {@link UserInfo} object of the created driver, or {@code null} if the driver could
+     * @return user id of the created driver, or {@code INVALID_USER_ID} if the driver could
      *         not be created.
      *
      * @hide
@@ -61,9 +69,10 @@
     @SystemApi
     @RequiresPermission(android.Manifest.permission.MANAGE_USERS)
     @Nullable
-    public UserInfo createDriver(@NonNull String name, boolean admin) {
+    public int createDriver(@NonNull String name, boolean admin) {
         try {
-            return mService.createDriver(name, admin);
+            UserInfo ui = mService.createDriver(name, admin);
+            return ui != null ? ui.id : INVALID_USER_ID;
         } catch (RemoteException e) {
             return handleRemoteExceptionFromCarService(e, null);
         }
@@ -74,7 +83,7 @@
      *
      * @param name The name of the passenger to be created.
      * @param driverId User id of the driver under whom a passenger is created.
-     * @return {@link UserInfo} object of the created passenger, or {@code null} if the passenger
+     * @return user id of the created passenger, or {@code INVALID_USER_ID} if the passenger
      *         could not be created.
      *
      * @hide
@@ -82,9 +91,10 @@
     @SystemApi
     @RequiresPermission(android.Manifest.permission.MANAGE_USERS)
     @Nullable
-    public UserInfo createPassenger(@NonNull String name, @UserIdInt int driverId) {
+    public int createPassenger(@NonNull String name, @UserIdInt int driverId) {
         try {
-            return mService.createPassenger(name, driverId);
+            UserInfo ui = mService.createPassenger(name, driverId);
+            return ui != null ? ui.id : INVALID_USER_ID;
         } catch (RemoteException e) {
             return handleRemoteExceptionFromCarService(e, null);
         }
@@ -111,16 +121,16 @@
     /**
      * Returns all drivers who can occupy the driving zone. Guest users are included in the list.
      *
-     * @return the list of {@link UserInfo} who can be a driver on the device.
+     * @return the list of user ids who can be a driver on the device.
      *
      * @hide
      */
     @SystemApi
     @RequiresPermission(android.Manifest.permission.MANAGE_USERS)
     @NonNull
-    public List<UserInfo> getAllDrivers() {
+    public List<Integer> getAllDrivers() {
         try {
-            return mService.getAllDrivers();
+            return getUserIdsFromUserInfos(mService.getAllDrivers());
         } catch (RemoteException e) {
             return handleRemoteExceptionFromCarService(e, Collections.emptyList());
         }
@@ -130,16 +140,16 @@
      * Returns all passengers under the given driver.
      *
      * @param driverId User id of a driver.
-     * @return the list of {@link UserInfo} who is a passenger under the given driver.
+     * @return the list of user ids who are passengers under the given driver.
      *
      * @hide
      */
     @SystemApi
     @RequiresPermission(android.Manifest.permission.MANAGE_USERS)
     @NonNull
-    public List<UserInfo> getPassengers(@UserIdInt int driverId) {
+    public List<Integer> getPassengers(@UserIdInt int driverId) {
         try {
-            return mService.getPassengers(driverId);
+            return getUserIdsFromUserInfos(mService.getPassengers(driverId));
         } catch (RemoteException e) {
             return handleRemoteExceptionFromCarService(e, Collections.emptyList());
         }
@@ -188,4 +198,12 @@
     public void onCarDisconnected() {
         // nothing to do
     }
+
+    private List<Integer> getUserIdsFromUserInfos(List<UserInfo> infos) {
+        List<Integer> ids = new ArrayList<>(infos.size());
+        for (UserInfo ui : infos) {
+            ids.add(ui.id);
+        }
+        return ids;
+    }
 }
diff --git a/car-lib/src/android/car/vms/VmsAssociatedLayer.java b/car-lib/src/android/car/vms/VmsAssociatedLayer.java
index e522faa..29b7af1 100644
--- a/car-lib/src/android/car/vms/VmsAssociatedLayer.java
+++ b/car-lib/src/android/car/vms/VmsAssociatedLayer.java
@@ -21,8 +21,6 @@
 import android.os.Parcel;
 import android.os.Parcelable;
 
-import com.android.internal.util.Preconditions;
-
 import java.util.*;
 
 /**
@@ -42,7 +40,7 @@
      * @param publisherIds IDs of publishers associated with the layer
      */
     public VmsAssociatedLayer(@NonNull VmsLayer layer, @NonNull Set<Integer> publisherIds) {
-        mLayer = Preconditions.checkNotNull(layer, "layer cannot be null");
+        mLayer = Objects.requireNonNull(layer, "layer cannot be null");
         mPublisherIds = Collections.unmodifiableSet(publisherIds);
     }
 
diff --git a/car-lib/src/android/car/vms/VmsLayerDependency.java b/car-lib/src/android/car/vms/VmsLayerDependency.java
index 8cf8722..42753ff 100644
--- a/car-lib/src/android/car/vms/VmsLayerDependency.java
+++ b/car-lib/src/android/car/vms/VmsLayerDependency.java
@@ -21,8 +21,6 @@
 import android.os.Parcel;
 import android.os.Parcelable;
 
-import com.android.internal.util.Preconditions;
-
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.HashSet;
@@ -50,7 +48,7 @@
      * @param dependencies layers that the given layer depends on
      */
     public VmsLayerDependency(@NonNull VmsLayer layer, @NonNull Set<VmsLayer> dependencies) {
-        mLayer = Preconditions.checkNotNull(layer, "layer cannot be null");
+        mLayer = Objects.requireNonNull(layer, "layer cannot be null");
         mDependency = Collections.unmodifiableSet(dependencies);
     }
 
diff --git a/car-lib/src/android/car/vms/VmsPublisherClientService.java b/car-lib/src/android/car/vms/VmsPublisherClientService.java
index 30ef727..13ee129 100644
--- a/car-lib/src/android/car/vms/VmsPublisherClientService.java
+++ b/car-lib/src/android/car/vms/VmsPublisherClientService.java
@@ -34,9 +34,9 @@
 import android.util.Log;
 
 import com.android.internal.annotations.GuardedBy;
-import com.android.internal.util.Preconditions;
 
 import java.lang.ref.WeakReference;
+import java.util.Objects;
 
 /**
  * API implementation of a Vehicle Map Service publisher client.
@@ -109,7 +109,7 @@
      * @throws IllegalStateException if publisher services are not available
      */
     public final void publish(@NonNull VmsLayer layer, int publisherId, byte[] payload) {
-        Preconditions.checkNotNull(layer, "layer cannot be null");
+        Objects.requireNonNull(layer, "layer cannot be null");
         if (DBG) Log.d(TAG, "Publishing for layer : " + layer);
 
         IBinder token = getTokenForPublisherServiceThreadSafe();
@@ -128,7 +128,7 @@
      * @throws IllegalStateException if publisher services are not available
      */
     public final void setLayersOffering(@NonNull VmsLayersOffering offering) {
-        Preconditions.checkNotNull(offering, "offering cannot be null");
+        Objects.requireNonNull(offering, "offering cannot be null");
         if (DBG) Log.d(TAG, "Setting layers offering : " + offering);
 
         IBinder token = getTokenForPublisherServiceThreadSafe();
diff --git a/car-lib/src/android/car/vms/VmsSubscriberManager.java b/car-lib/src/android/car/vms/VmsSubscriberManager.java
index 4e53bf8..94e0d94 100644
--- a/car-lib/src/android/car/vms/VmsSubscriberManager.java
+++ b/car-lib/src/android/car/vms/VmsSubscriberManager.java
@@ -28,8 +28,8 @@
 import android.util.Log;
 
 import com.android.internal.annotations.GuardedBy;
-import com.android.internal.util.Preconditions;
 
+import java.util.Objects;
 import java.util.concurrent.Executor;
 
 /**
@@ -130,9 +130,9 @@
             if (mClientCallback != null) {
                 throw new IllegalStateException("Client callback is already configured.");
             }
-            mClientCallback = Preconditions.checkNotNull(clientCallback,
+            mClientCallback = Objects.requireNonNull(clientCallback,
                     "clientCallback cannot be null");
-            mExecutor = Preconditions.checkNotNull(executor, "executor cannot be null");
+            mExecutor = Objects.requireNonNull(executor, "executor cannot be null");
         }
         try {
             mVmsSubscriberService.addVmsSubscriberToNotifications(mSubscriberManagerClient);
diff --git a/car_product/build/car.mk b/car_product/build/car.mk
index e192401..4814f9a 100644
--- a/car_product/build/car.mk
+++ b/car_product/build/car.mk
@@ -61,15 +61,6 @@
 
 # Overlay for Google network and fused location providers
 $(call inherit-product, device/sample/products/location_overlay.mk)
-$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
-$(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk)
-$(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk)
-$(call inherit-product-if-exists, external/google-fonts/coming-soon/fonts.mk)
-$(call inherit-product-if-exists, external/google-fonts/cutive-mono/fonts.mk)
-$(call inherit-product-if-exists, external/noto-fonts/fonts.mk)
-$(call inherit-product-if-exists, external/roboto-fonts/fonts.mk)
-$(call inherit-product-if-exists, external/hyphenation-patterns/patterns.mk)
-$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
 $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
 $(call inherit-product, packages/services/Car/car_product/build/car_base.mk)
 
diff --git a/car_product/overlay/frameworks/base/core/res/res/values-as/strings.xml b/car_product/overlay/frameworks/base/core/res/res/values-as/strings.xml
index 9091503..ea877d4 100644
--- a/car_product/overlay/frameworks/base/core/res/res/values-as/strings.xml
+++ b/car_product/overlay/frameworks/base/core/res/res/values-as/strings.xml
@@ -18,4 +18,5 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="owner_name" msgid="3416113395996003764">"চালক"</string>
+    <string name="permlab_accessCoarseLocation" msgid="2494909511737161237">"কেৱল অগ্ৰভূমিত আনুমানিক অৱস্থান এক্সেছ কৰক"</string>
 </resources>
diff --git a/car_product/overlay/frameworks/base/core/res/res/values-iw/strings.xml b/car_product/overlay/frameworks/base/core/res/res/values-iw/strings.xml
index f1383ea..a8d3bee 100644
--- a/car_product/overlay/frameworks/base/core/res/res/values-iw/strings.xml
+++ b/car_product/overlay/frameworks/base/core/res/res/values-iw/strings.xml
@@ -18,4 +18,5 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="owner_name" msgid="3416113395996003764">"נהג/ת"</string>
+    <string name="permlab_accessCoarseLocation" msgid="2494909511737161237">"קבלת גישה למיקום משוער בחזית בלבד"</string>
 </resources>
diff --git a/car_product/overlay/frameworks/base/core/res/res/values-ml/strings.xml b/car_product/overlay/frameworks/base/core/res/res/values-ml/strings.xml
index 95298dd..7205182 100644
--- a/car_product/overlay/frameworks/base/core/res/res/values-ml/strings.xml
+++ b/car_product/overlay/frameworks/base/core/res/res/values-ml/strings.xml
@@ -18,6 +18,5 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="owner_name" msgid="3416113395996003764">"ഡ്രൈവർ"</string>
-    <!-- no translation found for permlab_accessCoarseLocation (2494909511737161237) -->
-    <skip />
+    <string name="permlab_accessCoarseLocation" msgid="2494909511737161237">"ഏകദേശ ലൊക്കേഷൻ ഫോർഗ്രൗണ്ടിൽ മാത്രം ആക്‌സസ് ചെയ്യുക"</string>
 </resources>
diff --git a/car_product/overlay/frameworks/base/core/res/res/values-ne/strings.xml b/car_product/overlay/frameworks/base/core/res/res/values-ne/strings.xml
index 21d4f74..76ca044 100644
--- a/car_product/overlay/frameworks/base/core/res/res/values-ne/strings.xml
+++ b/car_product/overlay/frameworks/base/core/res/res/values-ne/strings.xml
@@ -18,4 +18,5 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="owner_name" msgid="3416113395996003764">"चालक"</string>
+    <string name="permlab_accessCoarseLocation" msgid="2494909511737161237">"अग्रभूमिमा मात्र अनुमानित स्थानमाथि पहुँच राख्नुहोस्"</string>
 </resources>
diff --git a/car_product/overlay/frameworks/base/core/res/res/values-te/strings.xml b/car_product/overlay/frameworks/base/core/res/res/values-te/strings.xml
index ebbb6b3..bf45f96 100644
--- a/car_product/overlay/frameworks/base/core/res/res/values-te/strings.xml
+++ b/car_product/overlay/frameworks/base/core/res/res/values-te/strings.xml
@@ -18,4 +18,5 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="owner_name" msgid="3416113395996003764">"డ్రైవర్"</string>
+    <string name="permlab_accessCoarseLocation" msgid="2494909511737161237">"స్క్రీన్‌పై ఉన్నప్పుడు మాత్రమే సమీప లొకేషన్‌ను యాక్సెస్ చేయండి"</string>
 </resources>
diff --git a/car_product/overlay/frameworks/base/core/res/res/values-vi/strings.xml b/car_product/overlay/frameworks/base/core/res/res/values-vi/strings.xml
index 41ce1e9..d478052 100644
--- a/car_product/overlay/frameworks/base/core/res/res/values-vi/strings.xml
+++ b/car_product/overlay/frameworks/base/core/res/res/values-vi/strings.xml
@@ -18,5 +18,5 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="owner_name" msgid="3416113395996003764">"Tài xế"</string>
-    <string name="permlab_accessCoarseLocation" msgid="2494909511737161237">"chỉ truy cập thông tin vị trí gần đúng trong nền trước"</string>
+    <string name="permlab_accessCoarseLocation" msgid="2494909511737161237">"chỉ truy cập thông tin vị trí gần đúng khi ứng dụng mở trên màn hình"</string>
 </resources>
diff --git a/computepipe/aidl/Android.bp b/computepipe/aidl/Android.bp
index a60b2f2..31378b4 100644
--- a/computepipe/aidl/Android.bp
+++ b/computepipe/aidl/Android.bp
@@ -6,7 +6,7 @@
         "android/automotive/computepipe/*.aidl",
     ],
     imports: [
-        "vintf-graphics-common",
+        "android.hardware.graphics.common",
     ],
     stability: "vintf",
     backend: {
diff --git a/computepipe/aidl/android/automotive/computepipe/runner/PipeInputConfigInputType.aidl b/computepipe/aidl/android/automotive/computepipe/runner/PipeInputConfigInputType.aidl
index 7de3667..54642a1 100644
--- a/computepipe/aidl/android/automotive/computepipe/runner/PipeInputConfigInputType.aidl
+++ b/computepipe/aidl/android/automotive/computepipe/runner/PipeInputConfigInputType.aidl
@@ -42,4 +42,8 @@
      * Video file
      */
     VIDEO_FILE,
+    /**
+     * Image files
+     */
+    IMAGE_FILES,
 }
diff --git a/computepipe/proto/ClientConfig.proto b/computepipe/proto/ClientConfig.proto
new file mode 100644
index 0000000..b417f00
--- /dev/null
+++ b/computepipe/proto/ClientConfig.proto
@@ -0,0 +1,10 @@
+syntax = "proto2";
+
+package android.automotive.computepipe.proto;
+
+message ClientConfig {
+  optional int32 input_stream_id = 1;
+  optional int32 offload_id = 2;
+  map<int32, int32> output_options = 3;
+  optional int32 termination_id = 4;
+}
diff --git a/computepipe/proto/InputConfig.proto b/computepipe/proto/InputConfig.proto
index b061e46..ef9b973 100644
--- a/computepipe/proto/InputConfig.proto
+++ b/computepipe/proto/InputConfig.proto
@@ -9,6 +9,7 @@
     EXTERNAL_CAMERA = 2;
     SURROUND_VIEW_CAMERA = 3;
     VIDEO_FILE = 4;
+    IMAGE_FILES = 5;
   }
 
   optional InputType type = 1;
@@ -35,5 +36,16 @@
   optional int32 cam_id = 6;
 
   optional int32 config_id = 7;
-}
 
+  /**
+   * for image file input type the following attributes apply
+   */
+  optional string image_dir = 8;
+
+  enum ImageFileType {
+    JPEG = 0;
+    PNG = 1;
+  }
+
+  optional ImageFileType file_type = 9;
+}
diff --git a/computepipe/runner/Android.bp b/computepipe/runner/Android.bp
index 56e2c16..4480f81 100644
--- a/computepipe/runner/Android.bp
+++ b/computepipe/runner/Android.bp
@@ -32,6 +32,12 @@
     header_libs: [
         "computepipe_runner_includes",
     ],
+    static_libs: [
+        "libcomputepipeprotos",
+    ],
+    shared_libs: [
+        "libprotobuf-cpp-lite",
+    ],
     include_dirs: [
         "packages/services/Car/computepipe",
     ],
diff --git a/computepipe/runner/RunnerComponent.cpp b/computepipe/runner/RunnerComponent.cpp
index 531074f..c687896 100644
--- a/computepipe/runner/RunnerComponent.cpp
+++ b/computepipe/runner/RunnerComponent.cpp
@@ -14,6 +14,7 @@
 
 #include "RunnerComponent.h"
 
+#include "ClientConfig.pb.h"
 #include "types/Status.h"
 
 namespace android {
@@ -21,8 +22,85 @@
 namespace computepipe {
 namespace runner {
 
+/* Is this a notification to enter the phase */
+bool RunnerEvent::isPhaseEntry() const {
+    return false;
+}
+/* Is this a notification that all components have transitioned to the phase */
+bool RunnerEvent::isTransitionComplete() const {
+    return false;
+}
+
+bool RunnerEvent::isAborted() const {
+    return false;
+}
+
+/**
+ * ClientConfig methods
+ */
+Status ClientConfig::dispatchToComponent(const std::shared_ptr<RunnerComponentInterface>& iface) {
+    return iface->handleConfigPhase(*this);
+}
+
+std::string ClientConfig::getSerializedClientConfig() const {
+    proto::ClientConfig config;
+    std::string output;
+
+    config.set_input_stream_id(inputStreamId);
+    config.set_termination_id(terminationId);
+    config.set_offload_id(offloadId);
+    for (auto it : outputConfigs) {
+        (*config.mutable_output_options())[it.first] = it.second;
+    }
+    if (!config.SerializeToString(&output)) {
+        return "";
+    }
+    return output;
+}
+
+Status ClientConfig::getInputStreamId(int* outId) const {
+    if (inputStreamId == kInvalidId) {
+        return Status::ILLEGAL_STATE;
+    }
+    *outId = inputStreamId;
+    return Status::SUCCESS;
+}
+
+Status ClientConfig::getOffloadId(int* outId) const {
+    if (offloadId == kInvalidId) {
+        return Status::ILLEGAL_STATE;
+    }
+    *outId = offloadId;
+    return Status::SUCCESS;
+}
+
+Status ClientConfig::getTerminationId(int* outId) const {
+    if (terminationId == kInvalidId) {
+        return Status::ILLEGAL_STATE;
+    }
+    *outId = terminationId;
+    return Status::SUCCESS;
+}
+
+Status ClientConfig::getOutputStreamConfigs(std::map<int, int>& outputConfig) const {
+    if (outputConfigs.empty()) {
+        return Status::ILLEGAL_STATE;
+    }
+    outputConfig = outputConfigs;
+    return Status::SUCCESS;
+}
+
+Status ClientConfig::getOptionalConfigs(std::string& outOptional) const {
+    outOptional = optionalConfigs;
+    return Status::SUCCESS;
+}
+
+/**
+ * Methods for ComponentInterface
+ */
+
 /* handle a ConfigPhase related event notification from Runner Engine */
-Status RunnerComponentInterface::handleConfigPhase(const RunnerEvent& /* e*/) {
+Status RunnerComponentInterface::handleConfigPhase(const ClientConfig& /* e*/) {
     return Status::SUCCESS;
 }
 /* handle execution phase notification from Runner Engine */
diff --git a/computepipe/runner/engine/Android.bp b/computepipe/runner/engine/Android.bp
new file mode 100644
index 0000000..89c5d29
--- /dev/null
+++ b/computepipe/runner/engine/Android.bp
@@ -0,0 +1,29 @@
+// Copyright (C) 2019 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+cc_library {
+    name: "computepipe_runner_engine",
+    srcs: [
+        "ConfigBuilder.cpp",
+    ],
+    header_libs: [
+        "computepipe_runner_includes",
+    ],
+    shared_libs: [
+        "computepipe_runner_component",
+    ],
+    include_dirs: [
+        "packages/services/Car/computepipe",
+    ],
+}
diff --git a/computepipe/runner/engine/ConfigBuilder.cpp b/computepipe/runner/engine/ConfigBuilder.cpp
new file mode 100644
index 0000000..f125320
--- /dev/null
+++ b/computepipe/runner/engine/ConfigBuilder.cpp
@@ -0,0 +1,64 @@
+// Copyright (C) 2019 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#include "ConfigBuilder.h"
+
+namespace android {
+namespace automotive {
+namespace computepipe {
+namespace runner {
+namespace engine {
+
+ConfigBuilder& ConfigBuilder::updateInputStreamOption(int id) {
+    mInputStreamId = id;
+    return *this;
+}
+
+ConfigBuilder& ConfigBuilder::updateOutputStreamOption(int id, int maxInFlightPackets) {
+    mOutputConfig.emplace(id, maxInFlightPackets);
+    return *this;
+}
+
+ConfigBuilder& ConfigBuilder::updateTerminationOption(int id) {
+    mTerminationId = id;
+    return *this;
+}
+
+ConfigBuilder& ConfigBuilder::updateOffloadOption(int id) {
+    mOffloadId = id;
+    return *this;
+}
+
+ConfigBuilder& ConfigBuilder::updateOptionalConfig(std::string options) {
+    mOptionalConfig = options;
+    return *this;
+}
+
+ClientConfig ConfigBuilder::emitClientOptions() {
+    return ClientConfig(mInputStreamId, mOffloadId, mTerminationId, mOutputConfig, mOptionalConfig);
+}
+
+ConfigBuilder& ConfigBuilder::reset() {
+    mInputStreamId = ClientConfig::kInvalidId;
+    mTerminationId = ClientConfig::kInvalidId;
+    mOffloadId = ClientConfig::kInvalidId;
+    mOutputConfig.clear();
+    return *this;
+}
+
+}  // namespace engine
+}  // namespace runner
+}  // namespace computepipe
+}  // namespace automotive
+}  // namespace android
diff --git a/computepipe/runner/engine/ConfigBuilder.h b/computepipe/runner/engine/ConfigBuilder.h
new file mode 100644
index 0000000..7d646c0
--- /dev/null
+++ b/computepipe/runner/engine/ConfigBuilder.h
@@ -0,0 +1,72 @@
+// Copyright (C) 2019 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#ifndef COMPUTEPIPE_RUNNER_CONFIG_BUILDER_H
+#define COMPUTEPIPE_RUNNER_CONFIG_BUILDER_H
+
+#include "RunnerComponent.h"
+#include "types/Status.h"
+
+namespace android {
+namespace automotive {
+namespace computepipe {
+namespace runner {
+namespace engine {
+
+class ConfigBuilder {
+  public:
+    /**
+     * Update current input option
+     */
+    ConfigBuilder& updateInputStreamOption(int id);
+    /**
+     * Update current output options
+     */
+    ConfigBuilder& updateOutputStreamOption(int id, int maxInFlightPackets);
+    /**
+     * Update current termination options
+     */
+    ConfigBuilder& updateTerminationOption(int id);
+    /**
+     * Update current offload options
+     */
+    ConfigBuilder& updateOffloadOption(int id);
+    /**
+     * Update optional Config
+     */
+    ConfigBuilder& updateOptionalConfig(std::string options);
+    /**
+     * Emit Options
+     */
+    ClientConfig emitClientOptions();
+    /**
+     * Clear current options.
+     */
+    ConfigBuilder& reset();
+
+  private:
+    int mInputStreamId;
+    int mOffloadId;
+    int mTerminationId;
+    std::map<int, int> mOutputConfig;
+    std::string mOptionalConfig;
+};
+
+}  // namespace engine
+}  // namespace runner
+}  // namespace computepipe
+}  // namespace automotive
+}  // namespace android
+
+#endif
diff --git a/computepipe/runner/include/RunnerComponent.h b/computepipe/runner/include/RunnerComponent.h
index f470560..17d260b 100644
--- a/computepipe/runner/include/RunnerComponent.h
+++ b/computepipe/runner/include/RunnerComponent.h
@@ -14,7 +14,9 @@
 
 #ifndef COMPUTEPIPE_RUNNER_COMPONENT_H
 #define COMPUTEPIPE_RUNNER_COMPONENT_H
+#include <map>
 #include <memory>
+#include <string>
 
 #include "types/Status.h"
 
@@ -31,11 +33,11 @@
 class RunnerEvent {
   public:
     /* Is this a notification to enter the phase */
-    virtual bool isPhaseEntry() const = 0;
+    virtual bool isPhaseEntry() const;
     /* Is this a notification that all components have transitioned to the phase */
-    virtual bool isTransitionComplete() const = 0;
+    virtual bool isTransitionComplete() const;
     /* Is this a notification to abort the transition to the started phase */
-    virtual bool isAborted() const = 0;
+    virtual bool isAborted() const;
     /* Dispatch event to component */
     virtual Status dispatchToComponent(const std::shared_ptr<RunnerComponentInterface>& iface) = 0;
     /* Destructor */
@@ -43,6 +45,101 @@
 };
 
 /**
+ * Configuration that gets emitted once client has completely specified config
+ * options
+ */
+class ClientConfig : public RunnerEvent {
+  public:
+    static const int kInvalidId = -1;
+
+    /**
+     * Represents the state of the config phase a particular client config is in
+     */
+    enum PhaseState {
+        ENTRY = 0,
+        TRANSITION_COMPLETE,
+        ABORTED,
+    };
+
+    /**
+     * Override relevant methods from RunnerEvent
+     */
+    bool isPhaseEntry() const override {
+        return mState == ENTRY;
+    }
+    bool isTransitionComplete() const override {
+        return mState == TRANSITION_COMPLETE;
+    }
+    bool isAborted() const override {
+        return mState == ABORTED;
+    }
+
+    Status dispatchToComponent(const std::shared_ptr<RunnerComponentInterface>& iface) override;
+    /**
+     * Accessor methods
+     */
+    Status getInputStreamId(int* outId) const;
+    Status getOffloadId(int* outId) const;
+    Status getTerminationId(int* outId) const;
+    Status getOptionalConfigs(std::string& outOptional) const;
+    Status getOutputStreamConfigs(std::map<int, int>& outputConfig) const;
+    std::string getSerializedClientConfig() const;
+    /**
+     * Constructors
+     */
+    ClientConfig& operator=(ClientConfig&& r) {
+        inputStreamId = r.inputStreamId;
+        terminationId = r.terminationId;
+        offloadId = r.offloadId;
+        optionalConfigs = std::move(r.optionalConfigs);
+        outputConfigs = std::move(r.outputConfigs);
+        return *this;
+    }
+    ClientConfig(ClientConfig&& c) {
+        *this = std::move(c);
+    }
+    ClientConfig(int input, int offload, int termination, std::map<int, int>& output,
+                 std::string opt = "")
+        : inputStreamId(input),
+          outputConfigs(output),
+          terminationId(termination),
+          offloadId(offload),
+          optionalConfigs(opt) {
+    }
+
+    void setPhaseState(PhaseState state) {
+        mState = state;
+    }
+
+  private:
+    /**
+     * input streamd id from the graph descriptor options
+     */
+    int inputStreamId = kInvalidId;
+    /**
+     * Options for different output streams
+     */
+    std::map<int, int> outputConfigs;
+    /**
+     * Termination Option
+     */
+    int terminationId = kInvalidId;
+    /**
+     * offload option
+     */
+    int offloadId = kInvalidId;
+    /**
+     * serialized optional config
+     */
+    std::string optionalConfigs = "";
+    /**
+     * The state of the client config corresponding
+     * to entry, transition complete or aborted
+     */
+    PhaseState mState = ENTRY;
+};
+
+/**
  * A component of the Runner Engine implements this interface to receive
  * RunnerEvents.
  * A SUCCESS return value indicates the component has handled the particular
@@ -52,7 +149,7 @@
 class RunnerComponentInterface {
   public:
     /* handle a ConfigPhase related event notification from Runner Engine */
-    virtual Status handleConfigPhase(const RunnerEvent& e);
+    virtual Status handleConfigPhase(const ClientConfig& e);
     /* handle execution phase notification from Runner Engine */
     virtual Status handleExecutionPhase(const RunnerEvent& e);
     /* handle a stop with flushing semantics phase notification from the engine */
diff --git a/computepipe/runner/utils/PipeOptionsConverter.cc b/computepipe/runner/utils/PipeOptionsConverter.cc
index e117251..b5effb0 100644
--- a/computepipe/runner/utils/PipeOptionsConverter.cc
+++ b/computepipe/runner/utils/PipeOptionsConverter.cc
@@ -14,6 +14,8 @@
 
 #include "PipeOptionsConverter.h"
 
+#include "aidl/android/automotive/computepipe/runner/PipeInputConfigInputType.h"
+
 namespace android {
 namespace automotive {
 namespace computepipe {
@@ -44,6 +46,8 @@
             return PipeInputConfigInputType::SURROUND_VIEW_CAMERA;
         case proto::InputConfig_InputType_VIDEO_FILE:
             return PipeInputConfigInputType::VIDEO_FILE;
+        case proto::InputConfig_InputType_IMAGE_FILES:
+            return PipeInputConfigInputType::IMAGE_FILES;
     }
 }
 
diff --git a/experimental/tests/Android.bp b/experimental/tests/Android.bp
new file mode 100644
index 0000000..7996a89
--- /dev/null
+++ b/experimental/tests/Android.bp
@@ -0,0 +1,17 @@
+// Copyright (C) 2020 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+//
+
+// Include the sub-makefiles
\ No newline at end of file
diff --git a/experimental/experimentalcarservice_unit_test/Android.bp b/experimental/tests/experimentalcarservice_unit_test/Android.bp
similarity index 100%
rename from experimental/experimentalcarservice_unit_test/Android.bp
rename to experimental/tests/experimentalcarservice_unit_test/Android.bp
diff --git a/experimental/experimentalcarservice_unit_test/AndroidManifest.xml b/experimental/tests/experimentalcarservice_unit_test/AndroidManifest.xml
similarity index 100%
rename from experimental/experimentalcarservice_unit_test/AndroidManifest.xml
rename to experimental/tests/experimentalcarservice_unit_test/AndroidManifest.xml
diff --git a/experimental/experimentalcarservice_unit_test/src/com/android/experimentalcar/DriverDistractionExperimentalFeatureServiceTest.java b/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/DriverDistractionExperimentalFeatureServiceTest.java
similarity index 100%
rename from experimental/experimentalcarservice_unit_test/src/com/android/experimentalcar/DriverDistractionExperimentalFeatureServiceTest.java
rename to experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/DriverDistractionExperimentalFeatureServiceTest.java
diff --git a/experimental/experimentalcarservice_unit_test/src/com/android/experimentalcar/FakeTimeSource.java b/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/FakeTimeSource.java
similarity index 100%
rename from experimental/experimentalcarservice_unit_test/src/com/android/experimentalcar/FakeTimeSource.java
rename to experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/FakeTimeSource.java
diff --git a/experimental/experimentalcarservice_unit_test/src/com/android/experimentalcar/FakeTimer.java b/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/FakeTimer.java
similarity index 100%
rename from experimental/experimentalcarservice_unit_test/src/com/android/experimentalcar/FakeTimer.java
rename to experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/FakeTimer.java
diff --git a/service/res/values-ar/strings.xml b/service/res/values-ar/strings.xml
index 9492091..47b22df 100644
--- a/service/res/values-ar/strings.xml
+++ b/service/res/values-ar/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"يمكنك التحكم في مقاعد السيارة."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"الحصول على المعلومات الأساسية للسيارة"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"يمكنك الحصول على المعلومات الأساسية عن السيارة."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"الوصول إلى معلومات إذن المورّد للسيارة"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"الوصول إلى معلومات إذن المورّد للسيارة"</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"قراءة معلومات عن حالة الإضاءة الخارجية للسيارة"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"يمكنك الحصول على معلومات عن حالة الإضاءة الخارجية للسيارة."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"قراءة معلومات عن الإضاءة الخارجية للسيارة"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"السماح بتسجيل الأجهزة الموثوق بها"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"وضع اختبار التحكم في السيارة"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"وضع اختبار التحكم في السيارة"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"تفعيل ميزات السيارة أو إيقافها"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"تفعيل ميزات السيارة أو إيقافها"</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"جهازي"</string>
diff --git a/service/res/values-as/strings.xml b/service/res/values-as/strings.xml
index 69619dd..ac94f16 100644
--- a/service/res/values-as/strings.xml
+++ b/service/res/values-as/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"গাড়ীৰ আসন নিয়ন্ত্ৰণ কৰিব।"</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"গাড়ীৰ মৌলিক তথ্যবোৰ এক্সেছ কৰিব"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"গাড়ীৰ মৌলিক তথ্যবোৰ এক্সেছ কৰিব।"</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"গাড়ীৰ বিক্ৰেতাৰ অনুমতি সম্পৰ্কীয় তথ্য এক্সেছ কৰক"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"গাড়ীৰ বিক্ৰেতাৰ অনুমতি সম্পৰ্কীয় তথ্য এক্সেছ কৰক।"</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"গাড়ীৰ বাহ্যিক লাইটৰ স্থিতি পঢ়িব"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"গাড়ীৰ বাহ্যিক লাইটৰ স্থিতি এক্সেছ কৰিব।"</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"গাড়ীৰ বাহ্যিক লাইট পঢ়িব"</string>
@@ -131,149 +129,7 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"বিশ্বাসী ডিভাইচ পঞ্জীয়নৰ অনুমতি দিয়ক"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"বাহনৰ পৰীক্ষণ ম’ড নিয়ন্ত্ৰণ কৰক"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"বাহনৰ পৰীক্ষণ ম’ড নিয়ন্ত্ৰণ কৰক"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
+    <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"গাড়ীৰ সুবিধাসমূহ সক্ষম অথবা অক্ষম কৰক"</string>
+    <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"গাড়ীৰ সুবিধাসমূহ সক্ষম অথবা অক্ষম কৰক।"</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"মোৰ ডিভাইচ"</string>
 </resources>
diff --git a/service/res/values-az/strings.xml b/service/res/values-az/strings.xml
index bedd037..432035a 100644
--- a/service/res/values-az/strings.xml
+++ b/service/res/values-az/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Avtomobilin oturacaqlarını idarə etmək."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"avtomobilin əsas məlumatlarına giriş"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Avtomobilin əsas məlumatlarına giriş."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"avtomobilin təchizatçı icazə məlumatına giriş"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Avtomobilin təchizatçı icazə məlumatına giriş."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"avtomobilin eksteryer işıqlarının vəziyyətini oxumaq"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Avtomobilin eksteryer işıqlarının vəziyyətinə giriş."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"avtomobilin eksteryer işıqları məlumatlarını oxumaq"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Güvənli cihaz qeydiyyatına icazə verin"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"avtomobilin sınaq rejimini idarə etmək"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"avtomobilin sınaq rejimini idarə etmək"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Avtomobilin xüsusiyyətlərini aktiv və ya deaktiv etmək"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Avtomobilin xüsusiyyətlərini aktiv və ya deaktiv etmək."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Cihazım"</string>
diff --git a/service/res/values-be/strings.xml b/service/res/values-be/strings.xml
index 22986a6..d9bdb88 100644
--- a/service/res/values-be/strings.xml
+++ b/service/res/values-be/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Рэгуляванне сядзенняў аўтамабіля."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"дазволіць доступ да асноўнай інфармацыі пра аўтамабіль"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Доступ да асноўнай інфармацыі пра аўтамабіль."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"доступ да інфармацыі пра дазволы пастаўшчыка аўтамабіля"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Доступ да інфармацыі пра дазволы пастаўшчыка аўтамабіля."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"атрымліваць інфармацыю пра стан знешніх асвятляльных прыбораў аўтамабіля"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Доступ да інфармацыі пра стан знешніх асвятляльных прыбораў аўтамабіля."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"атрымліваць інфармацыю са знешніх асвятляльных прыбораў аўтамабіля"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Дазволіць рэгістрацыю даверанай прылады"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Тэставы рэжым кіравання аўтамабілем"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Тэставы рэжым кіравання аўтамабілем"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Уключыць або выключыць функцыі аўтамабіля"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Уключыць або выключыць функцыі аўтамабіля."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Мая прылада"</string>
diff --git a/service/res/values-bn/strings.xml b/service/res/values-bn/strings.xml
index 1cf6aff..0be5511 100644
--- a/service/res/values-bn/strings.xml
+++ b/service/res/values-bn/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"গাড়ির সিট নিয়ন্ত্রণ করা।"</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"গাড়ির সাধারণ তথ্য অ্যাক্সেস করা"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"গাড়ির সাধারণ তথ্য অ্যাক্সেস করা।"</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"গাড়ির ভেন্ডরের অনুমতি সম্পর্কে তথ্য অ্যাক্সেস করুন"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"গাড়ির ভেন্ডরের অনুমতি সম্পর্কে তথ্য অ্যাক্সেস করুন।"</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"গাড়ির এক্সটিরিয়র বা বাইরের দিকের লাইটের স্ট্যাটাস দেখা"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"গাড়ির এক্সটিরিয়র বা বাইরের দিকের লাইটের স্ট্যাটাস অ্যাক্সেস করা।"</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"গাড়ির এক্সটিরিয়র বা বাইরের দিকের লাইট দেখা"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"বিশ্বস্ত ডিভাইস নথিভুক্ত করার অনুমতি দিন"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"গাড়ির টেস্ট মোড নিয়ন্ত্রণ করুন"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"গাড়ির টেস্ট মোড নিয়ন্ত্রণ করুন"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"গাড়ির ফিচার চালু বা বন্ধ করুন"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"গাড়ির ফিচার চালু বা বন্ধ করুন।"</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"আমার ডিভাইস"</string>
diff --git a/service/res/values-bs/strings.xml b/service/res/values-bs/strings.xml
index bcebee2..d27ca08 100644
--- a/service/res/values-bs/strings.xml
+++ b/service/res/values-bs/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Kontrolirati sjedala automobila."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"pristupiti osnovnim podacima automobila"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Pristupiti osnovnim informacijama automobila."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"pristup informacijama o odobrenjima trgovca automobilima"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Pristup informacijama o odobrenjima trgovca automobilima"</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"očitati stanje vanjskih svjetala automobila"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Pristupiti podacima o stanju vanjskih svjetala automobila."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"očitati informacije o vanjskim svjetlima automobila"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Dozvoli prijavu pouzdanih uređaja"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Kontroliranje testnim načinom automobila"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Kontroliranje testnim načinom automobila"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Omogućavanje ili onemogućavanje funkcija automobila"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Omogućavanje ili onemogućavanje funkcija automobila."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Moj uređaj"</string>
diff --git a/service/res/values-el/strings.xml b/service/res/values-el/strings.xml
index fc105a2..85b208c 100644
--- a/service/res/values-el/strings.xml
+++ b/service/res/values-el/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Έλεγχος καθισμάτων αυτοκινήτου."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"πρόσβαση στις βασικές πληροφορίες του αυτοκινήτου"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Πρόσβαση σε βασικές πληροφορίες του αυτοκινήτου."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"πρόσβαση στις πληροφορίες άδειας πωλητή του αυτοκινήτου"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Πρόσβαση στις πληροφορίες άδειας πωλητή του αυτοκινήτου."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"παρακολούθηση κατάστασης εξωτερικών φώτων του αυτοκινήτου"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Πρόσβαση στην κατάσταση εξωτερικών φώτων του αυτοκινήτου."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"παρακολούθηση εξωτερικών φώτων του αυτοκινήτου"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Να επιτρέπεται η εγγραφή αξιόπιστης συσκευής"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Έλεγχος της λειτουργίας δοκιμής του αυτοκινήτου"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Έλεγχος της λειτουργίας δοκιμής του αυτοκινήτου"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Ενεργοποίηση ή απενεργοποίηση των λειτουργιών του αυτοκινήτου."</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Ενεργοποίηση ή απενεργοποίηση των λειτουργιών του αυτοκινήτου."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Η συσκευή μου"</string>
diff --git a/service/res/values-et/strings.xml b/service/res/values-et/strings.xml
index 5397d85..762bf13 100644
--- a/service/res/values-et/strings.xml
+++ b/service/res/values-et/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Autoistmete juhtimine."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"juurdepääs auto põhiteabele"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Juurdepääs auto põhiteabele."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"juurdepääs auto edasimüüja lubade teabele"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Juurdepääs auto edasimüüja lubade teabele."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"auto salongitulede oleku lugemine"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Juurdepääs auto välistulede olekule."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"auto välistulede lugemine"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Usaldusväärse seadme registreerimise lubamine"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Auto testrežiimi haldamine"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Auto testrežiimi haldamine"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Auto funktsioonide lubamine ja keelamine"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Võimalik on lubada ja keelata auto funktsioone."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Minu seade"</string>
diff --git a/service/res/values-fi/strings.xml b/service/res/values-fi/strings.xml
index 3a7f71c..2e9e460 100644
--- a/service/res/values-fi/strings.xml
+++ b/service/res/values-fi/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"ohjata auton istuimia"</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"käyttää auton perustietoja"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"käyttää auton perustietoja"</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"tarkistaa auton myyjän lupatiedot"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"tarkistaa auton myyjän lupatiedot"</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"nähdä auton ulkovalojen tilan"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"käyttää auton ulkovalojen tilaa"</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"nähdä auton ulkovalot"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Salli luotetun laitteen rekisteröinti"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Ohjaa auton testaustilaa"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Ohjaa auton testaustilaa"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Ota auton ominaisuuksia käyttöön tai poista niitä käytöstä"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Ota auton ominaisuuksia käyttöön tai poista niitä käytöstä."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Oma laite"</string>
diff --git a/service/res/values-fr/strings.xml b/service/res/values-fr/strings.xml
index 96a6b90..9bfea95 100644
--- a/service/res/values-fr/strings.xml
+++ b/service/res/values-fr/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Contrôler les sièges de la voiture."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"Accéder aux informations de base de la voiture"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Accéder aux informations de base relatives à la voiture."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"accéder aux informations sur les autorisations des fournisseurs pour la voiture"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Accéder aux informations sur les autorisations des fournisseurs pour la voiture."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"Lire l\'état des phares de la voiture"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Accéder à l\'état des phares de la voiture."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"Lire l\'état des phares de la voiture"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Autoriser l\'enregistrement de l\'appareil vérifié"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Contrôler le mode de test de la voiture"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Contrôler le mode de test de la voiture"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Activer ou désactiver les fonctionnalités de la voiture"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Activez ou désactivez les fonctionnalités de la voiture."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Mon appareil"</string>
diff --git a/service/res/values-gl/strings.xml b/service/res/values-gl/strings.xml
index c01e5d1..9ea7527 100644
--- a/service/res/values-gl/strings.xml
+++ b/service/res/values-gl/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Controlar os asentos do coche."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"acceder a información básica do coche"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Acceder a información básica do coche."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"acceder á información sobre os permisos do vendedor do coche"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Acceder á información sobre os permisos do vendedor do coche."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"ler o estado das luces exteriores do dispositivo"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Acceder ao estado das luces exteriores do coche."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"ler as luces exteriores do coche"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Permitir inscrición de dispositivos de confianza"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Controlar o modo de proba do coche"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Controlar o modo de proba do coche"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Activar ou desactivar funcións do coche"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Activa ou desactiva as funcións do coche."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Dispositivo"</string>
diff --git a/service/res/values-gu/strings.xml b/service/res/values-gu/strings.xml
index 1a02106..1d7af08 100644
--- a/service/res/values-gu/strings.xml
+++ b/service/res/values-gu/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"કારની સીટને નિયંત્રિત કરો."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"કારની પ્રાથમિક માહિતીને ઍક્સેસ કરો"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"કારની મૂળભૂત માહિતીને ઍક્સેસ કરો."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"કારના વિક્રેતાની પરવાનગી વિશેની માહિતીને ઍક્સેસ કરો"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"કારના વિક્રેતાની પરવાનગી વિશેની માહિતીને ઍક્સેસ કરો."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"કારની બહારની લાઇટની સ્થિતિને વાંચો"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"કારની બહારની લાઇટની સ્થિતિને ઍક્સેસ કરો."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"કારની બહારની લાઇટ વિશે વાંચો"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"વિશ્વસનીય ડિવાઇસના નોંધણીની મંજૂરી આપો"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"કારના પરીક્ષણ મોડને નિયંત્રિત કરો"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"કારના પરીક્ષણ મોડને નિયંત્રિત કરો"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"કારની સુવિધા ચાલુ અથવા બંધ કરો"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"કારની સુવિધા ચાલુ અથવા બંધ કરો."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"મારું ડિવાઇસ"</string>
diff --git a/service/res/values-hi/strings.xml b/service/res/values-hi/strings.xml
index 9c678da..78100ba 100644
--- a/service/res/values-hi/strings.xml
+++ b/service/res/values-hi/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"कार की सीटें नियंत्रित कर सकता है."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"कार की बुनियादी जानकारी ऐक्सेस कर सकता है"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"कार की बुनियादी जानकारी ऐक्सेस कर सकता है."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"कार के वेंडर की अनुमति संबंधित जानकारी ऐक्सेस करें"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"कार के वेंडर की अनुमति संबंधित जानकारी ऐक्सेस करें."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"कार के बाहरी हिस्से में लगी लाइटों की स्थिति देख सकता है"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"कार के बाहरी हिस्से में लगी लाइटों की स्थिति ऐक्सेस कर सकता है."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"कार के बाहरी हिस्से में लगी लाइटें नियंत्रित कर सकता है"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"भरोसेमंद डिवाइस का नाम दर्ज करने की अनुमति दें"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"कार के जांच मोड को नियंत्रित करें"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"कार के जांच मोड को नियंत्रित करें"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"कार की सुविधाएं चालू या बंद करें"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"कार की सुविधाएं चालू या बंद करें."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"मेरा डिवाइस"</string>
diff --git a/service/res/values-hy/strings.xml b/service/res/values-hy/strings.xml
index 4f1dfb9..4cb2db3 100644
--- a/service/res/values-hy/strings.xml
+++ b/service/res/values-hy/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Կառավարել մեքենայի նստատեղերը։"</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"օգտագործել մեքենայի հիմնական տվյալները"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Օգտագործել մեքենայի հիմնական տվյալները։"</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"օգտագործել մեքենայի վաճառողի մասին տվյալները"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Օգտագործել մեքենայի վաճառողի մասին տվյալները։"</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"կարդալ մեքենայի արտաքին լուսավորության կարգավիճակի տվյալները"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Օգտագործել մեքենայի արտաքին լուսավորության կարգավիճակի մասին տվյալները։"</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"կարդալ մեքենայի արտաքին լուսավորության կարգավիճակի մասին տվյալները"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Թույլատրել վստահելի սարքի գրանցումը"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Կառավարել ավտոմեքենայի փորձարկման ռեժիմը"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Կառավարել ավտոմեքենայի փորձարկման ռեժիմը"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Միացնել կամ անջատել մեքենայի գործառույթները"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Միացնել կամ անջատել մեքենայի գործառույթները"</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Իմ սարքը"</string>
diff --git a/service/res/values-in/strings.xml b/service/res/values-in/strings.xml
index ebaa012..e7211ae 100644
--- a/service/res/values-in/strings.xml
+++ b/service/res/values-in/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Mengontrol tempat duduk mobil."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"mengakses informasi dasar mobil"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Mengakses informasi dasar mobil."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"mengakses informasi izin vendor mobil"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Mengakses informasi izin vendor mobil."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"membaca status lampu eksterior mobil"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Mengakses status lampu eksterior mobil."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"membaca lampu eksterior mobil"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Izinkan Pendaftaran Perangkat Dipercaya"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Mode uji untuk mengontrol mobil"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Mode uji untuk mengontrol mobil"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Aktifkan atau nonaktifkan fitur mobil"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Aktifkan atau nonaktifkan fitur mobil."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Perangkat Saya"</string>
diff --git a/service/res/values-iw/strings.xml b/service/res/values-iw/strings.xml
index 330093a..d4d35b6 100644
--- a/service/res/values-iw/strings.xml
+++ b/service/res/values-iw/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"שליטה במושבי הרכב."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"גישה לנתונים הבסיסיים של הרכב"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"גישה לנתונים הבסיסיים של הרכב."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"מתן גישה למידע לגבי הרשאת הספק של המכונית"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"מתן גישה למידע לגבי הרשאת הספק של המכונית."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"קריאה של מצב הפנסים החיצוניים של הרכב"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"גישה למצב הפנסים החיצוניים של הרכב."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"קריאת נתונים על הפנסים החיצוניים של הרכב"</string>
@@ -131,149 +129,7 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"הפעלת רישום של מכשירים מהימנים"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"שליטה במצב הבדיקה של הרכב"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"שליטה במצב הבדיקה של הרכב"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
+    <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"הפעלה או השבתה של תכונות המכונית"</string>
+    <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"הפעלה או השבתה של תכונות המכונית."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"המכשיר שלי"</string>
 </resources>
diff --git a/service/res/values-ja/strings.xml b/service/res/values-ja/strings.xml
index 6e519d5..fcddb40 100644
--- a/service/res/values-ja/strings.xml
+++ b/service/res/values-ja/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"カーシートを調節します。"</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"車の基本情報へのアクセス"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"車の基本情報にアクセスします。"</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"車のベンダー権限情報へのアクセス"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"車のベンダー権限情報にアクセスします。"</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"車のエクステリア ライトの状態の読み取り"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"車のエクステリア ライトの状態にアクセスします。"</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"車のエクステリア ライトの読み取り"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"信頼できるデバイスの登録を許可"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"車のテストモードの制御"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"車のテストモードの制御"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"車の機能を有効または無効にします"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"車の機能を有効または無効にします。"</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"自分のデバイス"</string>
diff --git a/service/res/values-ka/strings.xml b/service/res/values-ka/strings.xml
index 85e8fb4..b955246 100644
--- a/service/res/values-ka/strings.xml
+++ b/service/res/values-ka/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"მანქანის სავარძლების გაკონტროლება."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"მანქანის ძირითად ინფორმაციაზე წვდომა"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"მანქანის ძირითად ინფორმაციაზე წვდომა."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"მანქანის მწარმოებლის ნებართვასთან დაკავშირებულ ინფორმაციაზე წვდომა"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"მანქანის მწარმოებლის ნებართვასთან დაკავშირებულ ინფორმაციაზე წვდომა."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"მანქანის გარე განათების მდგომარეობის წაკითხვა"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"მანქანის გარე განათების მდგომარეობაზე წვდომა."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"მანქანის გარე განათების წაკითხვა"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"სანდო მოწყობილობის რეგისტრაციის დაშვება"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"მანქანის სატესტო რეჟიმის გაკონტროლება"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"მანქანის სატესტო რეჟიმის გაკონტროლება"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"მანქანის ფუნქციების ჩართვა ან გათიშვა"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"მანქანის ფუნქციების ჩართვა ან გათიშვა."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"ჩემი მოწყობილობა"</string>
diff --git a/service/res/values-kk/strings.xml b/service/res/values-kk/strings.xml
index 00ae0b3..4f0d2a6 100644
--- a/service/res/values-kk/strings.xml
+++ b/service/res/values-kk/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Көлік орындықтарын басқару."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"көліктің негізгі ақпаратын пайдалану"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Көлік туралы негізгі ақпаратты пайдалану."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"автокөлік өндірушісінің рұқсаты туралы ақпаратты пайдалану"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Автокөлік өндірушісінің рұқсаты туралы ақпаратты пайдалану."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"көліктің сыртқы шамдарының күйін көру"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Көліктің сыртқы шамдарының күйін көру."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"көліктің сыртқы шамдарын көру"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Сенімді құрылғыларды тіркеуге рұқсат ету"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Көліктің сынақ режимін бақылау"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Көліктің сынақ режимін бақылау"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Көлік функцияларын қосыңыз немесе өшіріңіз."</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Көлік функцияларын қосыңыз немесе өшіріңіз."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Құрылғым"</string>
diff --git a/service/res/values-km/strings.xml b/service/res/values-km/strings.xml
index b061796..156b918 100644
--- a/service/res/values-km/strings.xml
+++ b/service/res/values-km/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"គ្រប់គ្រង​កៅអី​រថយន្ត។"</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"ចូលប្រើ​ព័ត៌មាន​មូលដ្ឋាន​របស់រថយន្ត"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"ចូលប្រើ​ព័ត៌មាន​មូលដ្ឋាន​របស់រថយន្ត។"</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"ចូលប្រើ​ព័ត៌មាន​អំពី​ការអនុញ្ញាត​ពី​អ្នកលក់​របស់​រថយន្ត"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"ចូលប្រើ​ព័ត៌មាន​អំពី​ការអនុញ្ញាត​ពី​អ្នកលក់​របស់​រថយន្ត​។"</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"អានស្ថានភាពភ្លើងផ្នែក​ខាងក្រៅ​រថយន្ត"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"ចូលប្រើ​ស្ថានភាពភ្លើង​ផ្នែកខាងក្រៅ​រថយន្ត។"</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"អានភ្លើងផ្នែកខាងក្រៅ​រថយន្ត"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"អនុញ្ញាតឱ្យចុះ​ឈ្មោះឧបករណ៍​ដែល​ទុក​ចិត្ត"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"គ្រប់គ្រង​មុខងារ​ធ្វើតេស្តរបស់​រថយន្ត"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"គ្រប់គ្រង​មុខងារ​ធ្វើតេស្តរបស់​រថយន្ត"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"បើក ឬ​បិទ​មុខងារ​របស់​រថយន្ត"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"បើក ឬ​បិទ​មុខងារ​របស់​រថយន្ត​។"</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"ឧបករណ៍របស់ខ្ញុំ"</string>
diff --git a/service/res/values-kn/strings.xml b/service/res/values-kn/strings.xml
index 67e0811..3d99b83 100644
--- a/service/res/values-kn/strings.xml
+++ b/service/res/values-kn/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"ಕಾರಿನ ಆಸನಗಳನ್ನು ನಿಯಂತ್ರಿಸಿ."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"ಕಾರಿನ ಮೂಲ ಮಾಹಿತಿಯನ್ನು ಪಡೆಯಿರಿ"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"ಕಾರಿನ ಮೂಲ ಮಾಹಿತಿಯನ್ನು ಪ್ರವೇಶಿಸಿ."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"ಕಾರಿನ ಮಾರಾಟಗಾರರ ಅನುಮತಿ ಮಾಹಿತಿಯನ್ನು ಪ್ರವೇಶಿಸಿ"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"ಕಾರಿನ ಮಾರಾಟಗಾರರ ಅನುಮತಿ ಮಾಹಿತಿಯನ್ನು ಪ್ರವೇಶಿಸಿ."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"ಕಾರಿನ ಹೊರಾಂಗಣ ಲೈಟ್‌ಗಳ ಸ್ಥಿತಿಯ ಮಾಹಿತಿಯನ್ನು ಓದಿ"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"ಕಾರಿನ ಹೊರಾಂಗಣ ಲೈಟ್‌ಗಳ ಸ್ಥಿತಿಯನ್ನು ಪ್ರವೇಶಿಸಿ."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"ಕಾರಿನ ಹೊರಾಂಗಣ ಲೈಟ್‌ಗಳ ಮಾಹಿತಿಯನ್ನು ಓದಿ"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"ವಿಶ್ವಾಸಾರ್ಹ ಸಾಧನಗಳ ನೋಂದಣಿಯನ್ನು ಅನುಮತಿಸಿ"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"ಕಾರ್‌ನ ಪರೀಕ್ಷಾ ಮೋಡ್ ಅನ್ನು ನಿಯಂತ್ರಿಸಿ"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"ಕಾರ್‌ನ ಪರೀಕ್ಷಾ ಮೋಡ್ ಅನ್ನು ನಿಯಂತ್ರಿಸಿ"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"ಕಾರ್ ಫೀಚರ್‌ಗಳನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ ಅಥವಾ ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"ಕಾರ್ ಫೀಚರ್‌ಗಳನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ ಅಥವಾ ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"ನನ್ನ ಸಾಧನ"</string>
diff --git a/service/res/values-ko/strings.xml b/service/res/values-ko/strings.xml
index b69c9d5..01da17c 100644
--- a/service/res/values-ko/strings.xml
+++ b/service/res/values-ko/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"차량 시트를 제어합니다."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"차량의 기본 정보에 액세스"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"차량의 기본 정보에 액세스합니다."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"차량 공급업체 권한 정보에 액세스합니다."</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"차량 공급업체 권한 정보에 액세스합니다."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"차량 외부 조명 상태 읽기"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"차량의 외부 조명 상태에 액세스합니다."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"차량 외부 조명 읽기"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"신뢰할 수 있는 기기 등록 허용"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"차량 테스트 모드 제어"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"차량 테스트 모드 제어"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"차량 기능 사용 설정 또는 사용 중지"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"차량 기능 사용 설정 또는 사용 중지"</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"내 기기"</string>
diff --git a/service/res/values-ky/strings.xml b/service/res/values-ky/strings.xml
index b24e8b7..2748fed 100644
--- a/service/res/values-ky/strings.xml
+++ b/service/res/values-ky/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Унаадагы орундуктарды көзөмөлдөө."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"унаанын негизги маалыматына мүмкүнчүлүк алуу"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Унаанын негизги маалыматына мүмкүнчүлүк алуу."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"унааны сатуучунун уруксатына тиешелүү маалымат"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Унааны сатуучунун уруксатына тиешелүү маалыматты көрүү."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"унаанын сыртындагы жарыктарынын абалын көрүү"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Унаанын сыртындагы жарыктарынын абалына мүмкүнчүлүк алуу."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"унаанын сыртындагы жарыктарын көзөмөлдөө"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Ишенимдүү түзмөктү каттоого уруксат берүү"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Унаанын сыноо режимин көзөмөлдөө"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Унаанын сыноо режимин көзөмөлдөө"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Унаанын функцияларын иштетүү же өчүрүү"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Унаанын функцияларын иштетүү же өчүрүү."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Түзмөгүм"</string>
diff --git a/service/res/values-lo/strings.xml b/service/res/values-lo/strings.xml
index bf12e92..29d1c11 100644
--- a/service/res/values-lo/strings.xml
+++ b/service/res/values-lo/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"ຄວບຄຸມບ່ອນນັ່ງໃນລົດ."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"ເຂົ້າເຖິງຂໍ້ມູນພື້ນຖານຂອງລົດ"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"ເຂົ້າເຖິງຂໍ້ມູນພື້ນຖານຂອງລົດ."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"ເຂົ້າເຖິງຂໍ້ມູນການອະນຸຍາດຂອງຜູ້ຂາຍລົດ"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"ເຂົ້າເຖິງຂໍ້ມູນການອະນຸຍາດຂອງຜູ້ຂາຍລົດ."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"ອ່ານສະຖານະໄຟພາຍນອກຂອງລົດ"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"ເຂົ້າເຖິງສະຖານະໄພພາຍນອກຂອງລົດ."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"ອ່ານສະຖານໄຟພາຍນອກລົດ"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"ອະນຸຍາດການລົງທະບຽນອຸປະກອນທີ່ເຊື່ອຖືໄດ້"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"ຄວບຄຸມໂໝດທົດສອບຂອງລົດ"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"ຄວບຄຸມໂໝດທົດສອບຂອງລົດ"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"ເປີດນຳໃຊ້ ຫຼື ປິດການນຳໃຊ້ຄຸນສົມບັດຂອງລົດ"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"ເປີດນຳໃຊ້ ຫຼື ປິດການນຳໃຊ້ຄຸນສົມບັດຂອງລົດ."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"ອຸປະກອນຂອງຂ້ອຍ"</string>
diff --git a/service/res/values-mk/strings.xml b/service/res/values-mk/strings.xml
index a969bfe..d11961d 100644
--- a/service/res/values-mk/strings.xml
+++ b/service/res/values-mk/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Ги контролира седиштата на автомобилот."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"пристапува до основните информации за автомобилот"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Пристапува до основните информации за автомобилот."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"пристап до информациите за дозволи на продавачот"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Пристап до информациите за дозволи на продавачот."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"ја чита состојбата на надворешните светла на автомобилот"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Пристапува до состојбата на надворешните светла на автомобилот."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"ги чита надворешните светла на автомобилот"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Дозволете регистрација на доверлив уред"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Контролирање на режимот за тестирање на автомобилот"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Контролирање на режимот за тестирање на автомобилот"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Овозможување или оневозможување функции на автомобилот"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Овозможување или оневозможување функции на автомобилот."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Мојот уред"</string>
diff --git a/service/res/values-ml/strings.xml b/service/res/values-ml/strings.xml
index 1fb8d71..8f67355 100644
--- a/service/res/values-ml/strings.xml
+++ b/service/res/values-ml/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"കാറിൻ്റെ സീറ്റുകൾ നിയന്ത്രിക്കുക."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"കാറിൻ്റെ അടിസ്ഥാന വിവരങ്ങൾ ആക്‌സസ് ചെയ്യുക"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"കാറിൻ്റെ അടിസ്ഥാന വിവരങ്ങൾ ആക്‌സസ് ചെയ്യുക."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"കാറിന്റെ വെൻഡർ അനുമതി വിവരങ്ങൾ ആക്‌സസ് ചെയ്യുക"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"കാറിന്റെ വെൻഡർ അനുമതി വിവരങ്ങൾ ആക്‌സസ് ചെയ്യുക."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"കാറിൻ്റെ പുറംഭാഗത്തെ ലൈറ്റുകളുടെ നില വായിക്കുക"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"കാറിൻ്റെ പുറംഭാഗത്തെ ലൈറ്റുകളുടെ നില ആക്‌സസ് ചെയ്യുക."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"കാറിൻ്റെ പുറംഭാഗത്തെ ലൈറ്റുകളുടെ നില വായിക്കുക"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"വിശ്വസ്‌ത ഉപകരണ എൻറോൾമെന്റ് അനുവദിക്കുക"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"കാറിന്റെ ടെസ്റ്റ് മോഡ് നിയന്ത്രിക്കുക"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"കാറിന്റെ ടെസ്റ്റ് മോഡ് നിയന്ത്രിക്കുക"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"കാറിന്റെ ഫീച്ചറുകൾ പ്രവർത്തനക്ഷമമോ പ്രവർത്തനരഹിതമോ ആക്കുക"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"കാറിന്റെ ഫീച്ചറുകൾ പ്രവർത്തനക്ഷമമോ പ്രവർത്തനരഹിതമോ ആക്കുക."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"എന്റെ ഉപകരണം"</string>
diff --git a/service/res/values-mn/strings.xml b/service/res/values-mn/strings.xml
index b3dfa8d..da82637 100644
--- a/service/res/values-mn/strings.xml
+++ b/service/res/values-mn/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Машины суудлыг хянах."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"машины ерөнхий мэдээлэлд хандах"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Машины ерөнхий мэдээлэлд хандах."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"машин нийлүүлэгчийн зөвшөөрлийн мэдээлэлд хандах"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Машин нийлүүлэгчийн зөвшөөрлийн мэдээлэлд хандана уу."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"машины гадна талын гэрлийн төлөвийг унших"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Машины гадна талын гэрлийн төлөвт хандах."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"машины гадна талын гэрлийн төлөвийг унших"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Итгэмжлэгдсэн төхөөрөмж бүртгэхийг зөвшөөрөх"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Машины тест горимыг хянах"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Машины тест горимыг хянах"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Автомашины онцлогуудыг идэвхжүүлэх эсвэл идэвхгүй болгох"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Автомашины онцлогуудыг идэвхжүүлж эсвэл идэвхгүй болгоно уу."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Миний төхөөрөмж"</string>
diff --git a/service/res/values-mr/strings.xml b/service/res/values-mr/strings.xml
index 7b808c5..18c4ef5 100644
--- a/service/res/values-mr/strings.xml
+++ b/service/res/values-mr/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"कारची आसने नियंत्रित करा."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"कारची प्राथमिक माहिती अ‍ॅक्सेस करा"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"कारची प्राथमिक माहिती अ‍ॅक्सेस करा."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"कारच्या विक्रेता परवानगी माहिती ॲक्सेस करा"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"कारच्या विक्रेता परवानगी माहिती ॲक्सेस करा."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"कारच्या बाहेरील लाइटची स्थिती वाचा"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"कारच्या बाहेरील लाइटची स्थिती अ‍ॅक्सेस करा."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"कारच्या बाहेरच्या लाइटची स्थिती वाचा"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"विश्वसनीय डिव्हाइसच्या नोंदणीला अनुमती द्या"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"कारचा चाचणी मोड नियंत्रित करा"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"कारचा चाचणी मोड नियंत्रित करा"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"कारची वैशिष्ट्ये सुरू किंवा बंद करा"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"कारची वैशिष्ट्ये सुरू किंवा बंद करा."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"माझे डिव्हाइस"</string>
diff --git a/service/res/values-ne/strings.xml b/service/res/values-ne/strings.xml
index ea99bb8..a07e1f7 100644
--- a/service/res/values-ne/strings.xml
+++ b/service/res/values-ne/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"कारका सिटहरू नियन्त्रण गर्ने।"</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"कारको आधारभूत जानकारीमाथि पहुँच राख्ने"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"कारको आधारभूत जानकारीमाथि पहुँच राख्ने।"</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"कारको विक्रेतासम्बन्धी अनुमतिको जानकारीमाथि पहुँच राख्नुहोस्"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"कारको विक्रेतासम्बन्धी अनुमतिको जानकारीमाथि पहुँच राख्नुहोस्।"</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"कारका बाहिरी बत्तीहरूको स्थिति पढ्ने"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"कारका बाहिरी बत्तीहरूको स्थितिमाथि पहुँच राख्ने।"</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"कारका बाहिरी बत्तीहरूको अवस्थाबारे जानकारी प्राप्त गर्ने"</string>
@@ -131,149 +129,7 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"विश्वसनीय यन्त्र दर्ता गर्ने अनुमति दिनुहोस्"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"कारको परीक्षण मोड नियन्त्रण गर्नुहोस्"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"कारको परीक्षण मोड नियन्त्रण गर्नुहोस्"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
+    <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"कारका सुविधाहरू सक्षम वा असक्षम पार्नुहोस्"</string>
+    <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"कारका सुविधाहरू सक्षम वा असक्षम पार्नुहोस्।"</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"मेरो यन्त्र"</string>
 </resources>
diff --git a/service/res/values-nl/strings.xml b/service/res/values-nl/strings.xml
index 8914b1f..db52ec9 100644
--- a/service/res/values-nl/strings.xml
+++ b/service/res/values-nl/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Autostoelen bedienen."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"toegang tot basisgegevens van auto"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Toegang tot basisgegevens van auto."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"toegang tot informatie over de leveranciersrechten van de auto"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Toegang tot informatie over de leveranciersrechten van de auto."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"status van buitenverlichting van auto lezen"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Toegang tot status van buitenverlichting van auto."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"buitenverlichting van auto lezen"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Inschrijving van vertrouwd apparaat toestaan"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Testmodus van auto bedienen"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Testmodus van auto bedienen"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Functies van de auto in- of uitschakelen"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Functies van de auto in- of uitschakelen."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Mijn apparaat"</string>
diff --git a/service/res/values-or/strings.xml b/service/res/values-or/strings.xml
index c9023a0..82f90fa 100644
--- a/service/res/values-or/strings.xml
+++ b/service/res/values-or/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"କାର୍\'ର ସିଟ୍‌ଗୁଡ଼ିକୁ ନିୟନ୍ତ୍ରଣ କରନ୍ତୁ।"</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"କାର୍\'ର ମୌଳିକ ସୂଚନା ଆକ୍‍‍ସେସ୍ କରନ୍ତୁ"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"କାର୍\'ର ମୌଳିକ ସୂଚନା ଆକ୍‍‍ସେସ୍‍ କରନ୍ତୁ।"</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"କାର୍\'ର ଭେଣ୍ଡର୍ ଅନୁମତି ସୂୂଚନା ଆକ୍‍‍ସେସ୍ କରନ୍ତୁ"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"କାର୍\'ର ଭେଣ୍ଡର୍ ଅନୁମତି ସୂୂଚନା ଆକ୍‍‍ସେସ୍ କରନ୍ତୁ।"</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"କାର୍\'ର ବାହାର ଲାଇଟ୍‌ଗୁଡ଼ିକର ଷ୍ଟେଟ୍‌କୁ ପଢ଼ିବ"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"କାର୍\'ର ବାହାର ଲାଇଟ୍‌ଗୁଡ଼ିକର ଷ୍ଟେଟ୍‌କୁ ଆକ୍‍‍ସେସ୍ କରନ୍ତୁ।"</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"କାର୍\'ର ବାହାର ଲାଇଟ୍‌ଗୁଡ଼ିକର ସ୍ଥିତିକୁ ପଢ଼ିବ"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"ଚିହ୍ନା ଡିଭାଇସ୍‌ ନାମାଙ୍କନକୁ ଅନୁମତି ଦିଅନ୍ତୁ"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"କାର୍‍ର ପରୀକ୍ଷଣ ମୋଡ୍ ନିୟନ୍ତ୍ରଣ କରନ୍ତୁ"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"କାର୍‍ର ପରୀକ୍ଷଣ ମୋଡ୍ ନିୟନ୍ତ୍ରଣ କରନ୍ତୁ"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"କାରର ଫିଚର୍‌ଗୁଡ଼ିକୁ ସକ୍ଷମ କିମ୍ବା ଅକ୍ଷମ କରନ୍ତୁ"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"କାରର ଫିଚର୍‌ଗୁଡ଼ିକୁ ସକ୍ଷମ କିମ୍ବା ଅକ୍ଷମ କରନ୍ତୁ।"</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"ମୋ ଡିଭାଇସ୍"</string>
diff --git a/service/res/values-pa/strings.xml b/service/res/values-pa/strings.xml
index 4f81704..976a1a0 100644
--- a/service/res/values-pa/strings.xml
+++ b/service/res/values-pa/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"ਕਾਰ ਦੀਆਂ ਸੀਟਾਂ \'ਤੇ ਕੰਟਰੋਲ।"</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"ਕਾਰ ਦੀ ਮੂਲ ਜਾਣਕਾਰੀ ਤੱਕ ਪਹੁੰਚ"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"ਕਾਰ ਦੀ ਮੂਲ ਜਾਣਕਾਰੀ ਤੱਕ ਪਹੁੰਚ।"</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"ਕਾਰ ਵਿਕਰੇਤਾ ਦੀ ਇਜਾਜ਼ਤ ਸੰਬੰਧੀ ਜਾਣਕਾਰੀ ਤੱਕ ਪਹੁੰਚ"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"ਕਾਰ ਵਿਕਰੇਤਾ ਦੀ ਇਜਾਜ਼ਤ ਸੰਬੰਧੀ ਜਾਣਕਾਰੀ ਤੱਕ ਪਹੁੰਚ।"</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"ਕਾਰ ਦੀਆਂ ਬਾਹਰੀ ਲਾਈਟਾਂ ਦੀ ਸਥਿਤੀ ਨੂੰ ਪੜ੍ਹਨਾ"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"ਕਾਰ ਦੀਆਂ ਬਾਹਰੀ ਲਾਈਟਾਂ ਦੀ ਸਥਿਤੀ ਤੱਕ ਪਹੁੰਚ।"</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"ਕਾਰ ਦੀਆਂ ਬਾਹਰੀ ਲਾਈਟਾਂ \'ਤੇ ਕੰਟਰੋਲ"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"ਭਰੋਸੇਯੋਗ ਡੀਵਾਈਸਾਂ ਨੂੰ ਦਰਜਾਬੰਦੀ ਕਰਨ ਦਿਓ"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"ਕਾਰ ਦੇ ਜਾਂਚ ਮੋਡ \'ਤੇ ਕੰਟਰੋਲ"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"ਕਾਰ ਦੇ ਜਾਂਚ ਮੋਡ \'ਤੇ ਕੰਟਰੋਲ"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"ਕਾਰ ਦੀਆਂ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਨੂੰ ਚਾਲੂ ਜਾਂ ਬੰਦ ਕਰੋ"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"ਕਾਰ ਦੀਆਂ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਨੂੰ ਚਾਲੂ ਜਾਂ ਬੰਦ ਕਰੋ।"</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"ਮੇਰਾ ਡੀਵਾਈਸ"</string>
diff --git a/service/res/values-ro/strings.xml b/service/res/values-ro/strings.xml
index 16e6fa4..6ecb2d8 100644
--- a/service/res/values-ro/strings.xml
+++ b/service/res/values-ro/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Controlează locurile din mașină."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"Accesează informațiile de bază despre mașină"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Accesează informațiile de bază despre mașină."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"accesați informațiile despre permisiuni ale furnizorului mașinii"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Accesați informațiile despre permisiuni ale furnizorului mașinii."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"Citește starea luminilor exterioare ale mașinii"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Accesează starea luminilor exterioare ale mașinii."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"Citește starea luminilor exterioare ale mașinii"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Permiteți înscrierea unui dispozitiv de încredere"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Controlați modul de testare a mașinii"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Controlați modul de testare a mașinii"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Activați sau dezactivați funcțiile mașinii"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Activați sau dezactivați funcțiile mașinii."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Dispozitivul meu"</string>
diff --git a/service/res/values-ru/strings.xml b/service/res/values-ru/strings.xml
index 7b1a10d..16844a0 100644
--- a/service/res/values-ru/strings.xml
+++ b/service/res/values-ru/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Управление сиденьями."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"доступ к общим данным об автомобиле"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Доступ к общим данным об автомобиле."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"доступ к информации о фирменных разрешениях"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Доступ к информации о фирменных разрешениях."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"чтение данных о состоянии внешних осветительных приборов"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Доступ к данным о состоянии внешних осветительных приборов."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"чтение данных о состоянии внешних осветительных приборов"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Разрешить регистрацию надежных устройств."</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Управление тестовым режимом"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Управление тестовым режимом"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Включение и отключение функций автомобиля"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Включение и отключение функций автомобиля."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Мое устройство"</string>
diff --git a/service/res/values-sk/strings.xml b/service/res/values-sk/strings.xml
index db03691..b03aa93 100644
--- a/service/res/values-sk/strings.xml
+++ b/service/res/values-sk/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Ovládanie sedadiel auta."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"získať prístup k základným informáciám o aute"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Prístup k základným informáciám o aute."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"prístup k informáciám o povoleniach dodávateľa auta"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Prístup k informáciám o povoleniach dodávateľa auta."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"čítať stav vonkajších svetiel auta"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Prístup k stavu vonkajších svetiel auta."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"čítať vonkajšie svetlá auta"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Povoliť registráciu dôveryhodného zariadenia"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Ovládanie testovacieho režimu auta"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Ovládanie testovacieho režimu auta"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Povoliť alebo zakázať funkcie auta"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Povoľte alebo zakážte funkcie auta."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Moje zariadenie"</string>
diff --git a/service/res/values-sl/strings.xml b/service/res/values-sl/strings.xml
index f86a63c..29c127e 100644
--- a/service/res/values-sl/strings.xml
+++ b/service/res/values-sl/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Nadziranje sedežev avtomobila."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"dostop do osnovnih podatkov avtomobila"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Dostop do osnovnih podatkov avtomobila."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"dostop do podatkov o dovoljenjih prodajalca avtomobila"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Dostop do podatkov o dovoljenjih prodajalca avtomobila."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"branje stanja zunanjih luči avtomobila"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Dostop do stanja zunanjih luči avtomobila."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"branje zunanjih luči avtomobila"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Omogočanje včlanitve zaupanja vredne naprave"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Nadziranje preizkusnega načina avtomobila"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Nadziranje preizkusnega načina avtomobila"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Omogočanje ali onemogočanje funkcij avtomobila."</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Omogočanje ali onemogočanje funkcij avtomobila."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Moja naprava"</string>
diff --git a/service/res/values-sw/strings.xml b/service/res/values-sw/strings.xml
index 48e8864..d51dcc6 100644
--- a/service/res/values-sw/strings.xml
+++ b/service/res/values-sw/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Kudhibiti viti vya gari."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"kufikia maelezo ya msingi ya gari"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Kufikia maelezo ya msingi ya gari."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"kufikia maelezo ya ruhusa ya muuzaji wa gari"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Kufikia maelezo ya ruhusa ya muuzaji wa gari"</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"kusoma hali ya taa za nje ya gari"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Kufikia hali ya taa za nje ya gari."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"kusoma taa za nje ya gari"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Ruhusu Usajili wa Vifaa Unavyoviamini"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Kudhibiti hali ya jaribio la gari"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Kudhibiti hali ya jaribio la gari"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Washa au uzime vipengele vya gari"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Washa au uzime vipengele vya gari."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Kifaa Changu"</string>
diff --git a/service/res/values-ta/strings.xml b/service/res/values-ta/strings.xml
index 6f8a0df..34cadd5 100644
--- a/service/res/values-ta/strings.xml
+++ b/service/res/values-ta/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"காரின் இருக்கைகளை நிர்வகிக்க வேண்டும்."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"காரின் அடிப்படைத் தகவலை அணுக வேண்டும்"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"காரின் அடிப்படைத் தகவலை அணுக வேண்டும்."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"காரின் தயாரிப்பாளர் அனுமதி குறித்த விவரங்களை அணுகுதல்"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"காரின் தயாரிப்பாளர் அனுமதி குறித்த விவரங்களை அணுகுதல்."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"காரின் வெளிப்புற விளக்குகளின் நிலையை அறிய வேண்டும்"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"காரின் வெளிப்புற விளக்குகளின் நிலையை அணுக வேண்டும்."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"காரின் வெளிப்புற விளக்குகளை அறிய வேண்டும்"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"’நம்பகமான சாதனம்’ என்று பதிவு செய்வதை அனுமதிக்கும்"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"காரின் சோதனைப் பயன்முறையைக் கட்டுப்படுத்த வேண்டும்"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"காரின் சோதனைப் பயன்முறையைக் கட்டுப்படுத்த வேண்டும்"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"காரின் அம்சங்களை இயக்கும் அல்லது முடக்கும்"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"காரின் அம்சங்களை இயக்கும் அல்லது முடக்கும்."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"எனது சாதனம்"</string>
diff --git a/service/res/values-te/strings.xml b/service/res/values-te/strings.xml
index 6b687d3..3f93777 100644
--- a/service/res/values-te/strings.xml
+++ b/service/res/values-te/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"కారు సీట్లను నియంత్రించగలవు."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"కారు ప్రాథమిక సమాచారాన్ని యాక్సెస్ చేయగలవు"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"కారు యొక్క ప్రాథమిక సమాచారాన్ని యాక్సెస్ చేయగలవు."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"కారు విక్రేత అనుమతి సమాచారాన్ని యాక్సెస్ చేయగలవు"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"కారు విక్రేత అనుమతి సమాచారాన్ని యాక్సెస్ చేయగలవు."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"కారు బయటి లైట్‌ల స్థితిని తెలుసుకోగలవు"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"కారు బయటి లైట్‌ల స్థితిని యాక్సెస్ చేయగలవు."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"కారు బయటి లైట్‌ల స్థితిని తెలుసుకోగలవు"</string>
@@ -131,149 +129,7 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"విశ్వసనీయ పరికర నమోదును అనుమతించండి"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"కారు యొక్క పరీక్ష మోడ్‌ను నియంత్రించండి"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"కారు యొక్క పరీక్ష మోడ్‌ను నియంత్రించండి"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
+    <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"కార్ ఫీచర్‌లను ఎనేబుల్ లేదా డిజేబుల్ చేయడం"</string>
+    <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"కార్ ఫీచర్‌లను ఎనేబుల్ లేదా డిజేబుల్ చేయడం."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"నా పరికరం"</string>
 </resources>
diff --git a/service/res/values-th/strings.xml b/service/res/values-th/strings.xml
index f0584da..7b2f92c 100644
--- a/service/res/values-th/strings.xml
+++ b/service/res/values-th/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"ควบคุมที่นั่งในรถ"</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"เข้าถึงข้อมูลเบื้องต้นของรถ"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"เข้าถึงข้อมูลเบื้องต้นของรถ"</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"เข้าถึงข้อมูลสิทธิ์ผู้จำหน่ายของรถ"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"เข้าถึงข้อมูลสิทธิ์ผู้จำหน่ายของรถ"</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"อ่านสถานะไฟภายนอกรถ"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"เข้าถึงสถานะไฟภายนอกรถ"</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"อ่านไฟภายนอกรถ"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"อนุญาตการลงทะเบียนอุปกรณ์ที่เชื่อถือได้"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"ควบคุมโหมดการทดสอบของรถยนต์"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"ควบคุมโหมดการทดสอบของรถยนต์"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"เปิดหรือปิดใช้ฟีเจอร์ของรถยนต์"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"เปิดหรือปิดใช้ฟีเจอร์ของรถยนต์"</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"อุปกรณ์ของฉัน"</string>
diff --git a/service/res/values-tl/strings.xml b/service/res/values-tl/strings.xml
index 1944897..7f389f1 100644
--- a/service/res/values-tl/strings.xml
+++ b/service/res/values-tl/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Kontrolin ang mga upuan ng sasakyan."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"i-access ang pangunahing impormasyon ng sasakyan"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"I-access ang pangunahing impormasyon ng sasakyan."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"i-access ang impormasyon ng pahintulot ng vendor ng sasakyan"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"I-access ang impormasyon ng pahintulot ng vendor ng sasakyan."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"basahin ang status ng mga ilaw sa labas ng sasakyan"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"I-access ang status ng mga ilaw sa labas ng sasakyan."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"basahin ang mga ilaw sa labas ng sasakyan"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Payagan ang Pag-enroll ng Pinagkakatiwalaang Device"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Kontrolin ang test mode ng kotse"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Kontrolin ang test mode ng kotse"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"I-enable o i-disable ang mga feature ng kotse."</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"I-enable o i-disable ang mga feature ng kotse."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Aking Device"</string>
diff --git a/service/res/values-tr/strings.xml b/service/res/values-tr/strings.xml
index ef9bfb9..6531259 100644
--- a/service/res/values-tr/strings.xml
+++ b/service/res/values-tr/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Aracın koltuklarını kontrol etme."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"aracın temel bilgilerine erişim"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Aracın temel bilgilerine erişim."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"aracın tedarikçi firma izin bilgilerine erişin"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Aracın tedarikçi firma izin bilgilerine erişin."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"aracın dış ışıklarının durumunu okuma"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Aracın dış ışıklarının durumuna erişim."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"aracın dış ışıklarını okuma"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Güvenilen Cihaz Kaydına İzin Ver"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Aracın test modunu kontrol etme"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Aracın test modunu kontrol etme"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Arabanın özelliklerini etkinleştirin veya devre dışı bırakın"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Arabanın özelliklerini etkinleştirin veya devre dışı bırakın."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Cihazım"</string>
diff --git a/service/res/values-uk/strings.xml b/service/res/values-uk/strings.xml
index e1f1b5c..4ad1cb5 100644
--- a/service/res/values-uk/strings.xml
+++ b/service/res/values-uk/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Керування сидіннями автомобіля."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"доступ до основної інформації про автомобіль"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Доступ до основної інформації про автомобіль."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"мають доступ до інформації про дозволи виробника автомобіля"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Мають доступ до інформації про дозволи виробника автомобіля."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"перегляд стану зовнішніх світлових приладів автомобіля"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Керування зовнішніми світловими приладами автомобіля."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"перегляд зовнішніх світлових приладів автомобіля"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Дозволити реєстрацію надійних пристроїв"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Керувати режимом тестування автомобіля"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Керувати режимом тестування автомобіля"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Вмикати чи вимикати функції автомобіля"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Вмикати чи вимикати функції автомобіля"</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Мій пристрій"</string>
diff --git a/service/res/values-ur/strings.xml b/service/res/values-ur/strings.xml
index c7c2474..1258b5a 100644
--- a/service/res/values-ur/strings.xml
+++ b/service/res/values-ur/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"کار کی سیٹوں کو کنٹرول کریں۔"</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"کار کی بنیادی معلومات تک رسائی حاصل کریں"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"کار کی بنیادی معلومات حاصل کریں۔"</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"کار کے وینڈر کے اجازت کی معلومات تک رسائی حاصل کریں"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"کار کے وینڈر کے اجازت کی معلومات تک رسائی حاصل کریں۔"</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"کار کی بیرونی روشنیوں کی صورتحال کے بارے میں پڑھیں"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"کار کی بیرونی روشنیوں کی صورتحال تک رسائی حاصل کریں۔"</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"کار کی بیرونی روشنیوں کے بارے میں پڑھیں"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"بھروسہ مند آلات کے اندراج کی اجازت دیں"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"کار کے ٹیسٹ وضع کو کنٹرول کریں"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"کار کے ٹیسٹ وضع کو کنٹرول کریں"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"کار کی خصوصیات کو فعال یا غیر فعال کریں"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"کار کی خصوصیات کو فعال یا غیر فعال کریں۔"</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"میرا آلہ"</string>
diff --git a/service/res/values-vi/strings.xml b/service/res/values-vi/strings.xml
index 699aa6c..d0e4cfa 100644
--- a/service/res/values-vi/strings.xml
+++ b/service/res/values-vi/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"Kiểm soát ghế ngồi trên ô tô."</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"truy cập vào thông tin cơ bản của ô tô"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"Truy cập vào thông tin cơ bản của ô tô."</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"truy cập vào thông tin về quyền của nhà sản xuất ô tô"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"Truy cập vào thông tin về quyền của nhà sản xuất ô tô."</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"đọc trạng thái đèn bên ngoài ô tô"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"Truy cập vào trạng thái đèn bên ngoài ô tô."</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"đọc đèn bên ngoài ô tô"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"Cho phép đăng ký thiết bị tin cậy"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"Kiểm soát chế độ kiểm tra của ô tô"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"Kiểm soát chế độ kiểm tra của ô tô"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"Bật hoặc tắt các tính năng của ô tô"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"Bật hoặc tắt các tính năng của ô tô."</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"Thiết bị của tôi"</string>
diff --git a/service/res/values-zh-rCN/strings.xml b/service/res/values-zh-rCN/strings.xml
index 531e2f7..8d4a8cf 100644
--- a/service/res/values-zh-rCN/strings.xml
+++ b/service/res/values-zh-rCN/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"控制车座。"</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"访问汽车的基本信息"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"访问汽车的基本信息。"</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"访问汽车的供应商权限信息"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"访问汽车的供应商权限信息。"</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"读取汽车的外部灯具状态信息"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"访问汽车的外部灯具状态信息。"</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"读取汽车的外部灯具信息"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"允许注册可信设备"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"控制汽车的测试模式"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"控制汽车的测试模式"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"启用或停用汽车的功能"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"启用或停用汽车的功能。"</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"我的设备"</string>
diff --git a/service/res/values-zh-rHK/strings.xml b/service/res/values-zh-rHK/strings.xml
index 3f8f3fc..5c64804 100644
--- a/service/res/values-zh-rHK/strings.xml
+++ b/service/res/values-zh-rHK/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"控制汽車座位。"</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"存取汽車基本資訊"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"存取汽車基本資訊。"</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"存取汽車供應商權限資訊"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"存取汽車供應商權限資訊。"</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"讀取汽車外部燈光狀態"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"存取汽車外部燈光狀態。"</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"讀取汽車外部燈光"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"允許註冊信任的裝置"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"控制汽車的測試模式"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"控制汽車的測試模式"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"啟用或停用汽車的功能"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"啟用或停用汽車的功能。"</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"我的裝置"</string>
diff --git a/service/res/values-zh-rTW/strings.xml b/service/res/values-zh-rTW/strings.xml
index ee45563..9cd55fb 100644
--- a/service/res/values-zh-rTW/strings.xml
+++ b/service/res/values-zh-rTW/strings.xml
@@ -101,10 +101,8 @@
     <string name="car_permission_desc_control_car_seats" msgid="2407536601226470563">"控制車輛座椅。"</string>
     <string name="car_permission_label_car_info" msgid="4707513570676492315">"存取車輛的基本資訊"</string>
     <string name="car_permission_desc_car_info" msgid="2118081474543537653">"存取車輛的基本資訊。"</string>
-    <!-- no translation found for car_permission_label_vendor_permission_info (4471260460536888654) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_vendor_permission_info (8152113853528488398) -->
-    <skip />
+    <string name="car_permission_label_vendor_permission_info" msgid="4471260460536888654">"存取車商權限資訊"</string>
+    <string name="car_permission_desc_vendor_permission_info" msgid="8152113853528488398">"存取車商權限資訊。"</string>
     <string name="car_permission_label_car_exterior_lights" msgid="541304469604902110">"讀取車輛外部燈光狀態"</string>
     <string name="car_permission_desc_car_exterior_lights" msgid="4038037584100849318">"存取車輛外部燈光狀態。"</string>
     <string name="car_permission_label_control_car_exterior_lights" msgid="101357531386232141">"讀取車輛外部燈光"</string>
@@ -131,150 +129,6 @@
     <string name="car_permission_desc_enroll_trust" msgid="4148649994602185130">"允許註冊信任的裝置"</string>
     <string name="car_permission_label_car_test_service" msgid="9159328930558208708">"控制車輛的測試模式"</string>
     <string name="car_permission_desc_car_test_service" msgid="7426844534110145843">"控制車輛的測試模式"</string>
-    <!-- no translation found for car_permission_label_set_car_vendor_category_window (1632372241620926147) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_window (5347273074933220453) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_window (5850393738960515094) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_window (6328328839559623456) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_door (7443456820164572547) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_door (7864580950248118952) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_door (6803315226635525664) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_door (6048166778680394978) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_seat (8324670362179552241) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_seat (6554255929848171758) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_seat (2926483193290684985) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_seat (355024649441482600) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_mirror (9259704394403021) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_mirror (6089681233996200079) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_mirror (8500876611837816468) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_mirror (374128984674867401) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_info (8191612556905124568) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_info (1319547188695815526) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_info (3547742542983363376) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_info (7196621505994363944) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_engine (1754858598119125244) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_engine (2250591076665863094) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_engine (8986630718762498493) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_engine (2853199616524586697) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_hvac (1452297053480907882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_hvac (639932711060124746) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_hvac (1171512237403347509) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_hvac (497903345179364419) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_light (1837596642136707533) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_light (1115400302745907815) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_light (6054931130516293762) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_light (7875614257669908448) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_1 (3492222585155612897) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_1 (3931322215661794053) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_2 (4349683947427084217) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_2 (6270560188831595659) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_3 (6309773416070550749) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_3 (1588841149227174118) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_4 (7508881735889537879) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_4 (1208926482645119828) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_5 (9003798617584842363) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_5 (1472461598586702792) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_6 (2977913569822692566) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_6 (1320369923440710661) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_7 (2617716620985945019) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_7 (6850163569750915699) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_8 (9077690205394663081) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_8 (6832704053516503326) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_9 (8877288694959862828) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_9 (1800131991277102180) -->
-    <skip />
-    <!-- no translation found for car_permission_label_get_car_vendor_category_10 (7346416655635599632) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_get_car_vendor_category_10 (6476834920695956895) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_1 (3259019325156987452) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_1 (3556639139710050146) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_2 (8093991731654789882) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_2 (2537338678880245662) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_3 (2645706630946721057) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_3 (8999578715902333306) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_4 (7413089401869166020) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_4 (7185006194651306169) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_5 (4775308501189095898) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_5 (2361526753917423646) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_6 (4081985575150141772) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_6 (3183889221230655767) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_7 (2377902697979525222) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_7 (5715219913600947840) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_8 (7107674559057570434) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_8 (7233917383983207938) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_9 (2602481033723716190) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_9 (7274990520545034656) -->
-    <skip />
-    <!-- no translation found for car_permission_label_set_car_vendor_category_10 (366813764827342987) -->
-    <skip />
-    <!-- no translation found for car_permission_desc_set_car_vendor_category_10 (6353592281201463231) -->
-    <skip />
     <string name="car_permission_label_control_car_features" msgid="3905791560378888286">"啟用或停用車輛的功能"</string>
     <string name="car_permission_desc_control_car_features" msgid="7646711104530599901">"啟用或停用車輛的功能。"</string>
     <string name="trust_device_default_name" msgid="4213625926070261253">"我的裝置"</string>
diff --git a/service/res/values/config.xml b/service/res/values/config.xml
index 2b3b665..1cb8b17 100644
--- a/service/res/values/config.xml
+++ b/service/res/values/config.xml
@@ -312,4 +312,8 @@
          If this is set to true and there is a passenger display, a user can login to the passenger
          display and use it as a normal Android user. -->
     <bool name="enablePassengerSupport">false</bool>
+
+    <!-- Class name of the custom country detector to be used. Override the default value in the
+         device specific config file.  -->
+    <string name="config_customCountryDetector" translatable="false">com.android.server.location.ComprehensiveCountryDetector</string>
 </resources>
diff --git a/service/src/com/android/car/BinderInterfaceContainer.java b/service/src/com/android/car/BinderInterfaceContainer.java
index 5d57b16..b97db35 100644
--- a/service/src/com/android/car/BinderInterfaceContainer.java
+++ b/service/src/com/android/car/BinderInterfaceContainer.java
@@ -21,16 +21,27 @@
 import android.os.IInterface;
 import android.os.RemoteException;
 
+import com.android.internal.annotations.GuardedBy;
+
 import java.util.Collection;
+import java.util.Collections;
 import java.util.HashMap;
+import java.util.Map;
 
 /**
  * Helper class to hold client's binder interface.
+ *
+ * @param <T> type of the value that is wrapped by this class
  */
 public class BinderInterfaceContainer<T extends IInterface> {
 
-    public static class BinderInterface<T extends IInterface>
-            implements IBinder.DeathRecipient {
+    /**
+     * Wrapper class for objects that want to be notified whenever they are unliked from
+     * the container ({@link BinderInterfaceContainer}).
+     *
+     * @param <T> type of the value that is wrapped by this class
+     */
+    public static class BinderInterface<T extends IInterface> implements IBinder.DeathRecipient {
         public final T binderInterface;
         private final BinderInterfaceContainer<T> mContainer;
 
@@ -46,13 +57,25 @@
         }
     }
 
+    /**
+     * Interface to be implemented by object that want to be notified whenever a binder is unliked
+     * (dies).
+     */
     public interface BinderEventHandler<T extends IInterface> {
         void onBinderDeath(BinderInterface<T> bInterface);
     }
 
-    private final BinderEventHandler<T> mEventHandler;
-    private final HashMap<IBinder, BinderInterface<T>> mBinders = new HashMap<>();
+    private final Object mLock = new Object();
 
+    private final BinderEventHandler<T> mEventHandler;
+
+    @GuardedBy("mLock")
+    private final Map<IBinder, BinderInterface<T>> mBinders = new HashMap<>();
+
+    /**
+     * Constructs a new <code>BinderInterfaceContainer</code> passing an event handler to be used to
+     * notify listeners when a registered binder dies (unlinked).
+     */
     public BinderInterfaceContainer(@Nullable BinderEventHandler<T> eventHandler) {
         mEventHandler = eventHandler;
     }
@@ -61,9 +84,14 @@
         mEventHandler = null;
     }
 
+    /**
+     * Add the instance of {@link IInterface} representing the binder interface to this container.
+     *
+     * Internally, this object will be wrapped in an {@link BinderInterface} when added.
+     */
     public void addBinder(T binderInterface) {
         IBinder binder = binderInterface.asBinder();
-        synchronized (this) {
+        synchronized (mLock) {
             BinderInterface<T> bInterface = mBinders.get(binder);
             if (bInterface != null) {
                 return;
@@ -78,9 +106,13 @@
         }
     }
 
+    /**
+     * Removes the {@link BinderInterface} object associated with the passed parameter (if there is
+     * any).
+     */
     public void removeBinder(T binderInterface) {
         IBinder binder = binderInterface.asBinder();
-        synchronized(this) {
+        synchronized (mLock) {
             BinderInterface<T> bInterface = mBinders.get(binder);
             if (bInterface == null) {
                 return;
@@ -90,16 +122,22 @@
         }
     }
 
+    /**
+     * Returns the {@link BinderInterface} object associated with the passed parameter.
+     */
     public BinderInterface<T> getBinderInterface(T binderInterface) {
         IBinder binder = binderInterface.asBinder();
-        synchronized (this) {
+        synchronized (mLock) {
             return mBinders.get(binder);
         }
     }
 
+    /**
+     * Adds a new {@link BinderInterface} in this container.
+     */
     public void addBinderInterface(BinderInterface<T> bInterface) {
         IBinder binder = bInterface.binderInterface.asBinder();
-        synchronized (this) {
+        synchronized (mLock) {
             try {
                 binder.linkToDeath(bInterface, 0);
             } catch (RemoteException e) {
@@ -109,21 +147,35 @@
         }
     }
 
+    /**
+     * Returns an unmodified collection containing all registered {@link BinderInterface} objects
+     * with this container.
+     */
     public Collection<BinderInterface<T>> getInterfaces() {
-        synchronized (this) {
-            return mBinders.values();
+        synchronized (mLock) {
+            return Collections.unmodifiableCollection(mBinders.values());
         }
     }
 
-    public synchronized int size() {
-        return mBinders.size();
+    /**
+     * Returns the number of registered {@link BinderInterface} objects in this container.
+     */
+    public int size() {
+        synchronized (mLock) {
+            return mBinders.size();
+        }
     }
 
-    public synchronized void clear() {
-        Collection<BinderInterface<T>> interfaces = getInterfaces();
-        for (BinderInterface<T> bInterface : interfaces) {
-            IBinder binder = bInterface.binderInterface.asBinder();
-            binder.unlinkToDeath(bInterface, 0);
+    /**
+     * Clears all registered {@link BinderInterface} objects.
+     */
+    public void clear() {
+        synchronized (mLock) {
+            Collection<BinderInterface<T>> interfaces = getInterfaces();
+            for (BinderInterface<T> bInterface : interfaces) {
+                IBinder binder = bInterface.binderInterface.asBinder();
+                binder.unlinkToDeath(bInterface, 0);
+            }
         }
         mBinders.clear();
     }
diff --git a/service/src/com/android/car/CarBluetoothService.java b/service/src/com/android/car/CarBluetoothService.java
index 94ff99f..0a454af 100644
--- a/service/src/com/android/car/CarBluetoothService.java
+++ b/service/src/com/android/car/CarBluetoothService.java
@@ -25,6 +25,7 @@
 import android.content.pm.PackageManager;
 import android.os.IBinder;
 import android.os.RemoteException;
+import android.os.UserHandle;
 import android.util.Log;
 import android.util.SparseArray;
 
@@ -100,25 +101,29 @@
             synchronized (mPerUserLock) {
                 // Explicitly clear out existing per-user objects since we can't rely on the
                 // onServiceDisconnected and onPreUnbind calls to always be called before this
-                destroyUser();
+                destroyUserLocked();
 
                 mPerUserCarService = perUserCarService;
 
                 // Create new objects with our new set of profile proxies
-                initializeUser();
+                initializeUserLocked();
             }
         }
 
         @Override
         public void onPreUnbind() {
             logd("Before Unbinding from PerUserCarService");
-            destroyUser();
+            synchronized (mPerUserLock) {
+                destroyUserLocked();
+            }
         }
 
         @Override
         public void onServiceDisconnected() {
             logd("Disconnected from PerUserCarService");
-            destroyUser();
+            synchronized (mPerUserLock) {
+                destroyUserLocked();
+            }
         }
     };
 
@@ -130,7 +135,7 @@
      *                            to in order to receive user switch events
      */
     public CarBluetoothService(Context context, PerUserCarServiceHelper userSwitchService) {
-        mUserId = -1;
+        mUserId = UserHandle.USER_NULL;
         mContext = context;
         mUserServiceHelper = userSwitchService;
         mUseDefaultPolicy = mContext.getResources().getBoolean(
@@ -157,7 +162,9 @@
     public void release() {
         logd("release()");
         mUserServiceHelper.unregisterServiceCallback(mUserServiceCallback);
-        destroyUser();
+        synchronized (mPerUserLock) {
+            destroyUserLocked();
+        }
     }
 
     /**
@@ -174,37 +181,33 @@
      *
      * Only call this following a known user switch once we've connected to the user service helper.
      */
-    private void initializeUser() {
+    private void initializeUserLocked() {
         logd("Initializing new user");
-        synchronized (mPerUserLock) {
-            mUserId = ActivityManager.getCurrentUser();
-            createBluetoothUserService();
-            createBluetoothProfileDeviceManagers();
-            createBluetoothProfileInhibitManager();
+        mUserId = ActivityManager.getCurrentUser();
+        createBluetoothUserServiceLocked();
+        createBluetoothProfileDeviceManagersLocked();
+        createBluetoothProfileInhibitManagerLocked();
 
-            // Determine if we need to begin the default policy
-            mBluetoothDeviceConnectionPolicy = null;
-            if (mUseDefaultPolicy) {
-                createBluetoothDeviceConnectionPolicy();
-            }
-            logd("Switched to user " + mUserId);
+        // Determine if we need to begin the default policy
+        mBluetoothDeviceConnectionPolicy = null;
+        if (mUseDefaultPolicy) {
+            createBluetoothDeviceConnectionPolicyLocked();
         }
+        logd("Switched to user " + mUserId);
     }
 
     /**
      * Destroy the current user context, defined by the set of profile proxies, profile device
      * managers, inhibit manager and the policy.
      */
-    private void destroyUser() {
+    private void destroyUserLocked() {
         logd("Destroying user " + mUserId);
-        synchronized (mPerUserLock) {
-            destroyBluetoothDeviceConnectionPolicy();
-            destroyBluetoothProfileInhibitManager();
-            destroyBluetoothProfileDeviceManagers();
-            destroyBluetoothUserService();
-            mPerUserCarService = null;
-            mUserId = -1;
-        }
+        destroyBluetoothDeviceConnectionPolicyLocked();
+        destroyBluetoothProfileInhibitManagerLocked();
+        destroyBluetoothProfileDeviceManagersLocked();
+        destroyBluetoothUserServiceLocked();
+        mPerUserCarService = null;
+        mUserId = UserHandle.USER_NULL;
     }
 
     /**
@@ -213,19 +216,17 @@
      * Also sets up the connection proxy objects required to communicate with the Bluetooth
      * Profile Services.
      */
-    private void createBluetoothUserService() {
-        synchronized (mPerUserLock) {
-            if (mPerUserCarService != null) {
-                try {
-                    mCarBluetoothUserService = mPerUserCarService.getBluetoothUserService();
-                    mCarBluetoothUserService.setupBluetoothConnectionProxies();
-                } catch (RemoteException e) {
-                    Log.e(TAG, "Remote Service Exception on ServiceConnection Callback: "
-                            + e.getMessage());
-                }
-            } else {
-                logd("PerUserCarService not connected. Cannot get bluetooth user proxy objects");
+    private void createBluetoothUserServiceLocked() {
+        if (mPerUserCarService != null) {
+            try {
+                mCarBluetoothUserService = mPerUserCarService.getBluetoothUserService();
+                mCarBluetoothUserService.setupBluetoothConnectionProxies();
+            } catch (RemoteException e) {
+                Log.e(TAG, "Remote Service Exception on ServiceConnection Callback: "
+                        + e.getMessage());
             }
+        } else {
+            logd("PerUserCarService not connected. Cannot get bluetooth user proxy objects");
         }
     }
 
@@ -233,131 +234,116 @@
      * Close out the Per User Car Bluetooth profile proxy connections and destroys the Car Bluetooth
      * User Service object.
      */
-    private void destroyBluetoothUserService() {
-        synchronized (mPerUserLock) {
-            if (mCarBluetoothUserService == null) return;
-            try {
-                mCarBluetoothUserService.closeBluetoothConnectionProxies();
-            } catch (RemoteException e) {
-                Log.e(TAG, "Remote Service Exception on ServiceConnection Callback: "
-                        + e.getMessage());
-            }
-            mCarBluetoothUserService = null;
+    private void destroyBluetoothUserServiceLocked() {
+        if (mCarBluetoothUserService == null) return;
+        try {
+            mCarBluetoothUserService.closeBluetoothConnectionProxies();
+        } catch (RemoteException e) {
+            Log.e(TAG, "Remote Service Exception on ServiceConnection Callback: "
+                    + e.getMessage());
         }
+        mCarBluetoothUserService = null;
     }
 
     /**
      * Clears out Profile Device Managers and re-creates them for the current user.
      */
-    private void createBluetoothProfileDeviceManagers() {
-        synchronized (mPerUserLock) {
-            if (mUserId == -1) {
-                logd("No foreground user, cannot create profile device managers");
-                return;
-            }
-            for (int profileId : sManagedProfiles) {
-                if (mProfileDeviceManagers.get(profileId) != null) {
-                    BluetoothProfileDeviceManager deviceManager =
-                            mProfileDeviceManagers.get(profileId);
-                    deviceManager.stop();
-                    mProfileDeviceManagers.remove(profileId);
-                    logd("Existing device manager removed for profile "
-                            + Utils.getProfileName(profileId));
-                }
-
-                BluetoothProfileDeviceManager deviceManager = BluetoothProfileDeviceManager.create(
-                        mContext, mUserId, mCarBluetoothUserService, profileId);
-                if (deviceManager == null) {
-                    logd("Failed to create profile device manager for "
-                            + Utils.getProfileName(profileId));
-                    continue;
-                }
-                mProfileDeviceManagers.put(profileId, deviceManager);
-                logd("Created profile device manager for " + Utils.getProfileName(profileId));
+    private void createBluetoothProfileDeviceManagersLocked() {
+        if (mUserId == UserHandle.USER_NULL) {
+            logd("No foreground user, cannot create profile device managers");
+            return;
+        }
+        for (int profileId : sManagedProfiles) {
+            BluetoothProfileDeviceManager deviceManager = mProfileDeviceManagers.get(profileId);
+            if (deviceManager != null) {
+                deviceManager.stop();
+                mProfileDeviceManagers.remove(profileId);
+                logd("Existing device manager removed for profile "
+                        + Utils.getProfileName(profileId));
             }
 
-            for (int i = 0; i < mProfileDeviceManagers.size(); i++) {
-                int key = mProfileDeviceManagers.keyAt(i);
-                BluetoothProfileDeviceManager deviceManager =
-                        (BluetoothProfileDeviceManager) mProfileDeviceManagers.get(key);
-                deviceManager.start();
+            deviceManager = BluetoothProfileDeviceManager.create(mContext, mUserId,
+                    mCarBluetoothUserService, profileId);
+            if (deviceManager == null) {
+                logd("Failed to create profile device manager for "
+                        + Utils.getProfileName(profileId));
+                continue;
             }
+            mProfileDeviceManagers.put(profileId, deviceManager);
+            logd("Created profile device manager for " + Utils.getProfileName(profileId));
+        }
+
+        for (int i = 0; i < mProfileDeviceManagers.size(); i++) {
+            int key = mProfileDeviceManagers.keyAt(i);
+            BluetoothProfileDeviceManager deviceManager =
+                    (BluetoothProfileDeviceManager) mProfileDeviceManagers.get(key);
+            deviceManager.start();
         }
     }
 
     /**
      * Stops and clears the entire set of Profile Device Managers.
      */
-    private void destroyBluetoothProfileDeviceManagers() {
-        synchronized (mPerUserLock) {
-            for (int i = 0; i < mProfileDeviceManagers.size(); i++) {
-                int key = mProfileDeviceManagers.keyAt(i);
-                BluetoothProfileDeviceManager deviceManager =
-                        (BluetoothProfileDeviceManager) mProfileDeviceManagers.get(key);
-                deviceManager.stop();
-            }
-            mProfileDeviceManagers.clear();
+    private void destroyBluetoothProfileDeviceManagersLocked() {
+        for (int i = 0; i < mProfileDeviceManagers.size(); i++) {
+            int key = mProfileDeviceManagers.keyAt(i);
+            BluetoothProfileDeviceManager deviceManager =
+                    (BluetoothProfileDeviceManager) mProfileDeviceManagers.get(key);
+            deviceManager.stop();
         }
+        mProfileDeviceManagers.clear();
     }
 
     /**
      * Creates an instance of a BluetoothProfileInhibitManager under the current user
      */
-    private void createBluetoothProfileInhibitManager() {
+    private void createBluetoothProfileInhibitManagerLocked() {
         logd("Creating inhibit manager");
-        synchronized (mPerUserLock) {
-            if (mUserId == -1) {
-                logd("No foreground user, cannot create profile inhibit manager");
-                return;
-            }
-            mInhibitManager = new BluetoothProfileInhibitManager(mContext, mUserId,
-                    mCarBluetoothUserService);
-            mInhibitManager.start();
+        if (mUserId == UserHandle.USER_NULL) {
+            logd("No foreground user, cannot create profile inhibit manager");
+            return;
         }
+        mInhibitManager = new BluetoothProfileInhibitManager(mContext, mUserId,
+                mCarBluetoothUserService);
+        mInhibitManager.start();
     }
 
     /**
      * Destroys the current instance of a BluetoothProfileInhibitManager, if one exists
      */
-    private void destroyBluetoothProfileInhibitManager() {
+    private void destroyBluetoothProfileInhibitManagerLocked() {
         logd("Destroying inhibit manager");
-        synchronized (mPerUserLock) {
-            if (mInhibitManager == null) return;
-            mInhibitManager.stop();
-            mInhibitManager = null;
-        }
+        if (mInhibitManager == null) return;
+        mInhibitManager.stop();
+        mInhibitManager = null;
     }
 
     /**
      * Creates an instance of a BluetoothDeviceConnectionPolicy under the current user
      */
-    private void createBluetoothDeviceConnectionPolicy() {
+    private void createBluetoothDeviceConnectionPolicyLocked() {
         logd("Creating device connection policy");
-        synchronized (mPerUserLock) {
-            if (mUserId == -1) {
-                logd("No foreground user, cannot create device connection policy");
-                return;
-            }
-            mBluetoothDeviceConnectionPolicy = BluetoothDeviceConnectionPolicy.create(mContext,
-                    mUserId, this);
-            if (mBluetoothDeviceConnectionPolicy == null) {
-                logd("Failed to create default Bluetooth device connection policy.");
-                return;
-            }
-            mBluetoothDeviceConnectionPolicy.init();
+        if (mUserId == UserHandle.USER_NULL) {
+            logd("No foreground user, cannot create device connection policy");
+            return;
         }
+        mBluetoothDeviceConnectionPolicy = BluetoothDeviceConnectionPolicy.create(mContext,
+                mUserId, this);
+        if (mBluetoothDeviceConnectionPolicy == null) {
+            logd("Failed to create default Bluetooth device connection policy.");
+            return;
+        }
+        mBluetoothDeviceConnectionPolicy.init();
     }
 
     /**
      * Destroys the current instance of a BluetoothDeviceConnectionPolicy, if one exists
      */
-    private void destroyBluetoothDeviceConnectionPolicy() {
+    private void destroyBluetoothDeviceConnectionPolicyLocked() {
         logd("Destroying device connection policy");
-        synchronized (mPerUserLock) {
-            if (mBluetoothDeviceConnectionPolicy != null) {
-                mBluetoothDeviceConnectionPolicy.release();
-                mBluetoothDeviceConnectionPolicy = null;
-            }
+        if (mBluetoothDeviceConnectionPolicy != null) {
+            mBluetoothDeviceConnectionPolicy.release();
+            mBluetoothDeviceConnectionPolicy = null;
         }
     }
 
diff --git a/service/src/com/android/car/CarBluetoothUserService.java b/service/src/com/android/car/CarBluetoothUserService.java
index 17a2834..566a872 100644
--- a/service/src/com/android/car/CarBluetoothUserService.java
+++ b/service/src/com/android/car/CarBluetoothUserService.java
@@ -27,10 +27,9 @@
 import android.util.Log;
 import android.util.SparseBooleanArray;
 
-import com.android.internal.util.Preconditions;
-
 import java.util.Arrays;
 import java.util.List;
+import java.util.Objects;
 import java.util.concurrent.TimeUnit;
 import java.util.concurrent.locks.Condition;
 import java.util.concurrent.locks.ReentrantLock;
@@ -82,7 +81,7 @@
         mBluetoothProxyLock = new ReentrantLock();
         mConditionAllProxiesConnected = mBluetoothProxyLock.newCondition();
         mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter();
-        Preconditions.checkNotNull(mBluetoothAdapter, "Bluetooth adapter cannot be null");
+        Objects.requireNonNull(mBluetoothAdapter, "Bluetooth adapter cannot be null");
     }
 
     /**
diff --git a/service/src/com/android/car/CarProjectionService.java b/service/src/com/android/car/CarProjectionService.java
index 69d3b05..82cb029 100644
--- a/service/src/com/android/car/CarProjectionService.java
+++ b/service/src/com/android/car/CarProjectionService.java
@@ -612,7 +612,7 @@
             ensureApConfiguration();
         }
 
-        if (!mWifiManager.startSoftAp(null /* use existing config*/)) {
+        if (!mWifiManager.startTetheredHotspot(null /* use existing config*/)) {
             // The indicates that AP might be already started.
             if (mWifiManager.getWifiApState() == WIFI_AP_STATE_ENABLED) {
                 sendApStarted(mWifiManager.getWifiApConfiguration());
@@ -716,7 +716,6 @@
         Log.i(TAG, "Sending PROJECTION_AP_STARTED, ssid: "
                 + localWifiConfig.getPrintableSsid()
                 + ", apBand: " + localWifiConfig.apBand
-                + ", apChannel: " + localWifiConfig.apChannel
                 + ", bssid: " + localWifiConfig.BSSID);
         sendApStatusMessage(message);
     }
diff --git a/service/src/com/android/car/CarUxRestrictionsManagerService.java b/service/src/com/android/car/CarUxRestrictionsManagerService.java
index c7de564..0195195 100644
--- a/service/src/com/android/car/CarUxRestrictionsManagerService.java
+++ b/service/src/com/android/car/CarUxRestrictionsManagerService.java
@@ -63,7 +63,6 @@
 import com.android.car.systeminterface.SystemInterface;
 import com.android.internal.annotations.GuardedBy;
 import com.android.internal.annotations.VisibleForTesting;
-import com.android.internal.util.Preconditions;
 
 import org.xmlpull.v1.XmlPullParserException;
 
@@ -81,6 +80,7 @@
 import java.util.LinkedList;
 import java.util.List;
 import java.util.Map;
+import java.util.Objects;
 import java.util.Set;
 
 /**
@@ -724,9 +724,9 @@
      */
     private synchronized void handleDispatchUxRestrictions(@CarDrivingState int currentDrivingState,
             float speed) {
-        Preconditions.checkNotNull(mCarUxRestrictionsConfigurations,
+        Objects.requireNonNull(mCarUxRestrictionsConfigurations,
                 "mCarUxRestrictionsConfigurations must be initialized");
-        Preconditions.checkNotNull(mCurrentUxRestrictions,
+        Objects.requireNonNull(mCurrentUxRestrictions,
                 "mCurrentUxRestrictions must be initialized");
 
         if (isDebugBuild() && !mUxRChangeBroadcastEnabled) {
diff --git a/service/src/com/android/car/ICarImpl.java b/service/src/com/android/car/ICarImpl.java
index 6ec1290..89f14e1 100644
--- a/service/src/com/android/car/ICarImpl.java
+++ b/service/src/com/android/car/ICarImpl.java
@@ -41,16 +41,19 @@
 import android.os.ResultReceiver;
 import android.os.ShellCallback;
 import android.os.ShellCommand;
+import android.os.SystemClock;
 import android.os.Trace;
 import android.os.UserManager;
 import android.util.Log;
 import android.util.Slog;
 import android.util.TimingsTraceLog;
+import android.view.KeyEvent;
 
 import com.android.car.am.FixedActivityService;
 import com.android.car.audio.CarAudioService;
 import com.android.car.cluster.InstrumentClusterService;
 import com.android.car.garagemode.GarageModeService;
+import com.android.car.hal.InputHalService;
 import com.android.car.hal.VehicleHal;
 import com.android.car.pm.CarPackageManagerService;
 import com.android.car.stats.CarStatsService;
@@ -61,6 +64,7 @@
 import com.android.car.vms.VmsBrokerService;
 import com.android.car.vms.VmsClientManager;
 import com.android.internal.annotations.GuardedBy;
+import com.android.internal.annotations.VisibleForTesting;
 import com.android.internal.car.ICarServiceHelper;
 import com.android.internal.util.ArrayUtils;
 
@@ -137,6 +141,14 @@
 
     public ICarImpl(Context serviceContext, IVehicle vehicle, SystemInterface systemInterface,
             CanBusErrorNotifier errorNotifier, String vehicleInterfaceName) {
+        this(serviceContext, vehicle, systemInterface, errorNotifier, vehicleInterfaceName,
+                /* carUserService= */ null);
+    }
+
+    @VisibleForTesting
+    ICarImpl(Context serviceContext, IVehicle vehicle, SystemInterface systemInterface,
+            CanBusErrorNotifier errorNotifier, String vehicleInterfaceName,
+            @Nullable CarUserService carUserService) {
         mContext = serviceContext;
         mSystemInterface = systemInterface;
         mHal = new VehicleHal(serviceContext, vehicle);
@@ -151,12 +163,16 @@
         CarLocalServices.addService(CarFeatureController.class, mFeatureController);
         mVehicleInterfaceName = vehicleInterfaceName;
         mUserManagerHelper = new CarUserManagerHelper(serviceContext);
-        UserManager userManager =
-                (UserManager) serviceContext.getSystemService(Context.USER_SERVICE);
-        int maxRunningUsers = res.getInteger(
-                com.android.internal.R.integer.config_multiuserMaxRunningUsers);
-        mCarUserService = new CarUserService(serviceContext, mUserManagerHelper, userManager,
-                ActivityManager.getService(), maxRunningUsers);
+        if (carUserService != null) {
+            mCarUserService = carUserService;
+        } else {
+            UserManager userManager =
+                    (UserManager) serviceContext.getSystemService(Context.USER_SERVICE);
+            int maxRunningUsers = res.getInteger(
+                    com.android.internal.R.integer.config_multiuserMaxRunningUsers);
+            mCarUserService = new CarUserService(serviceContext, mUserManagerHelper, userManager,
+                    ActivityManager.getService(), maxRunningUsers);
+        }
         mCarOccupantZoneService = new CarOccupantZoneService(serviceContext);
         mSystemActivityMonitoringService = new SystemActivityMonitoringService(serviceContext);
         mCarPowerManagementService = new CarPowerManagementService(mContext, mHal.getPowerHal(),
@@ -708,6 +724,7 @@
         private static final String COMMAND_STOP_FIXED_ACTIVITY_MODE = "stop-fixed-activity-mode";
         private static final String COMMAND_ENABLE_FEATURE = "enable-feature";
         private static final String COMMAND_DISABLE_FEATURE = "disable-feature";
+        private static final String COMMAND_INJECT_KEY = "inject-key";
 
         private static final String PARAM_DAY_MODE = "day";
         private static final String PARAM_NIGHT_MODE = "night";
@@ -793,6 +810,12 @@
             pw.println("\tdisable-feature featureName");
             pw.println("\t  Disable the requested feature. Change will happen after reboot");
             pw.println("\t  This requires root/su.");
+            pw.println("\tinject-key [-d display] [-t down_delay_ms] key_code");
+            pw.println("\t  inject key down / up event to car service");
+            pw.println("\t  display: 0 for main, 1 for cluster. If not specified, it will be 0.");
+            pw.println("\t  down_delay_ms: delay from down to up key event. If not specified,");
+            pw.println("\t                 it will be 0");
+            pw.println("\t  key_code: int key code defined in android KeyEvent");
         }
 
         private int dumpInvalidArguments(PrintWriter pw) {
@@ -948,6 +971,12 @@
                     }
                     handleEnableDisableFeature(args, writer, /* enable= */ false);
                     break;
+                case COMMAND_INJECT_KEY:
+                    if (args.length < 2) {
+                        return dumpInvalidArguments(writer);
+                    }
+                    handleInjectKey(args, writer);
+                    break;
                 default:
                     writer.println("Unknown command: \"" + arg + "\"");
                     dumpHelp(writer);
@@ -1042,6 +1071,60 @@
             Binder.restoreCallingIdentity(id);
         }
 
+        private void handleInjectKey(String[] args, PrintWriter writer) {
+            int i = 1; // 0 is command itself
+            int display = InputHalService.DISPLAY_MAIN;
+            int delayMs = 0;
+            int keyCode = KeyEvent.KEYCODE_UNKNOWN;
+            try {
+                while (i < args.length) {
+                    switch (args[i]) {
+                        case "-d":
+                            i++;
+                            display = Integer.parseInt(args[i]);
+                            break;
+                        case "-t":
+                            i++;
+                            delayMs = Integer.parseInt(args[i]);
+                            break;
+                        default:
+                            if (keyCode != KeyEvent.KEYCODE_UNKNOWN) {
+                                throw new IllegalArgumentException("key_code already set:"
+                                        + keyCode);
+                            }
+                            keyCode = Integer.parseInt(args[i]);
+                    }
+                    i++;
+                }
+            } catch (Exception e) {
+                writer.println("Invalid args:" + e);
+                dumpHelp(writer);
+                return;
+            }
+            if (keyCode == KeyEvent.KEYCODE_UNKNOWN) {
+                writer.println("Missing key code or invalid keycode");
+                dumpHelp(writer);
+                return;
+            }
+            if (display != InputHalService.DISPLAY_MAIN
+                    && display != InputHalService.DISPLAY_INSTRUMENT_CLUSTER) {
+                writer.println("Invalid display:" + display);
+                dumpHelp(writer);
+                return;
+            }
+            if (delayMs < 0) {
+                writer.println("Invalid delay:" + delayMs);
+                dumpHelp(writer);
+                return;
+            }
+            KeyEvent keyDown = new KeyEvent(KeyEvent.ACTION_DOWN, keyCode);
+            mCarInputService.onKeyEvent(keyDown, display);
+            SystemClock.sleep(delayMs);
+            KeyEvent keyUp = new KeyEvent(KeyEvent.ACTION_UP, keyCode);
+            mCarInputService.onKeyEvent(keyUp, display);
+            writer.println("Succeeded");
+        }
+
         private void forceDayNightMode(String arg, PrintWriter writer) {
             int mode;
             switch (arg) {
diff --git a/service/src/com/android/car/audio/CarAudioDeviceInfo.java b/service/src/com/android/car/audio/CarAudioDeviceInfo.java
index 86b1771..cc8788c 100644
--- a/service/src/com/android/car/audio/CarAudioDeviceInfo.java
+++ b/service/src/com/android/car/audio/CarAudioDeviceInfo.java
@@ -28,6 +28,7 @@
 import com.android.internal.util.Preconditions;
 
 import java.io.PrintWriter;
+import java.util.Objects;
 
 /**
  * A helper class wraps {@link AudioDeviceInfo}, and helps get/set the gain on a specific port
@@ -59,7 +60,7 @@
         mSampleRate = getMaxSampleRate(audioDeviceInfo);
         mEncodingFormat = getEncodingFormat(audioDeviceInfo);
         mChannelCount = getMaxChannels(audioDeviceInfo);
-        final AudioGain audioGain = Preconditions.checkNotNull(
+        final AudioGain audioGain = Objects.requireNonNull(
                 getAudioGain(), "No audio gain on device port " + audioDeviceInfo);
         mDefaultGain = audioGain.defaultValue();
         mMaxGain = audioGain.maxValue();
diff --git a/service/src/com/android/car/audio/CarAudioService.java b/service/src/com/android/car/audio/CarAudioService.java
index 286cb3e..5f0b0db 100644
--- a/service/src/com/android/car/audio/CarAudioService.java
+++ b/service/src/com/android/car/audio/CarAudioService.java
@@ -70,6 +70,7 @@
 import java.util.List;
 import java.util.Map;
 import java.util.NoSuchElementException;
+import java.util.Objects;
 import java.util.Set;
 import java.util.stream.Collectors;
 
@@ -372,7 +373,7 @@
     }
 
     private CarVolumeGroup getCarVolumeGroup(int zoneId, int groupId) {
-        Preconditions.checkNotNull(mCarAudioZones);
+        Objects.requireNonNull(mCarAudioZones);
         Preconditions.checkArgumentInRange(zoneId, 0, mCarAudioZones.length - 1,
                 "zoneId out of range: " + zoneId);
         return mCarAudioZones[zoneId].getVolumeGroup(groupId);
@@ -598,11 +599,11 @@
                 break;
             }
         }
-        Preconditions.checkNotNull(sourcePortInfo,
+        Objects.requireNonNull(sourcePortInfo,
                 "Specified source is not available: " + sourceAddress);
 
         // Find the output port associated with the given carUsage
-        AudioDevicePort sinkPort = Preconditions.checkNotNull(getAudioPort(usage),
+        AudioDevicePort sinkPort = Objects.requireNonNull(getAudioPort(usage),
                 "Sink not available for usage: " + AudioAttributes.usageToString(usage));
 
         // {@link android.media.AudioPort#activeConfig()} is valid for mixer port only,
@@ -615,7 +616,7 @@
 
         // Configure the source port to match the output port except for a gain adjustment
         final CarAudioDeviceInfo helper = new CarAudioDeviceInfo(sourcePortInfo);
-        AudioGain audioGain = Preconditions.checkNotNull(helper.getAudioGain(),
+        AudioGain audioGain = Objects.requireNonNull(helper.getAudioGain(),
                 "Gain controller not available for source port");
 
         // size of gain values is 1 in MODE_JOINT
@@ -636,7 +637,7 @@
             throw new RuntimeException("createAudioPatch failed with code " + result);
         }
 
-        Preconditions.checkNotNull(patch[0],
+        Objects.requireNonNull(patch[0],
                 "createAudioPatch didn't provide expected single handle");
         Log.d(CarLog.TAG_AUDIO, "Audio patch created: " + patch[0]);
 
@@ -962,7 +963,7 @@
     private @Nullable AudioDevicePort getAudioPort(@AudioAttributes.AttributeUsage int usage) {
         int zoneId = CarAudioManager.PRIMARY_AUDIO_ZONE;
         final int groupId = getVolumeGroupIdForUsage(zoneId, usage);
-        final CarVolumeGroup group = Preconditions.checkNotNull(
+        final CarVolumeGroup group = Objects.requireNonNull(
                 mCarAudioZones[zoneId].getVolumeGroup(groupId),
                 "Can not find CarVolumeGroup by usage: "
                         + AudioAttributes.usageToString(usage));
diff --git a/service/src/com/android/car/audio/CarZonesAudioFocus.java b/service/src/com/android/car/audio/CarZonesAudioFocus.java
index 6f11b96..c4a850f 100644
--- a/service/src/com/android/car/audio/CarZonesAudioFocus.java
+++ b/service/src/com/android/car/audio/CarZonesAudioFocus.java
@@ -33,6 +33,7 @@
 import java.util.ArrayList;
 import java.util.HashMap;
 import java.util.Map;
+import java.util.Objects;
 
 /**
  * Implements {@link AudioPolicy.AudioPolicyFocusListener}
@@ -52,7 +53,7 @@
         //Create the zones here, the policy will be set setOwningPolicy,
         // which is called right after this constructor.
 
-        Preconditions.checkNotNull(carAudioZones);
+        Objects.requireNonNull(carAudioZones);
         Preconditions.checkArgument(carAudioZones.length != 0,
                 "There must be a minimum of one audio zone");
 
diff --git a/service/src/com/android/car/pm/CarPackageManagerService.java b/service/src/com/android/car/pm/CarPackageManagerService.java
index 0c4a1fd..085576b 100644
--- a/service/src/com/android/car/pm/CarPackageManagerService.java
+++ b/service/src/com/android/car/pm/CarPackageManagerService.java
@@ -249,7 +249,7 @@
             synchronized (mLock) {
                 try {
                     while (mWaitingPolicies.contains(policy)) {
-                        wait();
+                        mLock.wait();
                     }
                 } catch (InterruptedException e) {
                     // Pass it over binder call
@@ -404,7 +404,7 @@
                 mProxies.clear();
             }
             mWaitingPolicies.clear();
-            notifyAll();
+            mLock.notifyAll();
         }
         mContext.unregisterReceiver(mPackageParsingEventReceiver);
         mContext.unregisterReceiver(mUserSwitchedEventReceiver);
@@ -493,7 +493,7 @@
             }
             if ((flags & CarPackageManager.FLAG_SET_POLICY_WAIT_FOR_CHANGE) != 0) {
                 mWaitingPolicies.remove(policy);
-                notifyAll();
+                mLock.notifyAll();
             }
             if (DBG_POLICY_SET) {
                 Log.i(CarLog.TAG_PACKAGE, "policy set:" + dumpPoliciesLocked(false));
diff --git a/service/src/com/android/car/user/CarUserService.java b/service/src/com/android/car/user/CarUserService.java
index f69330f..94b09ac 100644
--- a/service/src/com/android/car/user/CarUserService.java
+++ b/service/src/com/android/car/user/CarUserService.java
@@ -45,7 +45,6 @@
 import com.android.car.R;
 import com.android.internal.annotations.GuardedBy;
 import com.android.internal.annotations.VisibleForTesting;
-import com.android.internal.util.Preconditions;
 import com.android.internal.util.UserIcons;
 
 import java.io.PrintWriter;
@@ -53,6 +52,7 @@
 import java.util.Arrays;
 import java.util.Iterator;
 import java.util.List;
+import java.util.Objects;
 import java.util.concurrent.CopyOnWriteArrayList;
 
 /**
@@ -196,13 +196,18 @@
     }
 
     /**
-     * @see CarUserManager.createDriver
+     * Creates a driver who is a regular user and is allowed to login to the driving occupant zone.
+     *
+     * @param name The name of the driver to be created.
+     * @param admin Whether the created driver will be an admin.
+     * @return {@link UserInfo} object of the created driver, or {@code null} if the driver could
+     *         not be created.
      */
     @Override
     @Nullable
     public UserInfo createDriver(@NonNull String name, boolean admin) {
         checkManageUsersPermission("createDriver");
-        Preconditions.checkNotNull(name, "name cannot be null");
+        Objects.requireNonNull(name, "name cannot be null");
         if (admin) {
             return createNewAdminUser(name);
         }
@@ -210,13 +215,18 @@
     }
 
     /**
-     * @see CarUserManager.createPassenger
+     * Creates a passenger who is a profile of the given driver.
+     *
+     * @param name The name of the passenger to be created.
+     * @param driverId User id of the driver under whom a passenger is created.
+     * @return {@link UserInfo} object of the created passenger, or {@code null} if the passenger
+     *         could not be created.
      */
     @Override
     @Nullable
     public UserInfo createPassenger(@NonNull String name, @UserIdInt int driverId) {
         checkManageUsersPermission("createPassenger");
-        Preconditions.checkNotNull(name, "name cannot be null");
+        Objects.requireNonNull(name, "name cannot be null");
         UserInfo driver = mUserManager.getUserInfo(driverId);
         if (driver == null) {
             Log.w(TAG_USER, "the driver is invalid");
@@ -269,7 +279,9 @@
     }
 
     /**
-     * @see CarUserManager.getAllDrivers
+     * Returns all drivers who can occupy the driving zone. Guest users are included in the list.
+     *
+     * @return the list of {@link UserInfo} who can be a driver on the device.
      */
     @Override
     @NonNull
@@ -282,7 +294,10 @@
     }
 
     /**
-     * @see CarUserManager.getPassengers
+     * Returns all passengers under the given driver.
+     *
+     * @param driverId User id of a driver.
+     * @return the list of {@link UserInfo} who is a passenger under the given driver.
      */
     @Override
     @NonNull
@@ -410,25 +425,25 @@
 
     /** Adds callback to listen to user activity events. */
     public void addUserCallback(@NonNull UserCallback callback) {
-        Preconditions.checkNotNull(callback, "callback cannot be null");
+        Objects.requireNonNull(callback, "callback cannot be null");
         mUserCallbacks.add(callback);
     }
 
     /** Removes previously added callback to listen user events. */
     public void removeUserCallback(@NonNull UserCallback callback) {
-        Preconditions.checkNotNull(callback, "callback cannot be null");
+        Objects.requireNonNull(callback, "callback cannot be null");
         mUserCallbacks.remove(callback);
     }
 
     /** Adds callback to listen to passenger activity events. */
     public void addPassengerCallback(@NonNull PassengerCallback callback) {
-        Preconditions.checkNotNull(callback, "callback cannot be null");
+        Objects.requireNonNull(callback, "callback cannot be null");
         mPassengerCallbacks.add(callback);
     }
 
     /** Removes previously added callback to listen passenger events. */
     public void removePassengerCallback(@NonNull PassengerCallback callback) {
-        Preconditions.checkNotNull(callback, "callback cannot be null");
+        Objects.requireNonNull(callback, "callback cannot be null");
         mPassengerCallbacks.remove(callback);
     }
 
@@ -601,7 +616,7 @@
      * @param r Runnable to run.
      */
     public void runOnUser0Unlock(@NonNull Runnable r) {
-        Preconditions.checkNotNull(r, "runnable cannot be null");
+        Objects.requireNonNull(r, "runnable cannot be null");
         boolean runNow = false;
         synchronized (mLockUser) {
             if (mUser0Unlocked) {
diff --git a/service/src/com/android/car/vms/VmsClientManager.java b/service/src/com/android/car/vms/VmsClientManager.java
index f2c4813..d120ea2 100644
--- a/service/src/com/android/car/vms/VmsClientManager.java
+++ b/service/src/com/android/car/vms/VmsClientManager.java
@@ -98,16 +98,14 @@
     @GuardedBy("mLock")
     private final Map<IBinder, SubscriberConnection> mSubscribers = new ArrayMap<>();
 
-    @VisibleForTesting
-    final Runnable mSystemUserUnlockedListener = () -> {
+    private final Runnable mSystemUserUnlockedListener = () -> {
         synchronized (mLock) {
             mSystemUserUnlocked = true;
         }
         bindToSystemClients();
     };
 
-    @VisibleForTesting
-    public final CarUserService.UserCallback mUserCallback = new CarUserService.UserCallback() {
+    private final CarUserService.UserCallback mUserCallback = new CarUserService.UserCallback() {
         @Override
         public void onSwitchUser(int userId) {
             synchronized (mLock) {
diff --git a/tests/BugReportApp/res/values-ar/strings.xml b/tests/BugReportApp/res/values-ar/strings.xml
new file mode 100644
index 0000000..5362a12
--- /dev/null
+++ b/tests/BugReportApp/res/values-ar/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"تقرير الأخطاء"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"إغلاق"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"بدء إعداد تقرير الأخطاء"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"الحالة:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"إرسال"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"إلغاء"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"تحميل"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"حفظ"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"عرض تقارير الأخطاء"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"إغلاق"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"التحدث ووصف المشكلة"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"رسالة صوتية لتقرير الخطأ في %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"انتهى التسجيل."</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"جارٍ جمع تقرير أخطاء."</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"تم جمع تقرير أخطاء."</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"إضافة رسالة صوتية"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"إضافة رسالة صوتية والتحميل"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"نقل إلى USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"تحميل"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"تحميل إلى GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"يُرجى منح الأذونات."</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"جارٍ جمع تقرير الأخطاء."</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"بدأ إجراء تقرير الخطأ."</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"تعذّر إعداد تقرير الأخطاء."</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"تعذّر الحصول على لقطة شاشة."</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"تعذّر نسخ الحالة."</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"تقرير الأخطاء قيد التقدّم."</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"تم جمع تقرير الأخطاء."</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"قناة حالة تقرير الأخطاء"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-as/strings.xml b/tests/BugReportApp/res/values-as/strings.xml
new file mode 100644
index 0000000..80c8eb2
--- /dev/null
+++ b/tests/BugReportApp/res/values-as/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"বাগ ৰিপ’ৰ্ট"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"বন্ধ কৰক"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"বাগ ৰিপ’ৰ্ট আৰম্ভ কৰক"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"স্থিতি:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"দাখিল কৰক"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"বাতিল কৰক"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"আপল’ড কৰক"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"ছেভ কৰক"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"বাগ ৰিপ’ৰ্টসমূহ দেখুৱাওক"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"বন্ধ কৰক"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"কওক আৰু সমস্যাটোৰ বিষয়ে বৰ্ণনা কৰক"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"%sত বাগ ৰিপ’ৰ্টৰ বাবে অডিঅ’ বাৰ্তা"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"ৰেকৰ্ড কৰা সম্পূৰ্ণ হ’ল"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"এটা বাগ ৰিপ’ৰ্ট ইতিমধ্যে সংগ্ৰহ কৰি থকা হৈছে"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"এটা বাগ ৰিপ’ৰ্ট সংগ্ৰহ কৰা হৈছে"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"অডিঅ’ যোগ কৰক"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"অডিঅ’ যোগ কৰক আৰু আপল’ড কৰক"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USBলৈ স্থানান্তৰ কৰক"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"আপল’ড কৰক"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCSত আপল’ড কৰক"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"অনুগ্ৰহ কৰি অনুমতি প্ৰদান কৰক"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"বাগ ৰিপ’ৰ্ট ইতিমধ্যে সংগ্ৰহ কৰি থকা হৈছে"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"বাগ ৰিপ’ৰ্ট কৰাটো আৰম্ভ হৈছে"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"বাগ ৰিপ’ৰ্ট বিফল হ’ল"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"স্ক্রীন কেপচাৰ কৰাত বিফল হ’ল"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"ডাম্প ষ্টেট বিফল হ’ল"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"বাগ ৰিপ’ৰ্ট প্ৰগতিত আছে"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"বাগ ৰিপ’র্ট সংগ্ৰহ কৰা হৈছে"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"বাগ ৰিপ’ৰ্টৰ স্থিতিৰ চেনেল"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-az/strings.xml b/tests/BugReportApp/res/values-az/strings.xml
new file mode 100644
index 0000000..e8facc9
--- /dev/null
+++ b/tests/BugReportApp/res/values-az/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Baq Hesabatı"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Bağlayın"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Baq hesabatını başladın"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Status:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Təqdim edin"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Ləğv edin"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Yükləyin"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Saxlayın"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Baq hesabatlarını göstərin"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Bağlayın"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Danışın &amp; Məsələni təsvir edin"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"%s radələrində baq raportu üçün Audio mesaj"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Yazma bitdi"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Baq hesabatı hazırda əldə edilir"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Baq hesabatı əldə edilib"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Audio əlavə edin"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Audio əlavə edin və yükləyin"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USB\'yə köçürün"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Yükləyin"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCS\'a yükləyin"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"İcazələri təmin edin"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Baq hesabatı hazırda əldə edilir"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Baq raportlaması başladı"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Baq hesabatı alınmadı"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Ekran çəkilişi alınmadı"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Dampinq alınmadı"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Baq hesabatı davam edir"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Baq hesabatı əldə edilib"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Baq hesabatı status kanalı"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-be/strings.xml b/tests/BugReportApp/res/values-be/strings.xml
new file mode 100644
index 0000000..ab6639f
--- /dev/null
+++ b/tests/BugReportApp/res/values-be/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Справаздача пра памылкі"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Закрыць"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Запусціць справаздачу пра памылкі"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Стан:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Пацвердзіць"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Скасаваць"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Запампаваць"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Захаваць"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Паказаць справаздачы пра памылкі"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Закрыць"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Апісанне праблемы"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Галасавое паведамленне для справаздачы пра памылкі ў %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Запіс скончаны"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Справаздача пра памылкі ўжо складаецца"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Справаздача пра памылкі складзена"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Дадаць аўдыя"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Дадаць аўдыя і запампаваць"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"Перамясціць на USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Запампаваць"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"Запампаваць у GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Дайце дазволы"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Справаздача пра памылкі ўжо складаецца"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Запушчана справаздача пра памылкі"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Не ўдалося стварыць справаздачу пра памылкі"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Не ўдалося зрабіць здымак экрана"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Не ўдалося стварыць дамп стану"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Справаздача пра памылкі апрацоўваецца"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Справаздача пра памылкі складзена"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Канал стану справаздачы пра памылкі"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-bn/strings.xml b/tests/BugReportApp/res/values-bn/strings.xml
new file mode 100644
index 0000000..e458f0d
--- /dev/null
+++ b/tests/BugReportApp/res/values-bn/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"সমস্যার বিষয়ে রিপোর্ট"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"বন্ধ করুন"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"সমস্যার বিষয়ে রিপোর্ট শুরু করুন"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"স্ট্যাটাস:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"জমা দিন"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"বাতিল করুন"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"আপলোড করুন"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"সেভ করুন"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"সমস্যার বিষয়ে রিপোর্ট দেখুন"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"বন্ধ করুন"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"কথা বলুন এবং সমস্যার বিষয়ে বিবরণ দিন"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"সমস্যার বিষয়ে রিপোর্ট করার জন্য %s-এ অডিও মেসেজ করুন"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"রেকর্ড করা হয়ে গেছে"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"ইতিমধ্যে একটি সমস্যার বিষয়ে রিপোর্ট সংগ্রহ করা হচ্ছে"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"সমস্যার বিষয়ে রিপোর্ট সংগ্রহ করা হয়েছে"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"অডিও মেসেজ যোগ করুন"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"অডিও যোগ করুন এবং আপলোড করুন"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USB-এ সরান"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"আপলোড করুন"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCS-এ আপলোড করুন"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"অনুমতির অনুমোদন দিন"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"সমস্যার বিষয়ে রিপোর্ট ইতিমধ্যে সংগ্রহ করা হচ্ছে"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"সমস্যার বিষয়ে রিপোর্ট করা শুরু করুন"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"সমস্যার বিষয়ে রিপোর্ট করা যায়নি"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"স্ক্রিন ক্যাপচার করা যায়নি"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"ডাম্পের স্ট্যাটাস লোড করা যায়নি"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"সমস্যার বিষয়ে রিপোর্ট প্রগ্রেসে রয়েছে"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"সমস্যার বিষয়ে রিপোর্ট সংগ্রহ করা হয়"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"সমস্যার বিষয়ে রিপোর্টের স্ট্যাটাসের চ্যানেল"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-bs/strings.xml b/tests/BugReportApp/res/values-bs/strings.xml
new file mode 100644
index 0000000..640be50
--- /dev/null
+++ b/tests/BugReportApp/res/values-bs/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Izvještaj o greškama"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Zatvori"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Pokreni kreiranje izvještaja o greškama"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Status:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Pošalji"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Otkaži"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Otpremi"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Sačuvaj"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Prikaži izvještaje o greškama"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Zatvori"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Govorite i opišite problem"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Zvučna poruka za izvještaj o grešci u %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Snimanje je završeno"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Izvještaj o greškama se već prikuplja"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Prikupljen je izvještaj o greškama"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Dodaj zvučnu poruku"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Dodaj zvučnu poruku i otpremi"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"Premjesti na USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Otpremi"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"Otpremi na GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Dajte odobrenja"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Izvještaj o greškama se već prikuplja"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Započeto je izvještavanje o grešci"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Kreiranje izvještaja o greškama nije uspjelo"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Snimanje ekrana nije uspjelo"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Odbacivanje stanja nije uspjelo"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Kreiranje izvještaja o greškama je u toku"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Izvještaj o greškama je prikupljen"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Status kanala izvještaja o greškama"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-el/strings.xml b/tests/BugReportApp/res/values-el/strings.xml
new file mode 100644
index 0000000..2a31225
--- /dev/null
+++ b/tests/BugReportApp/res/values-el/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Αναφορά σφάλματος"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Κλείσιμο"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Έναρξη αναφοράς σφάλματος"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Κατάσταση:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Υποβολή"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Ακύρωση"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Μεταφόρτωση"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Αποθήκευση"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Εμφάνιση αναφορών σφαλμάτων"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Κλείσιμο"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Εκφωνήστε το πρόβλημα που αντιμετωπίζετε."</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Ηχητικό μήνυμα για αναφορά σφάλματος στις %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Η εγγραφή ολοκληρώθηκε."</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Γίνεται ήδη λήψη μιας αναφοράς σφάλματος."</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Έγινε λήψη μιας αναφοράς σφάλματος."</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Προσθήκη ήχου"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Προσθήκη ήχου και μεταφόρτωση"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"Μετακίνηση σε USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Μεταφόρτωση"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"Μεταφόρτωση στο GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Παραχωρήστε άδειες"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Γίνεται ήδη λήψη αναφοράς σφάλματος."</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Η αναφορά σφαλμάτων ξεκίνησε"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Η αναφορά σφάλματος απέτυχε."</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Η καταγραφή οθόνης απέτυχε."</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Η κατάσταση απόρριψης απέτυχε."</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Η αναφορά σφάλματος είναι σε εξέλιξη."</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Γίνεται λήψη αναφοράς σφάλματος."</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Κανάλι κατάστασης αναφοράς σφάλματος"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-et/strings.xml b/tests/BugReportApp/res/values-et/strings.xml
new file mode 100644
index 0000000..ef06e9e0
--- /dev/null
+++ b/tests/BugReportApp/res/values-et/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Veaaruanne"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Sule"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Alusta veaaruande jäädvustamist"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Olek:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Esita"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Tühista"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Laadi üles"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Salvesta"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Kuva veaaruanded"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Sule"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Kõnelege ja kirjeldage probleemi"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Helisõnum veaaruande kohta: %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Salvestamine lõpetati"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Veaaruannet juba jäädvustatakse"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Jäädvustati veaaruanne"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Lisa heli"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Lisa heli ja laadi üles"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"Teisalda USB-le"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Laadi üles"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"Laadi üles teenusesse GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Andke load"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Veaaruannet juba jäädvustatakse"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Veaaruande loomist alustati"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Veaaruande jäädvustamine ebaõnnestus"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Ekraanikuva jäädvustamine ebaõnnestus"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Mälutõmmise olek: ebaõnnestus"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Veaaruande jäädvustamine on pooleli"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Veaaruanne on jäädvustatud"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Veaaruande oleku kanal"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-fi/strings.xml b/tests/BugReportApp/res/values-fi/strings.xml
new file mode 100644
index 0000000..cd46aed
--- /dev/null
+++ b/tests/BugReportApp/res/values-fi/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Virheraportti"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Sulje"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Aloita virheraportti"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Tila:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Lähetä"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Peruuta"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Lataa"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Tallenna"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Näytä virheraportit"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Sulje"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Kuvaile ongelmaa puhumalla"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Ääniviesti virheraportin kohdassa %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Tallennus lopetettu"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Virheraporttia kerätään jo"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Virheraportti on kerätty"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Lisää ääniviesti"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Lisää ääniviesti ja lataa"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"Vaihda USB:hen"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Lataa"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"Lataa GCS:ään"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Myönnä käyttöluvat"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Virheraporttia kerätään jo"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Virheraportointi aloitettu"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Virheraportti ei onnistunut"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Kuvakaappaus ei onnistunut"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Vedoksen tilavirhe"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Virheraporttia luodaan"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Virheraportti kerätty"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Virheraportin tilakanava"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-fr/strings.xml b/tests/BugReportApp/res/values-fr/strings.xml
new file mode 100644
index 0000000..35b1cb7
--- /dev/null
+++ b/tests/BugReportApp/res/values-fr/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Rapport de bug"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Fermer"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Lancer le rapport de bug"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"État :"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Envoyer"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Annuler"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Importer"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Enregistrer"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Afficher les rapports de bugs"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Fermer"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Parler et décrire le problème"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Message audio pour le rapport de bug à %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Enregistrement terminé"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Un rapport de bug est déjà en cours de création"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Un rapport de bug a été créé"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Ajouter un message audio"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Ajouter un message audio et l\'importer"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"Déplacer le contenu vers USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Importer"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"Importer sur GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Veuillez accorder les autorisations"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Un rapport de bug est déjà en cours de création"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"La création d\'un rapport de bug a commencé"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Échec du rapport de bug"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Échec de la capture d\'écran"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Échec de l\'état de la copie"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Le rapport de bug est en cours de création"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Le rapport de bug a été créé"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Chaîne d\'état du rapport de bug"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-gl/strings.xml b/tests/BugReportApp/res/values-gl/strings.xml
new file mode 100644
index 0000000..81001af
--- /dev/null
+++ b/tests/BugReportApp/res/values-gl/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Informe de erros"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Pechar"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Iniciar informe de erros"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Estado:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Enviar"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Cancelar"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Cargar"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Gardar"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Mostrar informes de erros"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Pechar"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Fala e describe o problema"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Mensaxe de audio para o informe de erro (%s)"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"A gravación rematou"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Xa se está recompilando un informe de erros"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Recompilouse un informe de erros"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Engadir audio"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Engadir audio e cargar"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"Mover ao USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Cargar"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"Cargar en GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Concede permisos"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Recompilando xa un informe de erros"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Iniciouse o informe de erro"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Produciuse un erro no informe de erros"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Produciuse un erro ao capturar a pantalla"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Produciuse un erro no estado do baleirado"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"O informe de erros está en curso"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Recompilouse o informe de erros"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Canle de estado do informe de erros"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-gu/strings.xml b/tests/BugReportApp/res/values-gu/strings.xml
new file mode 100644
index 0000000..fc8c085
--- /dev/null
+++ b/tests/BugReportApp/res/values-gu/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"ખામીની જાણકારી"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"બંધ કરો"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"ખામીની જાણકારી શરૂ કરો"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"સ્ટેટસ:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"સબમિટ કરો"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"રદ કરો"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"અપલોડ કરો"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"સાચવો"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"ખામીની જાણકારી બતાવો"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"બંધ કરો"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"સમસ્યા જણાવો અને વર્ણન કરો"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"%s વાગ્યે ખામીની જાણકારી માટેનો ઑડિયો સંદેશ"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"રેકૉર્ડ કરવાનું સમાપ્ત થયું"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"ખામીની જાણકારી પહેલેથી એકત્રિત કરવામાં આવી રહી છે"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"ખામીની જાણકારી એકત્રિત કરવામાં આવી છે"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"ઑડિયો ઉમેરો"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"ઑડિયો ઉમેરો અને અપલોડ કરો"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USBમાં ખસેડો"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"અપલોડ કરો"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCS પર અપલોડ કરો"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"કૃપા કરીને પરવાનાગીઓ આપો"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"ખામીની જાણકારી પહેલેથી એકત્રિત કરેલી છે"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"ખામીની જાણકારી આપવાની સુવિધા શરૂ કરી છે"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"ખામીની જાણકારી નિષ્ફળ થઈ"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"સ્ક્રીન કૅપ્ચર કરવું નિષ્ફળ થયું"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"ડમ્પ સ્ટેટ નિષ્ફળ થયું"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"ખામીની જાણકારીની પ્રક્રિયા ચાલુ છે"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"ખામીની જાણકારી એકત્રિત કરેલી છે"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"ખામીની જાણકારી સ્ટેટસ ચૅનલ"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-hi/strings.xml b/tests/BugReportApp/res/values-hi/strings.xml
new file mode 100644
index 0000000..ca999e7
--- /dev/null
+++ b/tests/BugReportApp/res/values-hi/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"गड़बड़ी की रिपोर्ट"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"बंद करें"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"गड़बड़ी की रिपोर्ट बनाना शुरू करें"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"स्थिति:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"सबमिट करें"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"रद्द करें"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"अपलोड करें"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"सेव करें"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"गड़बड़ी की रिपोर्ट दिखाएं"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"बंद करें"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"बोलें और समस्या बताएं"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"गड़बड़ी की रिपोर्ट का ऑडियो मैसेज इस %s पर उपलब्ध है"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"रिकॉर्डिंग पूरी हुई"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"गड़बड़ी की रिपोर्ट इकट्ठा की जा रही है"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"गड़बड़ी की रिपोर्ट इकट्ठा की गई"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"ऑडियो मैसेज जोड़ें"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"ऑडियो मैसेज जोड़ें और अपलोड करें"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"यूएसबी का इस्तेमाल करें"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"अपलोड करें"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCS (जीसीएस) पर अपलोड करें"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"कृपया अनुमति दें"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"गड़बड़ी की रिपोर्ट इकट्ठा की जा रही है"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"गड़बड़ी की रिपोर्ट मिलने की सुविधा उपलब्ध है"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"गड़बड़ी की रिपोर्ट नहीं बन पाई"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"स्क्रीन कैप्चर नहीं की जा सकी"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"डंप की स्थिति लोड नहीं की जा सकी"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"गड़बड़ी की रिपोर्ट बनाई जा रही है"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"गड़बड़ी की रिपोर्ट इकट्ठा की गई"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"गड़बड़ी की रिपोर्ट की स्थिति का चैनल"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-hy/strings.xml b/tests/BugReportApp/res/values-hy/strings.xml
new file mode 100644
index 0000000..5ed63f9
--- /dev/null
+++ b/tests/BugReportApp/res/values-hy/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Հաղորդում վրիպակի մասին"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Փակել"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Գործարկել վրիպակի մասին զեկույցը"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Կարգավիճակը՝"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Ուղարկել"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Չեղարկել"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Վերբեռնել"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Պահել"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Ցույց տալ վրիպակի մասին զեկույցները"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Փակել"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Բարձրաձայն նկարագրեք սխալը"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Վրիպակների մասին հաղորդման վերաբերյալ ձայնային հաղորդագրություն, ժամը՝ %s։"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Գրանցումն ավարտվեց"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Վրիպակների մասին զեկույցն արդեն բեռնվում է"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Սխալի մասին զեկույցը բեռնվել է"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Ավելացնել աուդիո"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Ավելացնել աուդիո և վերբեռնել"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"Տեղափոխել USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Վերբեռնել"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"Վերբեռնել GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Տրամադրեք թույլտվություններ"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Վրիպակների մասին զեկույցն արդեն բեռնվել է"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Վրիպակների մասին հաղորդումը սկսված է"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Վրիպակի զեկույցի հետ կապված սխալ առաջացավ"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Չհաջողվեց ստեղծել սքրինշոթ"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Գրանցման կարգավիճակի սխալ"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Վրիպակի մասին զեկույցը բեռնվում է"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Վրիպակի մասին զեկույցը բեռնվել է"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Վրիպակի մասին զեկույցի կարգավիճակի ալիք"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-in/strings.xml b/tests/BugReportApp/res/values-in/strings.xml
new file mode 100644
index 0000000..60a3af1
--- /dev/null
+++ b/tests/BugReportApp/res/values-in/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Laporan Bug"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Tutup"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Mulai Laporan Bug"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Status:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Kirim"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Batal"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Upload"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Simpan"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Tampilkan Laporan Bug"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Tutup"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Ungkapkan &amp; Jelaskan Masalah"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Pesan audio untuk laporan bug pada %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Perekaman selesai"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Satu laporan bug siap dikumpulkan"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Satu laporan bug telah dikumpulkan"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Tambah Audio"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Tambah Audio &amp; Upload"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"Pindahkan ke USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Upload"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"Upload ke GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Harap beri izin"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Laporan bug siap dikumpulkan"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Pelaporan bug dimulai"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Laporan bug gagal"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Screenshot gagal"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Status dump gagal"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Laporan bug sedang berlangsung"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Laporan bug dikumpulkan"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Saluran status laporan bug"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-iw/strings.xml b/tests/BugReportApp/res/values-iw/strings.xml
new file mode 100644
index 0000000..956cc5e
--- /dev/null
+++ b/tests/BugReportApp/res/values-iw/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"דוח על באג"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"סגירה"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"התחלה של דוח על באג"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"סטטוס:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"שליחה"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"ביטול"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"העלאה"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"שמירה"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"להצגת דוחות על באגים"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"סגירה"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"דיבור ותיאור של הבעיה"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"הודעת האודיו בנושא הדוח על באג ב-%s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"ההקלטה הסתיימה"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"כבר מתבצע איסוף של דוח על באג"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"נאסף דוח על באג"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"הוספת אודיו"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"הוספת אודיו והעלאה"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"העברה אל USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"העלאה"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"העלאה אל GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"יש להעניק הרשאות"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"כבר מתבצע איסוף של דוח על באג"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"תהליך הדיווח על באג החל"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"נכשל דוח על באג"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"צילום מסך נכשל"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"נכשל מצב Dump"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"דוח על באג נמצא בתהליך"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"מתבצע איסוף של דוח על באג"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"ערוץ סטטוס של דוח על באג"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-ja/strings.xml b/tests/BugReportApp/res/values-ja/strings.xml
new file mode 100644
index 0000000..6635bf3
--- /dev/null
+++ b/tests/BugReportApp/res/values-ja/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"バグレポート"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"閉じる"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"バグレポートの収集を開始"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"ステータス:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"送信"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"キャンセル"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"アップロード"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"保存"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"バグレポートを表示"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"閉じる"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"問題の説明"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"バグレポート(%s)の音声メッセージ"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"録画を終了しました"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"バグレポートの収集はすでに開始しています"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"バグレポートを収集しました"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"音声を追加"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"音声を追加してアップロード"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USB へ移動"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"アップロード"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCS にアップロード"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"権限を付与してください"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"バグレポートの収集はすでに開始しています"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"バグレポートを開始しました"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"バグレポートを収集できませんでした"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"画面をキャプチャできませんでした"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"ステータスをダンプできませんでした"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"バグレポートを収集しています"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"バグレポートを収集しました"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"バグレポート ステータス チャンネル"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-ka/strings.xml b/tests/BugReportApp/res/values-ka/strings.xml
new file mode 100644
index 0000000..7fdadb5
--- /dev/null
+++ b/tests/BugReportApp/res/values-ka/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"სისტემის ხარვეზის ანგარიში"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"დახურვა"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"სისტემის ხარვეზის ანგარიშის მომზადების დაწყება"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"სტატუსი:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"გაგზავნა"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"გაუქმება"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"ატვირთვა"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"შენახვა"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"სისტემის ხარვეზის ანგარიშების ჩვენება"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"დახურვა"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"ისაუბრეთ და აღწერეთ პრობლემა"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"სისტემის ხარვეზის ანგარიშის აუდიო შეტყობინება %s-ზე"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"ჩაწერა დასრულდა"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"სისტემის ხარვეზის ანგარიში უკვე მზადდება"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"სისტემის ხარვეზის ანგარიში მომზადდა"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"აუდიოს დამატება"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"აუდიოს დამატება და ატვირთვა"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USB-ზე გადატანა"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"ატვირთვა"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCS-ზე ატვირთვა"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"გთხოვთ მისცეთ უფლებები"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"სისტემის ხარვეზის ანგარიში უკვე მომზადდა"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"სისტემის ხარვეზის ანგარიშის გაგზავნა დაიწყო"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"სისტემის ხარვეზის ანგარიში ვერ მომზადდა"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"ეკრანის აღბეჭდვა ვერ მოხერხდა"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"ჩაწერის მდგომარეობა შეფერხდა"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"მიმდინარეობს სისტემის ხარვეზის ანგარიშის მომზადება"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"სისტემის ხარვეზის ანგარიში მომზადებულია"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"სისტემის ხარვეზის ანგარიშის სტატუსის არხი"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-kk/strings.xml b/tests/BugReportApp/res/values-kk/strings.xml
new file mode 100644
index 0000000..a4b67a6
--- /dev/null
+++ b/tests/BugReportApp/res/values-kk/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Қате туралы есеп"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Жабу"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Қате туралы есеп алуды бастау"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Күйі:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Жіберу"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Бас тарту"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Жүктеп салу"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Сақтау"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Қате туралы есептерді көрсету"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Жабу"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Қатені ауызша сипаттап беріңіз"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Қате туралы есептің аудиохабары (%s)"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Жазу аяқталды."</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Қате туралы есеп әлдеқашан алынып жатыр"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Қате туралы есеп алынды"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Аудиохабар енгізу"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Аудиохабар енгізу және жүктеп салу"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USB-ге көшіру"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Жүктеп салу"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCS серверіне жүктеп салу"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Рұқсаттар беріңіз."</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Қате туралы есеп әлдеқашан алынып жатыр."</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Қате туралы есеп жүктелуде"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Қате туралы есеп алынбады."</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Скриншот түсірілмеді."</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Дамп күйі алынбады."</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Қате туралы есеп алынуда"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Қате туралы есеп алынды"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Қате туралы есеп арнасы"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-km/strings.xml b/tests/BugReportApp/res/values-km/strings.xml
new file mode 100644
index 0000000..2d86e9c
--- /dev/null
+++ b/tests/BugReportApp/res/values-km/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"របាយការណ៍​អំពី​បញ្ហា"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"បិទ"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"ចាប់ផ្ដើម​របាយការណ៍​អំពី​បញ្ហា"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"ស្ថានភាព៖"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"ដាក់​បញ្ជូន"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"បោះបង់"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"បង្ហោះ"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"រក្សាទុក"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"បង្ហាញ​របាយការណ៍​អំពី​បញ្ហា"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"បិទ"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"និយាយ និង​រៀបរាប់​អំពី​បញ្ហា"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"សារជាសំឡេង​សម្រាប់របាយការណ៍​អំពីបញ្ហានៅម៉ោង %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"បាន​បញ្ចប់​ការថត​ហើយ"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"កំពុង​ប្រមូល​របាយការណ៍​អំពី​បញ្ហា​ស្រាប់ហើយ"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"បានប្រមូល​របាយការណ៍​អំពី​បញ្ហា​ហើយ"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"បញ្ចូល​សំឡេង"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"បញ្ចូល​សំឡេង និងបង្ហោះ"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"ផ្លាស់​ទី​ទៅ USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"បង្ហោះ"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"បង្ហោះ​ទៅ GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"សូម​ផ្ដល់​ការ​អនុញ្ញាត"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"កំពុង​ប្រមូល​របាយការណ៍​អំពី​បញ្ហា​ស្រាប់ហើយ"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"ការរាយការណ៍​អំពីបញ្ហាត្រូវ​បានចាប់ផ្ដើម"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"មិនអាច​ប្រមូល​របាយការណ៍​អំពី​បញ្ហា​បានទេ"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"មិន​អាច​ថត​អេក្រង់​បានទេ"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"មិនអាច​ប្រមូល​ស្ថិតិ​បានទេ"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"កំពុង​ប្រមូល​របាយការណ៍​អំពី​បញ្ហា"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"របាយការណ៍​អំពី​បញ្ហា​ត្រូវបាន​ប្រមូល"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"បណ្ដាញ​ស្ថានភាព​នៃ​របាយការណ៍​អំពី​បញ្ហា"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-kn/strings.xml b/tests/BugReportApp/res/values-kn/strings.xml
new file mode 100644
index 0000000..e39f88f
--- /dev/null
+++ b/tests/BugReportApp/res/values-kn/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"ತಾಂತ್ರಿಕ ದೋಷ ವರದಿ"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"ಮುಚ್ಚಿರಿ"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"ಬಗ್ ವರದಿಮಾಡುವಿಕೆಯನ್ನು ಪ್ರಾರಂಭಿಸಿ"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"ಸ್ಥಿತಿ:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"ಸಲ್ಲಿಸಿ"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"ರದ್ದುಮಾಡಿ"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"ಅಪ್‌ಲೋಡ್ ಮಾಡಿ"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"ಉಳಿಸಿ"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"ಬಗ್ ವರದಿಗಳನ್ನು ತೋರಿಸಿ"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"ಮುಚ್ಚಿರಿ"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"ಸಮಸ್ಯೆಯ ಕುರಿತು ಮಾತನಾಡಿ ಮತ್ತು ವಿವರಿಸಿ"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"%s ನಲ್ಲಿ ಬಗ್ ವರದಿ ಮಾಡುವಿಕೆಗಾಗಿ ಆಡಿಯೊ ಸಂದೇಶ"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"ರೆಕಾರ್ಡಿಂಗ್ ಪೂರ್ಣಗೊಂಡಿದೆ"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"ಬಗ್ ವರದಿಯನ್ನು ಈಗಾಗಲೇ ಸಂಗ್ರಹಿಸಲಾಗಿದೆ"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"ಬಗ್ ವರದಿಯನ್ನು ಸಂಗ್ರಹಿಸಲಾಗಿದೆ"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"ಆಡಿಯೊವನ್ನು ಸೇರಿಸಿ"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"ಆಡಿಯೊವನ್ನು ಸೇರಿಸಿ ಮತ್ತು ಅಪ್‌ಲೋಡ್ ಮಾಡಿ"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USB ಗೆ ಸರಿಸಿ"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"ಅಪ್‌ಲೋಡ್ ಮಾಡಿ"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCS ಗೆ ಅಪ್‌ಲೋಡ್ ಮಾಡಿ"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"ಅನುಮತಿಗಳನ್ನು ನೀಡಿ"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"ಬಗ್ ವರದಿಯನ್ನು ಈಗಾಗಲೇ ಸಂಗ್ರಹಿಸಲಾಗಿದೆ"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"ಬಗ್ ವರದಿ ಮಾಡುವಿಕೆಯನ್ನು ಪ್ರಾರಂಭಿಸಲಾಗಿದೆ"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"ಬಗ್ ವರದಿಮಾಡುವಿಕೆ ವಿಫಲವಾಗಿದೆ"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"ಸ್ಕ್ರೀನ್ ಕ್ಯಾಪ್ಚರ್ ವಿಫಲವಾಗಿದೆ"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"ಡಂಪ್ ಸ್ಥಿತಿ ವಿಫಲವಾಗಿದೆ"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"ಬಗ್ ವರದಿಮಾಡುವಿಕೆ ಪ್ರಕ್ರಿಯೆಯಲ್ಲಿದೆ"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"ಬಗ್ ವರದಿಯನ್ನು ಸಂಗ್ರಹಿಸಲಾಗಿದೆ"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"ಬಗ್ ವರದಿಮಾಡುವಿಕೆ ಸ್ಥಿತಿ ಚಾನಲ್"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-ko/strings.xml b/tests/BugReportApp/res/values-ko/strings.xml
new file mode 100644
index 0000000..64d4bb7
--- /dev/null
+++ b/tests/BugReportApp/res/values-ko/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"버그 신고"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"닫기"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"버그 신고 시작"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"상태:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"제출"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"취소"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"업로드"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"저장"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"버그 보고서 표시"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"닫기"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"문제 말하기 및 설명하기"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"버그 신고용 음성 메시지가 %s에 등록되었습니다."</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"녹음 완료"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"이미 버그 신고를 수집하는 중"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"버그 신고가 수집됨"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"오디오 추가"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"오디오 추가 및 업로드"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USB로 이동"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"업로드"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCS로 업로드"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"권한을 부여해 주세요."</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"이미 버그 신고를 수집하는 중입니다."</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"버그 신고를 시작했습니다."</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"버그 신고 실패"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"화면 캡처에 실패했습니다."</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"dumpstate에 실패했습니다."</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"버그 신고가 진행 중입니다."</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"버그 신고가 수집됨"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"버그 신고 상태 채널"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-ky/strings.xml b/tests/BugReportApp/res/values-ky/strings.xml
new file mode 100644
index 0000000..6ef7370
--- /dev/null
+++ b/tests/BugReportApp/res/values-ky/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Мүчүлүштүк тууралуу кабар берүү"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Жабуу"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Мүчүлүштүк тууралуу кабарды берип баштоо"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Абалы:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Тапшыруу"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Жокко чыгаруу"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Жүктөп берүү"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Сактоо"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Мүчүлүштүк тууралуу кабарларды көрсөтүү"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Жабуу"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Маселени сүрөттөп бериңиз"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Саат %s мүчүлүштүк тууралуу кабардын аудио билдирүүсү"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Жаздырылып бүттү"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Мүчүлүштүк тууралуу кабар алынган"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Мүчүлүштүк тууралуу кабар алынды"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Аудио билдирүү кошуу"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Аудио билдирүү кошуп, жүктөп берүү"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USB\'ге жылдыруу"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Жүктөп берүү"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCS\'ке жүктөп берүү"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Уруксаттарды бериңиз"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Мүчүлүштүк тууралуу кабар алынган"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Мүчүлүштүк тууралуу кабар берилип баштады"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Мүчүлүштүк тууралуу кабар берилген жок"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Экран тартылып алынган жок"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Абал тууралуу маалымат алынган жок"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Мүчүлүштүк тууралуу кабар даярдалууда"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Мүчүлүштүк тууралуу кабар алынды"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Мүчүлүштүк тууралуу кабар берүү абалынын каналы"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-lo/strings.xml b/tests/BugReportApp/res/values-lo/strings.xml
new file mode 100644
index 0000000..362a4aa
--- /dev/null
+++ b/tests/BugReportApp/res/values-lo/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"ລາຍງານບັນຫາ"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"ປິດ"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"ເລີີ່ມລາຍງານບັນຫາ"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"ສະຖານະ:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"ສົ່ງຂໍ້ມູນ"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"ຍົກເລີກ"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"ອັບໂຫລດ"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"ບັນທຶກ"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"ສະແດງລາຍງານບັນຫາ"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"ປິດ"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"ເວົ້າ ແລະ ອະທິບາຍບັນຫາ"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"ຂໍ້ຄວາມສຽງສຳລັບລາຍງານບັນຫາເມື່ອ %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"ສຳເລັດການບັນທຶກແລ້ວ"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"ກຳລັງເກັບກຳລາຍງານບັນຫາ"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"ເກັບກຳລາຍງານບັນຫາແລ້ວ"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"ເພີ່ມສຽງ"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"ເພີ່ມສຽງ ແລະ ອັບໂຫຼດ"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"ຍ້າຍໄປໃສ່ USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"ອັບໂຫລດ"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"ອັບໂຫຼດໃສ່ GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"ກະລຸນາໃຫ້ການອະນຸຍາດ"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"ເກັບກຳລາຍງານບັນຫາແລ້ວ"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"ເລີ່ມການລາຍງານບັນຫາແລ້ວ"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"ລາຍງານບັນຫາບໍ່ສຳເລັດ"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"ບັນທຶກພາບໜ້າຈໍບໍ່ສຳເລັດ"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"ດຳສະເຕດບໍ່ສຳເລັດ"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"ລາຍງານບັນຫາພວມດຳເນີນຢູ່"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"ເກັບກຳລາຍງານບັນຫາແລ້ວ"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"ຊ່ອງທາງຂອງສະຖານະລາຍງານບັນຫາ"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-mk/strings.xml b/tests/BugReportApp/res/values-mk/strings.xml
new file mode 100644
index 0000000..875c82e
--- /dev/null
+++ b/tests/BugReportApp/res/values-mk/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Извештај за грешка"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Затвори"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Започни извештај за грешка"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Статус:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Испрати"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Откажи"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Прикачи"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Зачувај"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Прикажи извештаи за грешки"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Затвори"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Зборувајте и објаснете го проблемот"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Аудиопорака за извештај за грешка на %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Снимањето заврши"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Веќе се собира извештај за грешка"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Собран е извештај за грешка"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Додај аудио"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Додај аудио и прикачи"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"Премести на USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Прикачи"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"Прикачи на GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Дајте дозвола"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Веќе се собира извештај за грешка"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Пријавувањето грешка започна"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Извештајот за грешка не успеа"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Снимањето на екранот не успеа"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Состојбата на меморијата не успеа"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Во тек е извештај за грешка"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Извештајот за грешка е собран"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Канал за статус на извештајот за грешка"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-ml/strings.xml b/tests/BugReportApp/res/values-ml/strings.xml
new file mode 100644
index 0000000..f9983cf
--- /dev/null
+++ b/tests/BugReportApp/res/values-ml/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"ബഗ് റിപ്പോർട്ട്"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"അടയ്ക്കുക"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"ബഗ് റിപ്പോർട്ട് ആരംഭിക്കുക"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"നില:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"സമർപ്പിക്കുക"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"റദ്ദാക്കുക"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"അപ്‌ലോഡ് ചെയ്യുക"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"സംരക്ഷിക്കുക"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"ബഗ് റിപ്പോർട്ടുകൾ കാണിക്കുക"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"അടയ്ക്കുക"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"പ്രശ്‌നം പറഞ്ഞ് വിവരിക്കുക"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"%s-നുള്ള ബഗ് റിപ്പോർട്ടിന്റെ ഓഡിയോ സന്ദേശം"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"റെക്കോർഡ് ചെയ്യൽ പൂർത്തിയായി"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"ഒരു ബഗ് റിപ്പോർട്ട് മുമ്പേ ശേഖരിക്കുന്നുണ്ട്"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"ഒരു ബഗ് റിപ്പോർട്ട് ശേഖരിച്ചിട്ടുണ്ട്"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"ഓഡിയോ ചേർക്കുക"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"ഓഡിയോ ചേർത്ത് അപ്‌ലോഡ് ചെയ്യുക"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USB-ലേക്ക് നീക്കുക"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"അപ്‌ലോഡ് ചെയ്യുക"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCS-ലേക്ക് അപ്‌ലോഡ് ചെയ്യുക"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"അനുമതികൾ നൽകുക"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"ബഗ് റിപ്പോർട്ട് മുമ്പേ ശേഖരിക്കുന്നുണ്ട്"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"ബഗ് റിപ്പോർട്ട് ചെയ്യൽ ആരംഭിച്ചു"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"ബഗ് റിപ്പോർട്ട് ചെയ്യാനായില്ല"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"സ്ക്രീനിന്റെ ചിത്രമെടുക്കാനായില്ല"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"ഡംപ് സ്റ്റേറ്റ് ചെയ്യാനായില്ല"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"ബഗ് റിപ്പോർട്ട് പുരോഗതിയിലാണ്"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"ബഗ് റിപ്പോർട്ട് ശേഖരിച്ചു"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"ബഗ് റിപ്പോർട്ട് സ്റ്റാറ്റസ് ചാനൽ"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-mn/strings.xml b/tests/BugReportApp/res/values-mn/strings.xml
new file mode 100644
index 0000000..ac58d0a
--- /dev/null
+++ b/tests/BugReportApp/res/values-mn/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Алдааны мэдээ"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Хаах"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Алдааны мэдээг эхлүүлэх"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Төлөв:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Илгээх"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Цуцлах"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Байршуулах"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Хадгалах"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Алдааны мэдээг харуулах"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Хаах"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Асуудлыг ярих болон тайлбарлах"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"%s-н алдааны мэдээний аудио мессеж"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Дуу хурааж дууслаа"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Алдааны мэдээг аль хэдийн цуглуулж байна"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Алдааны мэдээг цуглууллаа"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Аудио нэмэх"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Аудио нэмэх &amp; Байршуулах"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USB рүү зөөх"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Байршуулах"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCS-д байршуулах"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Зөвшөөрөл олгоно уу"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Алдааны мэдээг аль хэдийн цуглуулж байна"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Алдааны мэдээг эхлүүлсэн"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Алдааны мэдээг цуглуулж чадсангүй"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Дэлгэцийн зургийг авч чадсангүй"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Dump state амжилтгүй боллоо"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Алдааны мэдээг цуглуулж байна"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Алдааны мэдээг цуглуулсан"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Алдааны мэдээний төлөвийн суваг"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-mr/strings.xml b/tests/BugReportApp/res/values-mr/strings.xml
new file mode 100644
index 0000000..50a97e7
--- /dev/null
+++ b/tests/BugReportApp/res/values-mr/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"बग रिपोर्ट"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"बंद करा"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"बग रिपोर्ट तयार करणे सुरू करा"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"स्थिती:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"सबमिट करा"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"रद्द करा"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"अपलोड करा"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"सेव्ह करा"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"बग रिपोर्ट दाखवा"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"बंद करा"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"बोलून समस्येचे वर्णन करा"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"बग रिपोर्टचा ऑडिओ मेसेज %s वाजता आला"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"रेकॉर्ड करणे पूर्ण झाले आहे"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"बग रिपोर्ट आधीच गोळा केला गेला आहे"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"बग रिपोर्ट गोळा केला गेला आहे"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"ऑडिओ जोडा"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"ऑडिओ जोडा आणि अपलोड करा"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USB वर हलवत आहे"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"अपलोड करा"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCS वर अपलोड करा"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"कृपया परवानगी द्या"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"बग रिपोर्ट आधीपासून गोळा केला जात आहे"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"बग रिपोर्टिंग सुरू केले आहे"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"बग रिपोर्ट तयार करता आला नाही"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"स्क्रीन कॅप्चर करता आली नाही"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"डंप स्थितीवर बदलता आले नाही"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"बग रिपोर्ट तयार करणे प्रगतिपथावर आहे"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"बग रिपोर्ट गोळा केला"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"बग रिपोर्ट स्थिती चॅनेल"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-ne/strings.xml b/tests/BugReportApp/res/values-ne/strings.xml
new file mode 100644
index 0000000..997cea1
--- /dev/null
+++ b/tests/BugReportApp/res/values-ne/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"बग रिपोर्ट"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"बन्द गर्नुहोस्"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"बग रिपोर्ट सङ्कलन गर्ने कार्य सुरु गर्नुहोस्"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"स्थिति:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"पेस गर्नुहोस्"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"रद्द गर्नुहोस्"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"अपलोड गर्नुहोस्"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"सुरक्षित गर्नुहोस्"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"बग रिपोर्टहरू देखाउनुहोस्"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"बन्द गर्नुहोस्"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"बोलेर समस्याको वर्णन गर्नुहोस्"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"%s बजे बग रिपोर्टसम्बन्धी अडियो सन्देश"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"रेकर्ड गर्ने कार्य पूरा भयो"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"एउटा बग रिपोर्ट पहिलेदेखि नै सङ्कलन भइरहेको छ"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"बग रिपोर्ट सङ्कलन गरिएको छ"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"अडियो थप्नुहोस्"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"अडियो थप्नुहोस् तथा अपलोड गर्नुहोस्"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USB मा सार्नुहोस्"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"अपलोड गर्नुहोस्"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCS मा अपलोड गर्नुहोस्"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"कृपया अनुमति दिनुहोस्"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"बग रिपोर्ट पहिलेदेखि नै सङ्कलन भइरहेको छ"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"बगबारे रिपोर्ट गर्ने कार्य सुरु भयो"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"बग रिपोर्ट सङ्कलन गर्न सकिएन"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"स्क्रिनको तस्बिर खिच्न सकिएन"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"डम्प स्टेटले काम गर्न सकेन"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"बग रिपोर्ट सङ्कलन गर्ने कार्य जारी छ"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"बग रिपोर्ट सङ्कलन गरियो"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"बग रिपोर्टको स्थिति देखाउने च्यानल"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-nl/strings.xml b/tests/BugReportApp/res/values-nl/strings.xml
new file mode 100644
index 0000000..6d378eb
--- /dev/null
+++ b/tests/BugReportApp/res/values-nl/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Bugrapport"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Sluiten"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Bugrapport starten"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Status:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Verzenden"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Annuleren"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Uploaden"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Opslaan"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Bugrapporten bekijken"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Sluiten"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Spreek en beschrijf het probleem"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Audiobericht voor bugrapportage om %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Opname gestopt"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Er wordt al een bugrapport verzameld"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Er is een bugrapport verzameld"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Audio toevoegen"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Audio toevoegen en uploaden"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"Naar USB verplaatsen"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Uploaden"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"Uploaden naar GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Verleen rechten"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Bugrapport wordt al verzameld"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Bugrapportage is gestart"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Bugrapport is mislukt"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Screenshot maken is mislukt"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Dumpstatus mislukt"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Bugrapport wordt uitgevoerd"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Bugrapport wordt verzameld"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Kanaal voor bugrapportstatus"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-or/strings.xml b/tests/BugReportApp/res/values-or/strings.xml
new file mode 100644
index 0000000..93784d5
--- /dev/null
+++ b/tests/BugReportApp/res/values-or/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"ବଗ୍ ରିପୋର୍ଟ୍ କରନ୍ତୁ"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"ବନ୍ଦ କରନ୍ତୁ"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"ବଗ୍ ରିପୋର୍ଟ୍ ଆରମ୍ଭ କରନ୍ତୁ"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"ସ୍ଥିତି:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"ଦାଖଲ କରନ୍ତୁ"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"ବାତିଲ୍ କରନ୍ତୁ"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"ଅପ୍‌ଲୋଡ୍"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"ସେଭ୍ କରନ୍ତୁ"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"ବଗ୍ ରିପୋର୍ଟ୍‍ଗୁଡ଼ିକୁ ଦେଖାନ୍ତୁ"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"ବନ୍ଦ କରନ୍ତୁ"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"ସମସ୍ୟା କୁହନ୍ତୁ ଏବଂ ବ୍ୟାଖ୍ୟା କରନ୍ତୁ"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"%sରେ ବଗ୍ ରିପୋର୍ଟ ପାଇଁ ଅଡିଓ ମେସେଜ୍"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"ରେକର୍ଡିଂ ସମାପ୍ତ ହୋଇଛି"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"ଏକ ବଗ୍ ରିପୋର୍ଟ ପୂର୍ବରୁ ସଂଗ୍ରହ କରାଯାଇଛି"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"ଏକ ବଗ୍ ରିପୋର୍ଟ ସଂଗ୍ରହ କରାଯାଇଛି"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"ଅଡିଓ ଯୋଗ କରନ୍ତୁ"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"ଅଡିଓ ଯୋଗ କରନ୍ତୁ ଓ ଅପ୍‌ଲୋଡ୍ କରନ୍ତୁ"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USBକୁ ଘୁଞ୍ଚାନ୍ତୁ"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"ଅପ୍‌ଲୋଡ୍ କରନ୍ତୁ"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCSରେ ଅପ୍‌ଲୋଡ୍ କରନ୍ତୁ"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"ଦୟାକରି ଅନୁମତି ଅନୁମୋଦନ କରନ୍ତୁ"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"ବଗ୍ ରିପୋର୍ଟ ପୂର୍ବରୁ ସଂଗୃହିତ ହୋଇଛି"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"ବଗ୍ ରିପୋର୍ଟିଂ ଆରମ୍ଭ ହୋଇଛି"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"ବଗ୍ ରିପୋର୍ଟ ବିଫଳ ହୋଇଛି"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"ସ୍କ୍ରିନ୍ କ୍ୟାପ୍‍ଚର୍ ବିଫଳ ହୋଇଛି"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"ଡମ୍ପ ଷ୍ଟେଟ୍ ବିଫଳ ହୋଇଛି"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"ବଗ୍ ରିପୋର୍ଟ ଜାରି ଅଛି"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"ବଗ୍ ରିପୋର୍ଟ ସଂଗ୍ରହ କରାଯାଇଛି"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"ବଗ୍ ରିପୋର୍ଟ ସ୍ଥିତି ଚ୍ୟାନେଲ୍"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-pa/strings.xml b/tests/BugReportApp/res/values-pa/strings.xml
new file mode 100644
index 0000000..d6cc684
--- /dev/null
+++ b/tests/BugReportApp/res/values-pa/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"ਬੱਗ ਰਿਪੋਰਟ"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"ਬੰਦ ਕਰੋ"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"ਬੱਗ ਰਿਪੋਰਟ ਇਕੱਤਰ ਕਰਨਾ ਸ਼ੁਰੂ ਕਰੋ"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"ਸਥਿਤੀ:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"ਸਪੁਰਦ ਕਰੋ"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"ਰੱਦ ਕਰੋ"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"ਅੱਪਲੋਡ ਕਰੋ"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"ਰੱਖਿਅਤ ਕਰੋ"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"ਬੱਗ ਰਿਪੋਰਟਾਂ ਦਿਖਾਓ"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"ਬੰਦ ਕਰੋ"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"ਬੋਲ ਕੇ ਸਮੱਸਿਆ ਦਾ ਵਰਣਨ ਕਰੋ"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"%s ’ਤੇ ਬੱਗ ਰਿਪੋਰਟ ਲਈ ਆਡੀਓ ਸੁਨੇਹਾ"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"ਰਿਕਾਰਡਿੰਗ ਪੂਰੀ ਹੋ ਗਈ"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"ਬੱਗ ਰਿਪੋਰਟ ਪਹਿਲਾਂ ਹੀ ਇਕੱਤਰ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"ਬੱਗ ਰਿਪੋਰਟ ਇਕੱਤਰ ਕੀਤੀ ਜਾ ਚੁੱਕੀ ਹੈ"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"ਆਡੀਓ ਸ਼ਾਮਲ ਕਰੋ"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"ਆਡੀਓ ਸ਼ਾਮਲ ਕਰਕੇ ਅੱਪਲੋਡ ਕਰੋ"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USB ਵਿੱਚ ਲਿਜਾਓ"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"ਅੱਪਲੋਡ ਕਰੋ"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCS \'ਤੇ ਅੱਪਲੋਡ ਕਰੋ"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"ਕਿਰਪਾ ਕਰਕੇ ਇਜਾਜ਼ਤਾਂ ਦਿਓ"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"ਬੱਗ ਰਿਪੋਰਟ ਪਹਿਲਾਂ ਹੀ ਇਕੱਤਰ ਕੀਤੀ ਗਈ ਹੈ"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"ਬੱਗ ਦੀ ਰਿਪੋਰਟਿੰਗ ਸ਼ੁਰੂ ਹੋ ਗਈ ਹੈ"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"ਬੱਗ ਰਿਪੋਰਟ ਇਕੱਤਰ ਕਰਨਾ ਅਸਫਲ ਰਿਹਾ"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"ਸਕ੍ਰੀਨ ਨੂੰ ਕੈਪਚਰ ਕਰਨਾ ਅਸਫਲ ਰਿਹਾ"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"ਡੰਪ ਸਥਿਤੀ ਅਸਫਲ ਰਹੀ"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"ਬੱਗ ਰਿਪੋਰਟ ਇਕੱਤਰ ਕਰਨਾ ਜਾਰੀ ਹੈ"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"ਬੱਗ ਰਿਪੋਰਟ ਇਕੱਤਰ ਕੀਤੀ ਜਾਂਦੀ ਹੈ"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"ਬੱਗ ਰਿਪੋਰਟ ਦੀ ਸਥਿਤੀ ਸੰਬੰਧੀ ਚੈਨਲ"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-ro/strings.xml b/tests/BugReportApp/res/values-ro/strings.xml
new file mode 100644
index 0000000..d4748bf
--- /dev/null
+++ b/tests/BugReportApp/res/values-ro/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Raport de eroare"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Închideți"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Începeți raportul de eroare"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Stare:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Trimiteți"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Anulați"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Încărcați"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Salvați"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Afișați rapoartele de eroare"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Închideți"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Vorbiți și descrieți problema"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Mesaj audio pentru raportul de eroare la %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Înregistrarea s-a încheiat"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Se colectează deja un raport de eroare"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"S-a colectat un raport de eroare"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Adăugați conținut audio"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Adăugați conținut audio și încărcați"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"Mutați pe USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Încărcați"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"Încărcați în GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Acordați permisiuni"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Se colectează deja raportul de eroare"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"A fost inițiată raportarea erorilor"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Raportul de eroare nu s-a realizat"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Captura de ecran nu a reușit"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Nu s-a preluat starea fișierului dump"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Raportul de eroare este în curs"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Se colectează raportul de eroare"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Canalul de stare a raportului de eroare"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-ru/strings.xml b/tests/BugReportApp/res/values-ru/strings.xml
new file mode 100644
index 0000000..1da94d1
--- /dev/null
+++ b/tests/BugReportApp/res/values-ru/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Отчет об ошибке"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Закрыть"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Запустить \"Отчет об ошибке\""</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Статус:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Отправить"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Отмена"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Загрузить"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Сохранить"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Посмотреть отчеты об ошибках"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Закрыть"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Опишите ошибку вслух"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Аудио для отчета об ошибке (%s)"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Запись завершена."</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Отчет об ошибке уже загружается"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Отчет об ошибке загружен."</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Добавить аудио"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Добавить и загрузить аудио"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"Перенести на USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Загрузить"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"Загрузить в GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Предоставьте разрешения."</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Отчет об ошибке уже загружается."</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Выполняется загрузка отчета об ошибке."</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Произошла ошибка."</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Не удалось сделать скриншот."</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Ошибка дампа состояния."</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Отчет об ошибке загружается…"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Отчет об ошибке загружен"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Канал статуса отчета об ошибке"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-sk/strings.xml b/tests/BugReportApp/res/values-sk/strings.xml
new file mode 100644
index 0000000..92cd91b
--- /dev/null
+++ b/tests/BugReportApp/res/values-sk/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Hlásenie chyby"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Zavrieť"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Spustiť hlásenie chyby"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Stav:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Odoslať"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Zrušiť"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Nahrať"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Uložiť"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Zobraziť hlásenia chyby"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Zavrieť"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Hovorte a opíšte problém"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Zvuková správa pre hlásenie chyby o %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Nahrávanie bolo dokončené"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Hlásenie chyby sa už získava"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Bolo prijaté hlásenie chyby"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Pridať zvuk"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Pridať zvuk a nahrať"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"Presunúť na USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Nahrať"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"Nahrať do GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Udeľte povolenia"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Hlásenie chyby už bolo získané"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Hlásenie chyby bolo spustené"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Hlásenie chyby zlyhalo"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Nepodarilo sa vytvoriť snímku obrazovky"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Nepodarilo sa obnoviť stav zo zálohy"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Prebieha hlásenie chyby"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Prebieha získavanie hlásenia chyby"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Kanál stavu hlásenia chyby"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-sl/strings.xml b/tests/BugReportApp/res/values-sl/strings.xml
new file mode 100644
index 0000000..9192ba8
--- /dev/null
+++ b/tests/BugReportApp/res/values-sl/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Poročilo o napakah"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Zapri"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Začetek ustvarjanja poročila o napakah"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Stanje:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Pošlji"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Prekliči"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Naloži"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Shrani"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Pokaži poročila o napakah"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Zapri"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Govorite in opišite težavo"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Zvočno sporočilo za poročilo o napakah pri %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Snemanje je dokončano"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Poročilo o napakah se že zbira"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Poročilo o napakah je zbrano"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Dodaj zvok"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Dodaj zvok in naloži"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"Premakni na USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Naloži"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"Naloži v GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Odobrite dovoljenja"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Poročilo o napakah se že zbira"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Poročanje o napakah se je začelo"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Ustvarjanje poročila o napakah ni uspelo"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Zajemanje zaslona ni uspelo"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Izvoz stanja ni uspel"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Poročilo o napakah se ustvarja"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Poročilo o napakah je zbrano"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Kanala stanja poročila o napakah"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-sw/strings.xml b/tests/BugReportApp/res/values-sw/strings.xml
new file mode 100644
index 0000000..581b9ac
--- /dev/null
+++ b/tests/BugReportApp/res/values-sw/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Ripoti ya Hitilafu"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Funga"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Anza Kuripoti Hitilafu"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Hali:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Tuma"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Ghairi"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Pakia"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Hifadhi"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Onyesha Ripoti za Hitilafu"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Funga"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Zungumza na Ueleze Tatizo"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Ujumbe wa sauti wa ripoti ya hitilafu wa %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Imemaliza kurekodi"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Ripoti ya hitilafu tayari inakusanywa"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Ripoti ya hitilafu imekusanywa"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Weka Ujumbe wa Sauti"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Weka Ujumbe wa Sauti na Upakie"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"Hamishia kwenye USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Pakia"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"Pakia kwenye GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Tafadhali toa ruhusa"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Ripoti ya hitilafu tayari inakusanywa"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Imeanza kuripoti hitilafu"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Imeshindwa kuripoti hitilafu"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Imeshindwa kupiga picha ya skrini"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Imeshindwa kuhamishia data kwingine"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Inaendelea kuripoti hitilafu"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Ripoti ya hitilafu imekusanywa"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Kituo cha hali ya ripoti ya hitilafu"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-ta/strings.xml b/tests/BugReportApp/res/values-ta/strings.xml
new file mode 100644
index 0000000..b4454c5
--- /dev/null
+++ b/tests/BugReportApp/res/values-ta/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"பிழை அறிக்கை"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"மூடுக"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"பிழை அறிக்கையைத் தொடங்கு"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"நிலை:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"சமர்ப்பி"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"ரத்துசெய்"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"பதிவேற்று"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"சேமி"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"பிழை அறிக்கைகளைக் காட்டு"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"மூடுக"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"பேசுங்கள் &amp; சிக்கலை விளக்குங்கள்"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"பிழை அறிக்கைக்கான ஆடியோ மெசெஜ் %sக்கு"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"ரெக்கார்டிங் முடிந்தது"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"பிழை அறிக்கை ஏற்கனவே சேகரிக்கப்பட்டுவிட்டது"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"பிழை அறிக்கை சேகரிக்கப்பட்டது"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"ஆடியோவைச் சேர்"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"ஆடியோவைச் சேர்த்து பதிவேற்றவும்"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USBக்கு நகர்த்து"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"பதிவேற்று"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCSஸுக்குப் பதிவேற்று"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"அனுமதிகளை வழங்குங்கள்"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"பிழை அறிக்கை ஏற்கனவே சேகரிக்கப்பட்டுவிட்டது"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"பிழை அறிக்கை தொடங்கப்பட்டது"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"பிழை அறிக்கை தோல்வி"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"திரையைப் படமெடுக்க முடியவில்லை"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"டம்ப் நிலை தோல்வி"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"பிழை அறிக்கை செயல்பாட்டிலுள்ளது"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"பிழை அறிக்கை சேகரிக்கப்பட்டது"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"பிழை அறிக்கை நிலை தொடர்பான சேனல்"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-te/strings.xml b/tests/BugReportApp/res/values-te/strings.xml
new file mode 100644
index 0000000..7857105
--- /dev/null
+++ b/tests/BugReportApp/res/values-te/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"బగ్ నివేదిక"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"మూసివేయి"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"బగ్ నివేదికను ప్రారంభించండి"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"స్థితి:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"సమర్పించండి"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"రద్దు చేయండి"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"అప్‌లోడ్ చేయి"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"సేవ్ చేయి"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"బగ్ నివేదికలను చూపండి"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"మూసివేయి"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"మాట్లాడండి &amp; సమస్యను వివరించండి"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"బగ్ నివేదిక కోసం %s వద్ద ఆడియో సందేశం"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"రికార్డ్ చేయడం పూర్తయింది"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"బగ్ నివేదిక ఇప్పటికే సేకరించబడుతోంది"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"బగ్ నివేదిక సేకరించబడింది"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"ఆడియోను జోడించు"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"ఆడియోను జోడించు &amp; అప్‌లోడ్ చేయి"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USBకి తరలించు"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"అప్‌లోడ్ చేయండి"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCSకు అప్‌లోడ్ చేయండి"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"దయచేసి అనుమతులను మంజూరు చేయండి"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"బగ్ నివేదిక ఇప్పటికే సేకరించబడుతోంది"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"బగ్‌ను నివేదించడం మొదలైంది"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"బగ్ నివేదిక విఫలమైంది"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"స్క్రీన్ క్యాప్చర్ విఫలమైంది"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"డంప్ స్థితి విఫలమైంది"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"బగ్ నివేదిక ప్రోగ్రెస్‌లో ఉంది"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"బగ్ నివేదిక సేకరించబడింది"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"బగ్ నివేదిక స్థితి ఛానెల్"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-th/strings.xml b/tests/BugReportApp/res/values-th/strings.xml
new file mode 100644
index 0000000..ffbd683
--- /dev/null
+++ b/tests/BugReportApp/res/values-th/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"รายงานข้อบกพร่อง"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"ปิด"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"เริ่มรายงานข้อบกพร่อง"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"สถานะ:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"ส่ง"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"ยกเลิก"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"อัปโหลด"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"บันทึก"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"แสดงรายงานข้อบกพร่อง"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"ปิด"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"พูดอธิบายปัญหา"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"ข้อความเสียงสำหรับรายงานข้อบกพร่องเมื่อ %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"บันทึกเสียงเสร็จแล้ว"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"กำลังรวบรวมรายงานข้อบกพร่อง"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"รวบรวมรายงานข้อบกพร่องแล้ว"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"เพิ่มเสียง"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"เพิ่มเสียงและอัปโหลด"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"เปลี่ยนไปใช้ USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"อัปโหลด"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"อัปโหลดไปยัง GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"โปรดให้สิทธิ์"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"กำลังรวบรวมรายงานข้อบกพร่อง"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"เริ่มการรายงานข้อบกพร่องแล้ว"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"รายงานข้อบกพร่องไม่สำเร็จ"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"จับภาพหน้าจอไม่สำเร็จ"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"ดัมพ์สเตทไม่สำเร็จ"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"อยู่ระหว่างรายงานข้อบกพร่อง"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"รวบรวมรายงานข้อบกพร่องแล้ว"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"ช่องทางของสถานะรายงานข้อบกพร่อง"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-tl/strings.xml b/tests/BugReportApp/res/values-tl/strings.xml
new file mode 100644
index 0000000..5e0fe03
--- /dev/null
+++ b/tests/BugReportApp/res/values-tl/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Ulat ng Bug"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Isara"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Simulan ang Ulat ng Bug"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Status:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Isumite"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Kanselahin"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"I-upload"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"I-save"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Ipakita ang Mga Ulat ng Bug"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Isara"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Magsalita at Ilarawan Ang Isyu"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Audio message para sa ulat ng bug noong %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Tapos na ang pag-record"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"May kinukuha nang ulat ng bug"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"May nakuhang ulat ng bug"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Magdagdag ng Audio"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Magdagdag ng Audio at I-upload"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"Ilipat sa USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"I-upload"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"I-upload sa GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Pakibigay ang mga pahintulot"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Kinukuha na ang ulat ng bug"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Sinimulan ang pag-uulat ng bug"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Hindi naisagawa ang ulat ng bug"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Hindi na-capture ang screen"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Hindi naisagawa ang dump state"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Isinasagawa ang ulat ng bug"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Nakuha ang ulat ng bug"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Channel ng status ng ulat ng bug"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-tr/strings.xml b/tests/BugReportApp/res/values-tr/strings.xml
new file mode 100644
index 0000000..f6ce461
--- /dev/null
+++ b/tests/BugReportApp/res/values-tr/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Hata Raporu"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Kapat"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Hata Raporunu Başlat"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Durum:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Gönder"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"İptal"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Yükle"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Kaydet"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Hata Raporlarını Göster"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Kapat"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Konuşun ve Sorunu Açıklayın"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"%s hata raporu için sesli mesaj"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Kayıt tamamlandı"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Şu anda zaten bir hata raporu alınıyor"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Hata raporu alındı"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Ses Ekle"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Ses Ekle ve Yükle"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USB\'ye taşı"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Yükle"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCS\'ye yükle"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Lütfen izinleri verin"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Hata raporu zaten alınmış"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Hata raporlama işlemi başladı"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Hata raporu başarısız"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Ekran görüntüsü alınamadı"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Döküm durumu başarısız"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Hata raporu devam ediyor"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Hata raporu alındı"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Hata raporu durum kanalı"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-uk/strings.xml b/tests/BugReportApp/res/values-uk/strings.xml
new file mode 100644
index 0000000..75f2c45
--- /dev/null
+++ b/tests/BugReportApp/res/values-uk/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Звіт про помилку"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Закрити"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Запустити звіт про помилку"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Стан:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Надіслати"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Скасувати"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Завантажити"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Зберегти"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Показати повідомлення про помилки"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Закрити"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Говоріть і опишіть проблему"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Аудіо для звіту про помилку о %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Запис завершено"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Звіт про помилку вже завантажується"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Звіт про помилку отримано"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Додати аудіоповідомлення"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Додати аудіоповідомлення й завантажити"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"Перемістити на USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Завантажити"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"Завантажити в GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Надайте дозволи"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Звіт про помилку вже завантажується"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Повідомлення про помилку розпочато"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Не вдалося надіслати звіт про помилку"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Не вдалося зробити знімок екрана"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Помилка запису стану"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Звіт про помилку створюється"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Звіт про помилку отримано"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Канал стану звіту про помилку"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-ur/strings.xml b/tests/BugReportApp/res/values-ur/strings.xml
new file mode 100644
index 0000000..6fe4566
--- /dev/null
+++ b/tests/BugReportApp/res/values-ur/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"بگ رپورٹ"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"بند کریں"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"بگ رپورٹ شروع کریں"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"صورتحال:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"جمع کرائیں"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"منسوخ کریں"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"اپ لوڈ کریں"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"محفوظ کریں"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"بگ رپورٹس دکھائیں"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"بند کریں"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"بولیں اور مسئلہ بیان کریں"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"‎%s پر بگ رپورٹ کے لیے آڈیو پیغام"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"رکارڈنگ مکمل ہو گئی"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"بگ رپورٹ پہلے سے ہی جمع کی جارہی ہے"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"بگ رپورٹ جمع کر لی گئی ہے"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"آڈیو شامل کریں"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"آڈیو شامل اور اپ لوڈ کریں"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"USB میں منتقل کریں"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"اپ لوڈ کریں"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"GCS پر اپ لوڈ کریں"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"براہ کرم اجازتوں کی منظوری دیں"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"بگ رپورٹ پہلے سے ہی جمع کی جا رہی ہے"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"بگ رپورٹنگ شروع کر دی گئی ہے"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"بگ رپورٹ ناکام ہو گئی"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"اسکرین کیپچر ناکام ہو گیا"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"ڈمپ اسٹیٹ ناکام ہو گیا"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"بگ رپورٹ پیشرفت میں ہے"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"بگ رپورٹ جمع کی گئی ہے"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"بگ رپورٹ کی صورتحال کا چینل"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-vi/strings.xml b/tests/BugReportApp/res/values-vi/strings.xml
new file mode 100644
index 0000000..3831d64
--- /dev/null
+++ b/tests/BugReportApp/res/values-vi/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"Báo cáo lỗi"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"Đóng"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"Bắt đầu báo cáo lỗi"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"Trạng thái:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"Gửi"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"Hủy"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"Tải lên"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"Lưu"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"Hiển thị các báo cáo lỗi"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"Đóng"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"Hãy nói để mô tả vấn đề"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"Thông báo bằng âm thanh cho báo cáo lỗi lúc %s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"Đã ghi xong"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"Đang thu thập báo cáo lỗi"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"Đã thu thập báo cáo lỗi"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"Thêm âm thanh"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"Thêm âm thanh và tải lên"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"Chuyển sang USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"Tải lên"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"Tải lên GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"Vui lòng cấp quyền"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"Đang thu thập báo cáo lỗi"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"Đã bắt đầu báo cáo lỗi"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"Không báo cáo được lỗi"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"Không chụp được màn hình"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"Không thu thập được nhật ký hệ thống"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"Đang báo cáo lỗi"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"Đã thu thập báo cáo lỗi"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"Kênh trạng thái báo cáo lỗi"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-zh-rCN/strings.xml b/tests/BugReportApp/res/values-zh-rCN/strings.xml
new file mode 100644
index 0000000..fbf3672
--- /dev/null
+++ b/tests/BugReportApp/res/values-zh-rCN/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"错误报告"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"关闭"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"开始收集错误报告"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"状态:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"提交"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"取消"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"上传"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"保存"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"显示错误报告"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"关闭"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"读出并说明问题"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"%s的错误报告的语音消息"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"录制完成"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"已在收集错误报告"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"已收集错误报告"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"添加语音消息"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"添加语音消息并上传"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"移至 USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"上传"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"上传到 GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"请授予权限"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"已在收集错误报告"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"错误报告流程已启动"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"无法收集错误报告"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"无法截取屏幕截图"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"无法转储状态"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"正在收集错误报告"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"已收集错误报告"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"错误报告状态渠道"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-zh-rHK/strings.xml b/tests/BugReportApp/res/values-zh-rHK/strings.xml
new file mode 100644
index 0000000..e2520c5
--- /dev/null
+++ b/tests/BugReportApp/res/values-zh-rHK/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"錯誤報告"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"關閉"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"開始產生錯誤報告"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"狀態:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"提交"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"取消"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"上載"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"儲存"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"顯示錯誤報告"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"關閉"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"朗讀和說明問題"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"錯誤報告語音訊息時間為:%s"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"已完成記錄"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"已收集錯誤報告"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"已收集到錯誤報告"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"新增語音訊息"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"新增語音訊息並上載"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"移至 USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"上載"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"上載至 GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"請授予權限"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"已收集錯誤報告"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"已開始錯誤報告程序"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"無法產生錯誤報告"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"無法擷取螢幕"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"無法傾印狀態"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"正在產生錯誤報告"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"已收集錯誤報告"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"錯誤報告狀態頻道"</string>
+</resources>
diff --git a/tests/BugReportApp/res/values-zh-rTW/strings.xml b/tests/BugReportApp/res/values-zh-rTW/strings.xml
new file mode 100644
index 0000000..e940dde
--- /dev/null
+++ b/tests/BugReportApp/res/values-zh-rTW/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+     Copyright (C) 2019 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="app_name" msgid="2596316479611335185">"錯誤報告"</string>
+    <string name="bugreport_info_quit" msgid="5590138890181142473">"關閉"</string>
+    <string name="bugreport_info_start" msgid="667324824650830832">"開始收集錯誤報告"</string>
+    <string name="bugreport_info_status" msgid="7211044508792815451">"狀態:"</string>
+    <string name="bugreport_dialog_submit" msgid="2789636252713280633">"提交"</string>
+    <string name="bugreport_dialog_cancel" msgid="4741928791364757040">"取消"</string>
+    <string name="bugreport_dialog_upload" msgid="2517386929450370781">"上傳"</string>
+    <string name="bugreport_dialog_save" msgid="3291363266190644226">"儲存"</string>
+    <string name="bugreport_dialog_show_bugreports" msgid="6964385141627170297">"顯示錯誤報告"</string>
+    <string name="bugreport_dialog_close" msgid="289925437277364266">"關閉"</string>
+    <string name="bugreport_dialog_title" msgid="3315160684205929910">"朗讀並說明問題"</string>
+    <string name="bugreport_dialog_add_audio_to_existing" msgid="4958460267276935700">"錯誤報告的語音訊息 (時間:%s)"</string>
+    <string name="bugreport_dialog_recording_finished" msgid="3982335902169398758">"錄製結束"</string>
+    <string name="bugreport_dialog_in_progress_title" msgid="3782308141532622394">"正在收集錯誤報告"</string>
+    <string name="bugreport_dialog_in_progress_title_finished" msgid="1610236990020413471">"錯誤報告收集完畢"</string>
+    <string name="bugreport_add_audio_button_text" msgid="8606400151705699144">"新增語音訊息"</string>
+    <string name="bugreport_add_audio_upload_button_text" msgid="3830917832551764694">"新增語音訊息並上傳"</string>
+    <string name="bugreport_move_button_text" msgid="1245698439228323880">"移至 USB"</string>
+    <string name="bugreport_upload_button_text" msgid="4136749466634820848">"上傳"</string>
+    <string name="bugreport_upload_gcs_button_text" msgid="5844929656507607424">"上傳到 GCS"</string>
+    <string name="toast_permissions_denied" msgid="7054832711916992770">"請授予權限"</string>
+    <string name="toast_bug_report_in_progress" msgid="8319601113129121579">"正在收集錯誤報告"</string>
+    <string name="toast_bug_report_started" msgid="7154589593986557754">"已啟動錯誤回報程序"</string>
+    <string name="toast_status_failed" msgid="6365384202315043395">"錯誤報告發生問題"</string>
+    <string name="toast_status_screencap_failed" msgid="2187083897594745149">"無法擷取螢幕畫面"</string>
+    <string name="toast_status_dump_state_failed" msgid="8072469535227541761">"傾印狀態發生問題"</string>
+    <string name="notification_bugreport_in_progress" msgid="8486454116357963238">"正在收集錯誤報告"</string>
+    <string name="notification_bugreport_finished_title" msgid="3970195939909624320">"錯誤報告收集完畢"</string>
+    <string name="notification_bugreport_channel_name" msgid="776902295433824255">"錯誤報告狀態頻道"</string>
+</resources>
diff --git a/tests/CarDeveloperOptions/res/values-ar/strings.xml b/tests/CarDeveloperOptions/res/values-ar/strings.xml
index ce6bb1c..f144ec0 100644
--- a/tests/CarDeveloperOptions/res/values-ar/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-ar/strings.xml
@@ -543,7 +543,7 @@
     <string name="crypt_keeper_setup_time_remaining" product="default" msgid="8049188590821796173">"انتظر بينما يتم تشفير هاتفك. الوقت المتبقي: <xliff:g id="DURATION">^1</xliff:g>"</string>
     <string name="crypt_keeper_force_power_cycle" product="tablet" msgid="9168213181845231795">"لإلغاء تأمين الجهاز اللوحي، يمكنك إيقافه وتشغيله مرة أخرى."</string>
     <string name="crypt_keeper_force_power_cycle" product="default" msgid="1182690469082263666">"لإلغاء تأمين الهاتف، يمكنك إيقافه وتشغيله مرة أخرى."</string>
-    <string name="crypt_keeper_warn_wipe" msgid="700814581500057050">"تحذير: سيتم محو محتويات جهازك بعد إخفاق <xliff:g id="COUNT">^1</xliff:g> من المحاولات الأخرى لإلغاء القفل!"</string>
+    <string name="crypt_keeper_warn_wipe" msgid="700814581500057050">"تحذير: سيتم محو محتوى جهازك بعد فشل <xliff:g id="COUNT">^1</xliff:g> من المحاولات الأخرى في فتح القفل!"</string>
     <string name="crypt_keeper_enter_password" msgid="726933635335219421">"اكتب كلمة المرور"</string>
     <string name="crypt_keeper_failed_title" msgid="1906382607060855782">"لم يتم التشفير بنجاح"</string>
     <string name="crypt_keeper_failed_summary" product="tablet" msgid="7844833877734529625">"تمت مقاطعة التشفير ويتعذر الاستكمال. ونتيجة لذلك، لن تتمكن بعد الآن من الدخول إلى البيانات على جهازك اللوحي. \n\nلاستئناف استخدام الجهاز اللوحي، يلزمك إجراء إعادة ضبط المصنع. وعند إعداد الجهاز اللوحي بعد إعادة الضبط، ستكون لديك فرصة استعادة أي بيانات تم نسخها احتياطيًا إلى حساب Google."</string>
@@ -1531,7 +1531,7 @@
     <string name="storage_detail_other" msgid="9164851767437306618">"غير ذلك"</string>
     <string name="storage_detail_system" msgid="6784247618772153283">"النظام"</string>
     <string name="storage_detail_explore" msgid="8206900269596580264">"استكشاف <xliff:g id="NAME">^1</xliff:g>"</string>
-    <string name="storage_detail_dialog_other" msgid="5073511663616043370">"تشمل الملفات الأخرى الملفات المشتركة التي تم حفظها بواسطة التطبيقات والملفات التي تم تنزيلها من مواقع الإنترنت أو عبر البلوتوث وملفات Android وما إلى ذلك. \n\nللاطلاع على المحتويات المرئية على بطاقة <xliff:g id="NAME">^1</xliff:g> هذه، انقر على \"استكشاف\"."</string>
+    <string name="storage_detail_dialog_other" msgid="5073511663616043370">"تشمل الملفات الأخرى الملفات المشتركة التي تم حفظها بواسطة التطبيقات والملفات التي تم تنزيلها من مواقع الإنترنت أو عبر البلوتوث وملفات Android وما إلى ذلك. \n\nللاطلاع على المحتوى المرئي على بطاقة <xliff:g id="NAME">^1</xliff:g> هذه، انقر على \"استكشاف\"."</string>
     <string name="storage_detail_dialog_system" msgid="1472572861360014226">"يتضمّن النظام الملفات المستخدمة لتشغيل إصدار Android <xliff:g id="VERSION">%s</xliff:g>"</string>
     <string name="storage_detail_dialog_user" msgid="1663117417635010371">"ربما يكون لدى <xliff:g id="USER_0">^1</xliff:g> صور أو موسيقى أو تطبيقات أو بيانات أخرى محفوظة، ويتم استخدام <xliff:g id="SIZE">^2</xliff:g> من مساحة التخزين. \n\nللاطلاع على التفاصيل، يمكنك التبديل إلى <xliff:g id="USER_1">^1</xliff:g>."</string>
     <string name="storage_wizard_init_title" msgid="3407283236421089014">"إعداد <xliff:g id="NAME">^1</xliff:g>"</string>
@@ -3470,7 +3470,7 @@
     <string name="other_sound_category_preference_title" msgid="2045757472469840859">"الأصوات والاهتزازات الأخرى"</string>
     <string name="configure_notification_settings" msgid="291914315140851270">"الإشعارات"</string>
     <string name="recent_notifications" msgid="8125865995065032049">"تم إرسالها مؤخرًا"</string>
-    <string name="recent_notifications_see_all_title" msgid="4089007770442871469">"عرض الكل من آخر 7 أيام"</string>
+    <string name="recent_notifications_see_all_title" msgid="4089007770442871469">"عرض كل التطبيقات من آخر 7 أيام"</string>
     <string name="advanced_section_header" msgid="984680389373090015">"إعدادات متقدّمة"</string>
     <string name="profile_section_header" msgid="5471479005472037417">"إشعارات العمل"</string>
     <string name="asst_capability_prioritizer_title" msgid="3488284760645922160">"إعداد أولوية الإشعارات التلقائية"</string>
@@ -4440,7 +4440,7 @@
     <string name="auto_sync_work_account_title" msgid="2403222633447522376">"مزامنة بيانات العمل تلقائيًا"</string>
     <string name="auto_sync_account_summary" msgid="6316230976974033772">"السماح للتطبيقات بتحديث البيانات تلقائيًا"</string>
     <string name="account_sync_title" msgid="1570164819114297154">"مزامنة الحساب"</string>
-    <string name="account_sync_summary_some_on" msgid="1934556869158274053">"تم تفعيل المزامنة لـ <xliff:g id="ID_1">%1$d</xliff:g> من إجمالي <xliff:g id="ID_2">%2$d</xliff:g> عناصر"</string>
+    <string name="account_sync_summary_some_on" msgid="1934556869158274053">"تم تفعيل المزامنة لـ <xliff:g id="ID_1">%1$d</xliff:g> من إجمالي <xliff:g id="ID_2">%2$d</xliff:g> عنصر."</string>
     <string name="account_sync_summary_all_on" msgid="3634161204232431700">"تم تفعيل المزامنة لكل العناصر"</string>
     <string name="account_sync_summary_all_off" msgid="1971584632343645602">"المزامنة متوقفة لكل العناصر"</string>
     <string name="enterprise_privacy_settings" msgid="2777101678653072889">"معلومات الجهاز المُدار"</string>
diff --git a/tests/CarDeveloperOptions/res/values-be/strings.xml b/tests/CarDeveloperOptions/res/values-be/strings.xml
index 8688d9b..5b613b0 100644
--- a/tests/CarDeveloperOptions/res/values-be/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-be/strings.xml
@@ -4424,8 +4424,8 @@
     <string name="install_type_instant" msgid="6248487669862821874">"Імгненная праграма"</string>
     <string name="automatic_storage_manager_deactivation_warning" msgid="7867793739491286374">"Выключыць менеджар сховішча?"</string>
     <string name="storage_movies_tv" msgid="7282484273991655296">"Праграмы для фільмаў і ТБ"</string>
-    <string name="carrier_provisioning" msgid="3309125279191534469">"Інфармацыя аператара"</string>
-    <string name="trigger_carrier_provisioning" msgid="6284005970057901477">"Уключыць/выключыць забеспячэнне аператарам"</string>
+    <string name="carrier_provisioning" msgid="3309125279191534469">"Звесткі аб аператары"</string>
+    <string name="trigger_carrier_provisioning" msgid="6284005970057901477">"Запусціць сінхранізацыю з аператарам"</string>
     <string name="zen_suggestion_title" msgid="2134699720214231950">"Абнавіце рэжым \"Не турбаваць\""</string>
     <string name="zen_suggestion_summary" msgid="4041062903237952737">"Прыпыніце апавяшчэнні, каб яны не адцягвалі ўвагу"</string>
     <string name="disabled_low_ram_device" msgid="4958060232123741721">"Гэта функцыя недаступная на гэтай прыладзе"</string>
diff --git a/tests/CarDeveloperOptions/res/values-el/strings.xml b/tests/CarDeveloperOptions/res/values-el/strings.xml
index 63dc71b..fe3670d 100644
--- a/tests/CarDeveloperOptions/res/values-el/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-el/strings.xml
@@ -2149,7 +2149,7 @@
     <string name="captioning_standard_options_title" msgid="4124898413348084226">"Βασικές επιλογές"</string>
     <string name="captioning_locale" msgid="4734464353806207943">"Γλώσσα"</string>
     <string name="captioning_text_size" msgid="1707122517246408084">"Μέγεθος κειμένου"</string>
-    <string name="captioning_preset" msgid="7429888317480872337">"Στυλ υποτίτλων"</string>
+    <string name="captioning_preset" msgid="7429888317480872337">"Στιλ υποτίτλων"</string>
     <string name="captioning_custom_options_title" msgid="4530479671071326732">"Προσαρμοσμένες επιλογές"</string>
     <string name="captioning_background_color" msgid="2434458880326292180">"Χρώμα φόντου"</string>
     <string name="captioning_background_opacity" msgid="8178926599201811936">"Αδιαφάνεια φόντου"</string>
diff --git a/tests/CarDeveloperOptions/res/values-fi/strings.xml b/tests/CarDeveloperOptions/res/values-fi/strings.xml
index 5fd32f7..73f24cc 100644
--- a/tests/CarDeveloperOptions/res/values-fi/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-fi/strings.xml
@@ -1263,7 +1263,7 @@
     <string name="doze_summary" msgid="6762274282827831706">"Aktivoi näyttö, kun saat ilmoituksia."</string>
     <string name="doze_always_on_title" msgid="8555184965031789941">"Aina käytössä"</string>
     <string name="doze_always_on_summary" msgid="7654436900436328950">"Näytä aika, ilmoituskuvakkeet ja muut tiedot. Tämä asetus kuluttaa akkua nopeammin."</string>
-    <string name="title_font_size" msgid="5021464556860010851">"Kirjasimen koko"</string>
+    <string name="title_font_size" msgid="5021464556860010851">"Fontin koko"</string>
     <string name="short_summary_font_size" msgid="4141077908728522946">"Suurenna tai pienennä tekstiä."</string>
     <string name="sim_lock_settings" msgid="1986924650622642189">"SIM-kortin lukitusasetukset"</string>
     <string name="sim_lock_settings_category" msgid="1126759898277681516">"SIM-kortin lukitus"</string>
@@ -2037,7 +2037,7 @@
     <string name="accessibility_settings_summary" msgid="5742379519336396561">"Näytönlukijat, näyttö, käytönhallinta"</string>
     <string name="vision_settings_title" msgid="7315352351051423944">"Näköasetukset"</string>
     <string name="vision_settings_description" msgid="3476589459009287332">"Voit muokata laitteen ominaisuuksia tarpeidesi mukaan. Käytettävyysvalintoja voi muuttaa myöhemmin asetuksissa."</string>
-    <string name="vision_settings_suggestion_title" msgid="7268661419110951128">"Muuta kirjasinkokoa"</string>
+    <string name="vision_settings_suggestion_title" msgid="7268661419110951128">"Muuta fonttikokoa"</string>
     <string name="screen_reader_category_title" msgid="6300714148519645544">"Näytönlukuohjelmat"</string>
     <string name="audio_and_captions_category_title" msgid="6140472938769619212">"Ääni ja näyttöteksti"</string>
     <string name="display_category_title" msgid="545168481672250195">"Näyttö"</string>
@@ -2159,7 +2159,7 @@
     <string name="captioning_foreground_opacity" msgid="7635639017810117478">"Tekstin läpinäkyvyys"</string>
     <string name="captioning_edge_color" msgid="4330622137047993780">"Reunan väri"</string>
     <string name="captioning_edge_type" msgid="4414946407430588162">"Reunan tyyppi"</string>
-    <string name="captioning_typeface" msgid="7893208796949341767">"Kirjasinperhe"</string>
+    <string name="captioning_typeface" msgid="7893208796949341767">"Fonttiperhe"</string>
     <string name="captioning_preview_text" msgid="4877753964772618049">"Tekstitys näyttää tältä"</string>
     <string name="captioning_preview_characters" msgid="6469599599352973561">"Aa"</string>
     <string name="locale_default" msgid="910074908458214054">"Oletus"</string>
@@ -3860,8 +3860,8 @@
     <string name="storage_summary_with_sdcard" msgid="8742907204848352697">"Sisäinen tallennustila: <xliff:g id="PERCENTAGE">%1$s</xliff:g> käytössä, <xliff:g id="FREE_SPACE">%2$s</xliff:g> vapaana"</string>
     <string name="display_summary" msgid="5725269449657325797">"Jos laitetta ei käytetä, se siirtyy virransäästötilaan, kun <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> on kulunut."</string>
     <string name="display_dashboard_summary" msgid="7678566148167010682">"Taustakuva, virransäästö, fonttikoko"</string>
-    <string name="display_dashboard_summary_with_style" msgid="8981059474501210956">"Tyylit ja taustakuvat, virransäästö, kirjasinkoko"</string>
-    <string name="display_dashboard_nowallpaper_summary" msgid="8612534364908229000">"Virransäästö, kirjasinkoko"</string>
+    <string name="display_dashboard_summary_with_style" msgid="8981059474501210956">"Tyylit ja taustakuvat, virransäästö, fonttikoko"</string>
+    <string name="display_dashboard_nowallpaper_summary" msgid="8612534364908229000">"Virransäästö, fonttikoko"</string>
     <string name="display_summary_example" msgid="4555020581960719296">"Jos laitetta ei käytetä, se siirtyy virransäästötilaan, kun 10 minuuttia on kulunut."</string>
     <string name="memory_summary" msgid="9121871336058042600">"Muistia käytetty keskimäärin <xliff:g id="USED_MEMORY">%1$s</xliff:g>/<xliff:g id="TOTAL_MEMORY">%2$s</xliff:g>"</string>
     <string name="users_summary" msgid="6693338169439092387">"Kirjautunut sisään käyttäjänä <xliff:g id="USER_NAME">%1$s</xliff:g>"</string>
diff --git a/tests/CarDeveloperOptions/res/values-gl/strings.xml b/tests/CarDeveloperOptions/res/values-gl/strings.xml
index ee9db5f..309b255 100644
--- a/tests/CarDeveloperOptions/res/values-gl/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-gl/strings.xml
@@ -1616,7 +1616,7 @@
     <string name="tether_settings_summary_hotspot_on_tether_on" msgid="1289593649526514499">"Zona wifi e conexión compartida activadas"</string>
     <string name="tether_settings_summary_hotspot_on_tether_off" msgid="8010689354668285422">"Zona wifi activada"</string>
     <string name="tether_settings_summary_hotspot_off_tether_on" msgid="1349909238672649877">"Conexión compartida activada"</string>
-    <string name="tether_settings_disabled_on_data_saver" msgid="3682544845899910726">"Non se pode compartir a conexión nin utilizar zonas wifi portátiles mentres o economizador de datos estea activado"</string>
+    <string name="tether_settings_disabled_on_data_saver" msgid="3682544845899910726">"Non se pode compartir a conexión nin utilizar zonas wifi portátiles mentres o aforro de datos estea activado"</string>
     <string name="usb_title" msgid="7480927657535578688">"USB"</string>
     <string name="usb_tethering_button_text" msgid="6242228383142012332">"Compartir conexión por USB"</string>
     <string name="usb_tethering_subtext" product="default" msgid="1573513260339548671">"Comparte a conexión a Internet do teléfono por USB"</string>
@@ -3896,7 +3896,7 @@
     <string name="condition_battery_summary" msgid="1236078243905690620">"Hai funcións restrinxidas"</string>
     <string name="condition_cellular_title" msgid="6605277435894307935">"Datos móbiles desactivados"</string>
     <string name="condition_cellular_summary" msgid="3607459310548343777">"Internet só está dispoñible mediante a wifi"</string>
-    <string name="condition_bg_data_title" msgid="184684435298857712">"Economizador de datos"</string>
+    <string name="condition_bg_data_title" msgid="184684435298857712">"Aforro de datos"</string>
     <string name="condition_bg_data_summary" msgid="5194942860807136682">"Hai funcións restrinxidas"</string>
     <string name="condition_work_title" msgid="9046811302347490371">"Perfil de traballo desactivado"</string>
     <string name="condition_work_summary" msgid="5586134491975748565">"Para aplicacións e notificacións"</string>
@@ -3963,8 +3963,8 @@
     <string name="configure" msgid="8232696842838580549">"Configurar"</string>
     <string name="data_usage_other_apps" msgid="7002491980141402084">"Outras aplicacións incluídas no uso"</string>
     <plurals name="data_saver_unrestricted_summary" formatted="false" msgid="6046013861315713697">
-      <item quantity="other"><xliff:g id="COUNT">%1$d</xliff:g> aplicacións poden usar datos sen restricións cando o Economizador de datos está activado</item>
-      <item quantity="one">1 aplicación pode usar datos sen restricións cando o Economizador de datos está activado</item>
+      <item quantity="other"><xliff:g id="COUNT">%1$d</xliff:g> aplicacións poden usar datos sen restricións cando o aforro de datos está activado</item>
+      <item quantity="one">1 aplicación pode usar datos sen restricións cando o aforro de datos está activado</item>
     </plurals>
     <string name="data_usage_title" msgid="7874606430902201083">"Datos principais"</string>
     <string name="data_usage_wifi_title" msgid="7161828479387766556">"Datos wifi"</string>
@@ -3984,14 +3984,14 @@
     <string name="no_carrier_update_now_text" msgid="4405472895804759042">"Actualizado agora mesmo"</string>
     <string name="launch_mdp_app_text" msgid="9186559496664208252">"Ver plan"</string>
     <string name="launch_wifi_text" msgid="317820210431682605">"Ver detalles"</string>
-    <string name="data_saver_title" msgid="7903308134514179256">"Economizador de datos"</string>
+    <string name="data_saver_title" msgid="7903308134514179256">"Aforro de datos"</string>
     <string name="unrestricted_data_saver" msgid="9139401849550738720">"Datos sen restricións"</string>
     <string name="restrict_background_blacklisted" msgid="7158991683849067124">"Desactiváronse os datos en segundo plano"</string>
     <string name="data_saver_on" msgid="7281809065420480881">"Activado"</string>
     <string name="data_saver_off" msgid="7439439787358504018">"Desactivado"</string>
-    <string name="data_saver_switch_title" msgid="8244008132112735207">"Usar Economizador de datos"</string>
+    <string name="data_saver_switch_title" msgid="8244008132112735207">"Usar Aforro de datos"</string>
     <string name="unrestricted_app_title" msgid="4390661122069905122">"Uso de datos sen restricións"</string>
-    <string name="unrestricted_app_summary" msgid="2829141815077800483">"Acceso sen restricións co Economizador de datos activado"</string>
+    <string name="unrestricted_app_summary" msgid="2829141815077800483">"Acceso sen restricións co aforro de datos activado"</string>
     <string name="home_app" msgid="3695063566006954160">"Aplicación de Inicio"</string>
     <string name="no_default_home" msgid="1518949210961918497">"Non hai inicio predeterminado"</string>
     <string name="lockpattern_settings_require_cred_before_startup" msgid="63693894094570367">"Inicio seguro"</string>
diff --git a/tests/CarDeveloperOptions/res/values-hy/strings.xml b/tests/CarDeveloperOptions/res/values-hy/strings.xml
index 9f370ae..32e0fd9 100644
--- a/tests/CarDeveloperOptions/res/values-hy/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-hy/strings.xml
@@ -527,7 +527,7 @@
     <string name="crypt_keeper_setup_time_remaining" product="default" msgid="8049188590821796173">"Սպասեք մինչև ձեր հեռախոսը գաղտնագրվի: Մնաց՝ <xliff:g id="DURATION">^1</xliff:g>"</string>
     <string name="crypt_keeper_force_power_cycle" product="tablet" msgid="9168213181845231795">"Գրասալիկն ապակողպելու համար անջատեք, ապա նորից միացրեք այն:"</string>
     <string name="crypt_keeper_force_power_cycle" product="default" msgid="1182690469082263666">"Հեռախոսն ապակողպելու համար անջատեք, ապա նորից միացրեք այն:"</string>
-    <string name="crypt_keeper_warn_wipe" msgid="700814581500057050">"Զգուշացում. Եթե ևս <xliff:g id="COUNT">^1</xliff:g> անգամ չկարողանաք ճիշտ ապակողպել, ձեր սարքի ողջ տվյալները կմաքրվեն:"</string>
+    <string name="crypt_keeper_warn_wipe" msgid="700814581500057050">"Զգուշացում. Եթե ևս <xliff:g id="COUNT">^1</xliff:g> անգամ չկարողանաք ճիշտ ապակողպել, ձեր սարքի ողջ տվյալները կջնջվեն:"</string>
     <string name="crypt_keeper_enter_password" msgid="726933635335219421">"Մուտքագրեք ձեր գաղտնաբառը"</string>
     <string name="crypt_keeper_failed_title" msgid="1906382607060855782">"Գաղտնագրումը անհաջող էր"</string>
     <string name="crypt_keeper_failed_summary" product="tablet" msgid="7844833877734529625">"Գաղտնագրումը դադարեցվեց, և այն հնարավոր չէ ավարտել: Արդյունքում ձեր պլանշետի տվյալները այլևս մատչելի չեն: \n\n Շարունակելու համար օգտագործել ձեր պլանշետը` դուք պետք է կատարեք գործարանային վերականգնում: Ձեր պլանշետի վերականգնումից և կարգավորումից հետո դուք հնարավորություն կունենանք վերականգնել ցանկացած տվյալ, որը պահուստավորվել էր ձեր Google հաշվում:"</string>
@@ -2626,9 +2626,9 @@
     <string name="header_account_settings" msgid="8586173964125512219">"Հաշվի կարգավորումները"</string>
     <string name="remove_account_label" msgid="5885425720323823387">"Հեռացնել հաշիվը"</string>
     <string name="header_add_an_account" msgid="8482614556580804956">"Ավելացնել հաշիվ"</string>
-    <string name="really_remove_account_title" msgid="4166512362915154319">"Հեռացնե՞լ հաշիվը:"</string>
+    <string name="really_remove_account_title" msgid="4166512362915154319">"Հեռացնե՞լ հաշիվը"</string>
     <string name="really_remove_account_message" product="tablet" msgid="7403843371045856719">"Այս հաշիվը հեռացնելիս պլանշետից կջնջվեն նաև բոլոր հաղորդագրությունները, կոնտակտները և այլ տվյալները:"</string>
-    <string name="really_remove_account_message" product="default" msgid="8951224626153163914">"Այս հաշվի հեռացումից հեռախոսից կջնջվեն նաև բոլոր հաղորդագրությունները, կոնտակտները և այլ տվյալները:"</string>
+    <string name="really_remove_account_message" product="default" msgid="8951224626153163914">"Հաշիվը հեռացնելու դեպքում հեռախոսից կջնջվեն նաև բոլոր հաղորդագրությունները, կոնտակտները և այլ տվյալներ։"</string>
     <string name="really_remove_account_message" product="device" msgid="3751798556257519916">"Այս հաշիվը հեռացնելու դեպքում սարքից կջնջվեն նաև հաշվի բոլոր հաղորդագրությունները, կոնտակտներն ու մյուս տվյալները:"</string>
     <string name="remove_account_failed" msgid="491458185327106966">"Ձեր ադմինիստրատորը չի թույլատրում այս փոփոխությունը"</string>
     <string name="cant_sync_dialog_title" msgid="5483419398223189881">"Հնարավոր չէ ձեռքով համաժամացնել"</string>
diff --git a/tests/CarDeveloperOptions/res/values-iw/strings.xml b/tests/CarDeveloperOptions/res/values-iw/strings.xml
index 1f11de1..df7ccda 100644
--- a/tests/CarDeveloperOptions/res/values-iw/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-iw/strings.xml
@@ -2696,7 +2696,7 @@
     <string name="header_data_and_synchronization" msgid="400831816068697286">"נתונים וסינכרון"</string>
     <string name="preference_change_password_title" msgid="7243527448378789274">"שנה סיסמה"</string>
     <string name="header_account_settings" msgid="8586173964125512219">"הגדרות חשבון"</string>
-    <string name="remove_account_label" msgid="5885425720323823387">"הסר חשבון"</string>
+    <string name="remove_account_label" msgid="5885425720323823387">"הסרת החשבון"</string>
     <string name="header_add_an_account" msgid="8482614556580804956">"הוספת חשבון"</string>
     <string name="really_remove_account_title" msgid="4166512362915154319">"להסיר את החשבון?"</string>
     <string name="really_remove_account_message" product="tablet" msgid="7403843371045856719">"הסרת חשבון זה תגרום להסרת כל ההודעות, אנשי הקשר ונתונים נוספים מהטאבלט!"</string>
@@ -3923,7 +3923,7 @@
     <string name="system_alert_window_settings" msgid="3024330223417646567">"תצוגה מעל אפליקציות אחרות"</string>
     <string name="system_alert_window_apps_title" msgid="9188448296493699566">"אפליקציות"</string>
     <string name="system_alert_window_access_title" msgid="5187343732185369675">"תצוגה מעל אפליקציות אחרות"</string>
-    <string name="permit_draw_overlay" msgid="9039092257052422344">"אפשר הצגה מעל אפליקציות אחרות"</string>
+    <string name="permit_draw_overlay" msgid="9039092257052422344">"הצגה מעל אפליקציות אחרות"</string>
     <string name="allow_overlay_description" msgid="6669524816705082807">"הגדרה זו מתירה לאפליקציה להופיע מעל אפליקציות אחרות שנמצאות בשימוש. הפעולה הזאת עשויה להפריע לשימוש שלך באפליקציות האלה או לשנות את האופן שבו הן מוצגות או מתנהגות."</string>
     <string name="keywords_vr_listener" msgid="5312633527788917750">"שירות מסייע של מציאות מדומה VR להאזנה סטריאופונית"</string>
     <string name="keywords_system_alert_window" msgid="3936658600272194599">"חלון ההתרעה יוצג מעל אפליקציות אחרות"</string>
diff --git a/tests/CarDeveloperOptions/res/values-kk/strings.xml b/tests/CarDeveloperOptions/res/values-kk/strings.xml
index 2f33cb7..0dd529c 100644
--- a/tests/CarDeveloperOptions/res/values-kk/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-kk/strings.xml
@@ -2626,9 +2626,9 @@
     <string name="header_account_settings" msgid="8586173964125512219">"Есептік жазба параметрлері"</string>
     <string name="remove_account_label" msgid="5885425720323823387">"Есептік жазбаны жою"</string>
     <string name="header_add_an_account" msgid="8482614556580804956">"Есептік жазба қосу"</string>
-    <string name="really_remove_account_title" msgid="4166512362915154319">"Есептік жазба алынсын ба?"</string>
+    <string name="really_remove_account_title" msgid="4166512362915154319">"Есептік жазба жойылсын ба?"</string>
     <string name="really_remove_account_message" product="tablet" msgid="7403843371045856719">"Бұл есептік жазбаны алып тастау нәтижесінде оның хабарлары, контактілері және басқа планшет деректері жойылады!"</string>
-    <string name="really_remove_account_message" product="default" msgid="8951224626153163914">"Бұл есептік жазбаны алып тастаса, телефоннан барлық хабарлар, контактілер мен басқа деректер жойылады!"</string>
+    <string name="really_remove_account_message" product="default" msgid="8951224626153163914">"Бұл есептік жазба жойылса, телефоннан барлық хабарлар, контактілер мен басқа деректер өшіріледі!"</string>
     <string name="really_remove_account_message" product="device" msgid="3751798556257519916">"Бұл есептік жазба жойылса, құрылғыдағы барлық хабарлар, контактілер және басқа деректер қоса жойылады!"</string>
     <string name="remove_account_failed" msgid="491458185327106966">"Әкімші бұл өзгертуге рұқсат бермеген"</string>
     <string name="cant_sync_dialog_title" msgid="5483419398223189881">"Қолмен синхрондау мүмкін болмады"</string>
diff --git a/tests/CarDeveloperOptions/res/values-mn/strings.xml b/tests/CarDeveloperOptions/res/values-mn/strings.xml
index 8c0172b..8a08d94 100644
--- a/tests/CarDeveloperOptions/res/values-mn/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-mn/strings.xml
@@ -2270,10 +2270,10 @@
     <string name="battery_tip_summary_summary" product="tablet" msgid="5280099016800644130">"Таблет батарейг цаана энгийн байдлаар ашигладаг"</string>
     <string name="battery_tip_summary_summary" product="device" msgid="4459840492610842705">"Төхөөрөмж батарейг цаана энгийн байдлаар ашигладаг"</string>
     <string name="battery_tip_low_battery_title" msgid="6784043681672161175">"Бага батерейны багтаамж"</string>
-    <string name="battery_tip_low_battery_summary" msgid="9151355911381188604">"Батерейны амь бага байна"</string>
-    <string name="battery_tip_smart_battery_title" product="default" msgid="5517122075918038665">"Утасныхаа батерейны амийг сайжруулах"</string>
-    <string name="battery_tip_smart_battery_title" product="tablet" msgid="203494973250969040">"Таблетынхаа батерейны амийг сайжруулах"</string>
-    <string name="battery_tip_smart_battery_title" product="device" msgid="7419448992583346364">"Төхөөрөмжийнхөө батерейны амийг сайжруулах"</string>
+    <string name="battery_tip_low_battery_summary" msgid="9151355911381188604">"Батарейн ажиллах хугацаа бага байна"</string>
+    <string name="battery_tip_smart_battery_title" product="default" msgid="5517122075918038665">"Утасныхаа батарейн ажиллах хугацааг нэмэгдүүлэх"</string>
+    <string name="battery_tip_smart_battery_title" product="tablet" msgid="203494973250969040">"Таблетынхаа батарейн ажиллах хугацааг нэмэгдүүлэх"</string>
+    <string name="battery_tip_smart_battery_title" product="device" msgid="7419448992583346364">"Төхөөрөмжийнхөө батарейн ажиллах хугацааг нэмэгдүүлэх"</string>
     <string name="battery_tip_smart_battery_summary" msgid="5344821856478265778">"Батерейны менежерийг асаах"</string>
     <string name="battery_tip_early_heads_up_title" msgid="707163785378746813">"Тэжээл хэмнэгчийг асаах"</string>
     <string name="battery_tip_early_heads_up_summary" msgid="4231489566422395156">"Батерей ердийнхөөс хурдан дуусаж болзошгүй"</string>
@@ -2626,7 +2626,7 @@
     <string name="header_account_settings" msgid="8586173964125512219">"Акаунтын тохиргоо"</string>
     <string name="remove_account_label" msgid="5885425720323823387">"Бүртгэлийг хасах"</string>
     <string name="header_add_an_account" msgid="8482614556580804956">"Бүртгэл нэмэх"</string>
-    <string name="really_remove_account_title" msgid="4166512362915154319">"Акаунтыг арилгах уу?"</string>
+    <string name="really_remove_account_title" msgid="4166512362915154319">"Бүртгэлийг арилгах уу?"</string>
     <string name="really_remove_account_message" product="tablet" msgid="7403843371045856719">"Энэ акаунтыг арилгаснаас үүний бүх зурвас, харилцагчид болон бусад өгөгдлүүдийг таблетаас устгах болно!"</string>
     <string name="really_remove_account_message" product="default" msgid="8951224626153163914">"Энэ акаунтыг арилгаснаар үүний бүх зурвас, харилцагчид, бусад өгөгдлүүдийг утаснаас устгах болно!"</string>
     <string name="really_remove_account_message" product="device" msgid="3751798556257519916">"Энэ бүртгэлийг устгаснаар үүний бүх зурвас, харилцагч болон бусад өгөгдлийг төхөөрөмжөөс устгана!"</string>
@@ -4313,9 +4313,9 @@
     <string name="media_output_summary_unavailable" msgid="6629338032551086053">"Боломжгүй"</string>
     <string name="take_call_on_title" msgid="6570776899869030724">"Дуудлага авах"</string>
     <string name="cannot_change_apn_toast" msgid="5405823369239466817">"Энэ APN-г өөрчлөх боломжгүй."</string>
-    <string name="battery_suggestion_title" product="tablet" msgid="10172199242166440">"Таблетын батерейны амийг сайжруулах"</string>
-    <string name="battery_suggestion_title" product="device" msgid="765005476863631528">"Төхөөрөмжийн батерейны амийг сайжруулах"</string>
-    <string name="battery_suggestion_title" product="default" msgid="3295786171830183688">"Утасны батерейны амийг сайжруулах"</string>
+    <string name="battery_suggestion_title" product="tablet" msgid="10172199242166440">"Таблетын батарейн ажиллах хугацааг нэмэгдүүлэх"</string>
+    <string name="battery_suggestion_title" product="device" msgid="765005476863631528">"Төхөөрөмжийн батарейн ажиллах хугацааг нэмэгдүүлэх"</string>
+    <string name="battery_suggestion_title" product="default" msgid="3295786171830183688">"Утасны батарейн ажиллах хугацааг нэмэгдүүлэх"</string>
     <string name="battery_suggestion_summary" msgid="2669070349482656490"></string>
     <string name="gesture_prevent_ringing_screen_title" msgid="4173494225145223638">"Хонх дуугаргахаас сэргийлэх"</string>
     <string name="gesture_prevent_ringing_title" msgid="8827963588425673557">"Асаах &amp; Дууны түвшинг нэмэх товчлуурыг зэрэг дарж"</string>
diff --git a/tests/CarDeveloperOptions/res/values-nl/strings.xml b/tests/CarDeveloperOptions/res/values-nl/strings.xml
index 5b44b9f..b69048f 100644
--- a/tests/CarDeveloperOptions/res/values-nl/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-nl/strings.xml
@@ -4474,7 +4474,7 @@
     <string name="contextual_card_removed_message" msgid="4047307820743366876">"Suggestie verwijderd"</string>
     <string name="contextual_card_undo_dismissal_text" msgid="5009245286931852012">"Ongedaan maken"</string>
     <string name="low_storage_summary" msgid="4562224870189133400">"Opslag is bijna vol. <xliff:g id="PERCENTAGE">%1$s</xliff:g> gebruikt - <xliff:g id="FREE_SPACE">%2$s</xliff:g> vrij"</string>
-    <string name="contextual_card_feedback_send" msgid="8698649023854350623">"Feedback verzenden"</string>
+    <string name="contextual_card_feedback_send" msgid="8698649023854350623">"Feedback sturen"</string>
     <string name="contextual_card_feedback_confirm_message" msgid="3987973028353264878">"Wil je ons feedback geven over deze suggestie?"</string>
     <string name="copyable_slice_toast" msgid="1357518174923789947">"<xliff:g id="COPY_CONTENT">%1$s</xliff:g> gekopieerd naar klembord."</string>
     <string name="search_bar_account_avatar_content_description" msgid="947628881535053409"></string>
diff --git a/tests/CarDeveloperOptions/res/values-sk/strings.xml b/tests/CarDeveloperOptions/res/values-sk/strings.xml
index ea79f83..50d917b 100644
--- a/tests/CarDeveloperOptions/res/values-sk/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-sk/strings.xml
@@ -2699,9 +2699,9 @@
     <string name="remove_account_label" msgid="5885425720323823387">"Odstrániť účet"</string>
     <string name="header_add_an_account" msgid="8482614556580804956">"Pridať účet"</string>
     <string name="really_remove_account_title" msgid="4166512362915154319">"Chcete účet odstrániť?"</string>
-    <string name="really_remove_account_message" product="tablet" msgid="7403843371045856719">"Odstránením tohto účtu budú z tabletu odstránené aj všetky správy, kontakty a ďalšie údaje!"</string>
-    <string name="really_remove_account_message" product="default" msgid="8951224626153163914">"Odstránením tohto účtu budú z telefónu odstránené aj všetky správy, kontakty a ďalšie dáta."</string>
-    <string name="really_remove_account_message" product="device" msgid="3751798556257519916">"Odstránením tohto účtu budú zo zariadenia odstránené aj všetky správy, kontakty a ďalšie dáta."</string>
+    <string name="really_remove_account_message" product="tablet" msgid="7403843371045856719">"Odstránením účtu odstránite z tabletu aj všetky správy, kontakty a ďalšie údaje tohto účtu."</string>
+    <string name="really_remove_account_message" product="default" msgid="8951224626153163914">"Odstránením účtu odstránite z telefónu aj všetky správy, kontakty a ďalšie údaje tohto účtu."</string>
+    <string name="really_remove_account_message" product="device" msgid="3751798556257519916">"Odstránením účtu odstránite zo zariadenia aj všetky správy, kontakty a ďalšie údaje tohto účtu."</string>
     <string name="remove_account_failed" msgid="491458185327106966">"Správca túto zmenu zakázal"</string>
     <string name="cant_sync_dialog_title" msgid="5483419398223189881">"Nie je možné ručne synchronizovať"</string>
     <string name="cant_sync_dialog_message" msgid="3467126947262857534">"Synchronizácia tejto položky je momentálne zakázaná. Ak chcete toto nastavenie zmeniť, dočasne zapnite dátové prenosy na pozadí a automatickú synchronizáciu."</string>
diff --git a/tests/CarDeveloperOptions/res/values-sl/strings.xml b/tests/CarDeveloperOptions/res/values-sl/strings.xml
index 74a4d80..c1c8665 100644
--- a/tests/CarDeveloperOptions/res/values-sl/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-sl/strings.xml
@@ -1248,7 +1248,7 @@
     <string name="night_display_text" msgid="5330502493684652527">"Nočna svetloba zaslon obarva z jantarnim odtenkom. To olajša gledanje na zaslon ali branje pri šibki svetlobi in vam lahko pomaga prej zaspati."</string>
     <string name="night_display_auto_mode_title" msgid="8493573087102481588">"Urnik"</string>
     <string name="night_display_auto_mode_never" msgid="2897444637217807088">"Brez"</string>
-    <string name="night_display_auto_mode_custom" msgid="1400891076453963151">"Vklop ob poljubni nastavljeni uri"</string>
+    <string name="night_display_auto_mode_custom" msgid="1400891076453963151">"Vklop ob poljubni uri"</string>
     <string name="night_display_auto_mode_twilight" msgid="4000162110017520674">"Vklop od sončn. zahoda do vzhoda"</string>
     <string name="night_display_start_time_title" msgid="1069255169673371077">"Začetni čas"</string>
     <string name="night_display_end_time_title" msgid="2760793157124245911">"Končni čas"</string>
@@ -2090,7 +2090,7 @@
     <string name="talkback_title" msgid="3717960404234260050">"TalkBack"</string>
     <string name="talkback_summary" msgid="6602857105831641574">"Bralnik zaslona je predvsem za slepe in slabovidne"</string>
     <string name="select_to_speak_summary" msgid="7514180457557735421">"Če želite slišati vsebino elementov na zaslonu, se jih dotaknite"</string>
-    <string name="accessibility_captioning_title" msgid="5878371993023439642">"Napisi"</string>
+    <string name="accessibility_captioning_title" msgid="5878371993023439642">"Podnapisi"</string>
     <string name="accessibility_screen_magnification_title" msgid="7250949681883917360">"Povečava"</string>
     <string name="accessibility_screen_magnification_gestures_title" msgid="9199287875401817974">"Povečevanje s trikratnim dotikom"</string>
     <string name="accessibility_screen_magnification_navbar_title" msgid="400655612610761242">"Povečevanje z gumbom"</string>
@@ -2214,7 +2214,7 @@
     <string name="captioning_edge_color" msgid="4330622137047993780">"Barva roba"</string>
     <string name="captioning_edge_type" msgid="4414946407430588162">"Vrsta roba"</string>
     <string name="captioning_typeface" msgid="7893208796949341767">"Skupina pisav"</string>
-    <string name="captioning_preview_text" msgid="4877753964772618049">"Napisi bodo videti tako:"</string>
+    <string name="captioning_preview_text" msgid="4877753964772618049">"Podnapisi bodo videti tako:"</string>
     <string name="captioning_preview_characters" msgid="6469599599352973561">"Aa"</string>
     <string name="locale_default" msgid="910074908458214054">"Privzeto"</string>
     <string name="color_title" msgid="132875486061816584">"Barva"</string>
@@ -3242,7 +3242,7 @@
     <string name="emergency_tone_vibrate" msgid="5020068066905681181">"Vibriranje"</string>
     <string name="boot_sounds_title" msgid="7583926202411353620">"Zvoki ob zagonu"</string>
     <string name="live_caption_title" msgid="7926591158657997051">"Samodejni podnapisi"</string>
-    <string name="live_caption_summary" msgid="9064771862352393125">"Samodejni napisi predstavnosti"</string>
+    <string name="live_caption_summary" msgid="9064771862352393125">"Samodejni podnapisi predstavnosti"</string>
     <string name="zen_mode_settings_summary_off" msgid="6929319200478424962">"Nikoli"</string>
     <plurals name="zen_mode_settings_summary_on" formatted="false" msgid="6061723291126091396">
       <item quantity="one"><xliff:g id="ON_COUNT">%d</xliff:g> omogočen</item>
diff --git a/tests/CarDeveloperOptions/res/values-sw/strings.xml b/tests/CarDeveloperOptions/res/values-sw/strings.xml
index 35371f7..02be1a8 100644
--- a/tests/CarDeveloperOptions/res/values-sw/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-sw/strings.xml
@@ -2627,8 +2627,8 @@
     <string name="remove_account_label" msgid="5885425720323823387">"Ondoa akaunti"</string>
     <string name="header_add_an_account" msgid="8482614556580804956">"Ongeza akaunti"</string>
     <string name="really_remove_account_title" msgid="4166512362915154319">"Je, ungependa kuondoa akaunti?"</string>
-    <string name="really_remove_account_message" product="tablet" msgid="7403843371045856719">"Kuondoa hii akaunti kutafuta mazungumzo yako yote, anwani, na data zingine kutoka kwa kompyuta kibao!"</string>
-    <string name="really_remove_account_message" product="default" msgid="8951224626153163914">"Kuondoa hii akaunti hii kutafuta mazungumzo yako yote, anwani, na data zingine kutoka kwa simu!"</string>
+    <string name="really_remove_account_message" product="tablet" msgid="7403843371045856719">"Kuondoa akaunti hii kutafuta mazungumzo yako yote, anwani na data zingine kwenye kompyuta kibao!"</string>
+    <string name="really_remove_account_message" product="default" msgid="8951224626153163914">"Kuondoa akaunti hii kutafuta mazungumzo yako yote, anwani na data nyingine kwenye simu!"</string>
     <string name="really_remove_account_message" product="device" msgid="3751798556257519916">"Kuondoa akaunti hii kutasabibisha kufutwa kwa ujumbe, anwani na data nyingine kwenye kifaa!"</string>
     <string name="remove_account_failed" msgid="491458185327106966">"Mabadiliko haya hayaruhusiwi na msimamizi wako"</string>
     <string name="cant_sync_dialog_title" msgid="5483419398223189881">"Huwezi kusawazisha mwenyewe"</string>
diff --git a/tests/CarDeveloperOptions/res/values-th/strings.xml b/tests/CarDeveloperOptions/res/values-th/strings.xml
index 6d41d82..f55b2ad 100644
--- a/tests/CarDeveloperOptions/res/values-th/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-th/strings.xml
@@ -2628,7 +2628,7 @@
     <string name="header_add_an_account" msgid="8482614556580804956">"เพิ่มบัญชี"</string>
     <string name="really_remove_account_title" msgid="4166512362915154319">"นำบัญชีออกหรือไม่"</string>
     <string name="really_remove_account_message" product="tablet" msgid="7403843371045856719">"การนำบัญชีนี้ออกจะเป็นการลบข้อความ รายชื่อติดต่อ และข้อมูลอื่นๆ ทั้งหมดของบัญชีออกจากแท็บเล็ต"</string>
-    <string name="really_remove_account_message" product="default" msgid="8951224626153163914">"การนำบัญชีนี้ออกจะเป็นการลบข้อความ รายชื่อติดต่อ และข้อมูลอื่นๆ ทั้งหมดจากโทรศัพท์"</string>
+    <string name="really_remove_account_message" product="default" msgid="8951224626153163914">"การนำบัญชีนี้ออกจะลบข้อความ รายชื่อติดต่อ และข้อมูลอื่นๆ ทั้งหมดของบัญชีออกจากโทรศัพท์"</string>
     <string name="really_remove_account_message" product="device" msgid="3751798556257519916">"การนำบัญชีนี้ออกจะเป็นการลบข้อความ รายชื่อติดต่อ และข้อมูลอื่นๆ ทั้งหมดออกจากอุปกรณ์!"</string>
     <string name="remove_account_failed" msgid="491458185327106966">"ผู้ดูแลระบบไม่อนุญาตให้ทำการเปลี่ยนแปลงนี้"</string>
     <string name="cant_sync_dialog_title" msgid="5483419398223189881">"ซิงค์ด้วยตนเองไม่ได้"</string>
diff --git a/tests/CarDeveloperOptions/res/values-tl/strings.xml b/tests/CarDeveloperOptions/res/values-tl/strings.xml
index 02caf31..0490c01 100644
--- a/tests/CarDeveloperOptions/res/values-tl/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-tl/strings.xml
@@ -2628,7 +2628,7 @@
     <string name="header_add_an_account" msgid="8482614556580804956">"Magdagdag ng account"</string>
     <string name="really_remove_account_title" msgid="4166512362915154319">"Alisin ang account?"</string>
     <string name="really_remove_account_message" product="tablet" msgid="7403843371045856719">"Ang pag-aalis ng account na ito ay magtatanggal sa lahat ng mensahe, contact, at iba pang data nito mula sa tablet!"</string>
-    <string name="really_remove_account_message" product="default" msgid="8951224626153163914">"Ang pag-aalis ng account na ito ay magde-delete sa lahat ng mensahe, contact at iba pang data nito mula sa telepono!"</string>
+    <string name="really_remove_account_message" product="default" msgid="8951224626153163914">"Ang pag-aalis ng account na ito ay magde-delete sa lahat ng mensahe, contact, at iba pang data nito mula sa telepono!"</string>
     <string name="really_remove_account_message" product="device" msgid="3751798556257519916">"Kapag inalis ang account na ito, made-delete ang lahat ng mensahe, contact, at iba pang data nito mula sa device!"</string>
     <string name="remove_account_failed" msgid="491458185327106966">"Hindi pinapahintulutan ng iyong admin ang pagbabagong ito"</string>
     <string name="cant_sync_dialog_title" msgid="5483419398223189881">"Hindi makapag-sync nang manual"</string>
diff --git a/tests/CarDeveloperOptions/res/values-uk/strings.xml b/tests/CarDeveloperOptions/res/values-uk/strings.xml
index ca11eb5..70936c9 100644
--- a/tests/CarDeveloperOptions/res/values-uk/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-uk/strings.xml
@@ -4314,7 +4314,7 @@
     <string name="enterprise_privacy_installed_packages" msgid="4376014821459811800">"Список додатків на вашому пристрої"</string>
     <string name="enterprise_privacy_usage_stats" msgid="445762931318731975">"Час роботи й обсяг використаного трафіку в кожному додатку"</string>
     <string name="enterprise_privacy_network_logs" msgid="5427398751599441159">"Останній журнал мережевого трафіку"</string>
-    <string name="enterprise_privacy_bug_reports" msgid="283443567328836380">"Останнє повідомлення про помилку"</string>
+    <string name="enterprise_privacy_bug_reports" msgid="283443567328836380">"Останній звіт про помилку"</string>
     <string name="enterprise_privacy_security_logs" msgid="8936969480449604726">"Останній журнал безпеки"</string>
     <string name="enterprise_privacy_none" msgid="5990646476868794882">"Немає"</string>
     <string name="enterprise_privacy_enterprise_installed_packages" msgid="6575025134782391212">"Установлені додатки"</string>
diff --git a/tests/CarDeveloperOptions/res/values-vi/strings.xml b/tests/CarDeveloperOptions/res/values-vi/strings.xml
index 36d3788..3fe5e15 100644
--- a/tests/CarDeveloperOptions/res/values-vi/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-vi/strings.xml
@@ -3186,7 +3186,7 @@
     <string name="zen_mode_automation_suggestion_summary" msgid="2709837472884371037">"Đặt quy tắc Không làm phiền"</string>
     <string name="zen_mode_schedule_title" msgid="5275268813192802631">"Lên lịch"</string>
     <string name="zen_mode_use_automatic_rule" msgid="446326253915861824">"Sử dụng lịch biểu"</string>
-    <string name="zen_mode_option_important_interruptions" msgid="5173944276846940149">"Chỉ ưu tiên"</string>
+    <string name="zen_mode_option_important_interruptions" msgid="5173944276846940149">"Chỉ cho các mục ưu tiên"</string>
     <string name="zen_mode_option_alarms" msgid="4843278125235203076">"Chỉ chuông báo"</string>
     <string name="zen_mode_option_no_interruptions" msgid="4723700274519260852">"Hoàn toàn tắt tiếng"</string>
     <string name="zen_mode_summary_combination" msgid="6960111215170691605">"<xliff:g id="MODE">%1$s</xliff:g>: <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string>
@@ -3236,7 +3236,7 @@
     <string name="zen_mode_settings_dnd_automatic_rule_app" msgid="5103454923160912313">"Chế độ Không làm phiền đã được một ứng dụng (<xliff:g id="APP_NAME">%s</xliff:g>) bật tự động"</string>
     <string name="zen_mode_settings_dnd_custom_settings_footer" msgid="6335108298640066560">"Chế độ Không làm phiền đang bật đối với <xliff:g id="RULE_NAMES">%s</xliff:g> với các mục cài đặt tùy chỉnh."</string>
     <string name="zen_mode_settings_dnd_custom_settings_footer_link" msgid="4007974052885089379"><annotation id="link">" Xem mục cài đặt tùy chỉnh"</annotation></string>
-    <string name="zen_interruption_level_priority" msgid="9178419297408319234">"Chỉ ưu tiên"</string>
+    <string name="zen_interruption_level_priority" msgid="9178419297408319234">"Chỉ cho các mục ưu tiên"</string>
     <string name="zen_mode_and_condition" msgid="4123722186007123567">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string>
     <string name="zen_mode_sound_summary_on_with_info" msgid="2539952366467518398">"Đang bật / <xliff:g id="ID_1">%1$s</xliff:g>"</string>
     <string name="zen_mode_sound_summary_off_with_info" msgid="3910718455243440265">"Đang tắt / <xliff:g id="ID_1">%1$s</xliff:g>"</string>
diff --git a/tests/CarDeveloperOptions/res/values-zh-rCN/strings.xml b/tests/CarDeveloperOptions/res/values-zh-rCN/strings.xml
index e574fa6..54bca89 100644
--- a/tests/CarDeveloperOptions/res/values-zh-rCN/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-zh-rCN/strings.xml
@@ -1228,8 +1228,8 @@
     <string name="night_display_summary_on_auto_mode_twilight" msgid="8386769601369289561">"将在日出时自动关闭"</string>
     <string name="night_display_activation_on_manual" msgid="8379477527072027346">"立即开启"</string>
     <string name="night_display_activation_off_manual" msgid="7776082151269794201">"立即关闭"</string>
-    <string name="night_display_activation_on_twilight" msgid="5610294051700287249">"保持开启状态,直到日出"</string>
-    <string name="night_display_activation_off_twilight" msgid="6846727701281556110">"保持关闭状态,直到日落"</string>
+    <string name="night_display_activation_on_twilight" msgid="5610294051700287249">"开启,直到日出"</string>
+    <string name="night_display_activation_off_twilight" msgid="6846727701281556110">"关闭,直到日落"</string>
     <string name="night_display_activation_on_custom" msgid="4761140206778957611">"保持开启状态,直到<xliff:g id="ID_1">%1$s</xliff:g>"</string>
     <string name="night_display_activation_off_custom" msgid="4207238846687792731">"保持关闭状态,直到<xliff:g id="ID_1">%1$s</xliff:g>"</string>
     <string name="night_display_not_currently_on" msgid="1436588493764429281">"目前未开启护眼模式"</string>
diff --git a/tests/CarDeveloperOptions/res/values-zh-rHK/strings.xml b/tests/CarDeveloperOptions/res/values-zh-rHK/strings.xml
index 2c94d17..8137260 100644
--- a/tests/CarDeveloperOptions/res/values-zh-rHK/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-zh-rHK/strings.xml
@@ -1228,8 +1228,8 @@
     <string name="night_display_summary_on_auto_mode_twilight" msgid="8386769601369289561">"將會在日出時自動關閉"</string>
     <string name="night_display_activation_on_manual" msgid="8379477527072027346">"立即開啟"</string>
     <string name="night_display_activation_off_manual" msgid="7776082151269794201">"立即關閉"</string>
-    <string name="night_display_activation_on_twilight" msgid="5610294051700287249">"保持開啟狀態,直至日出"</string>
-    <string name="night_display_activation_off_twilight" msgid="6846727701281556110">"保持關閉狀態,直至日落"</string>
+    <string name="night_display_activation_on_twilight" msgid="5610294051700287249">"開啟,直至日出"</string>
+    <string name="night_display_activation_off_twilight" msgid="6846727701281556110">"關閉,直至日落"</string>
     <string name="night_display_activation_on_custom" msgid="4761140206778957611">"開啟 (直至<xliff:g id="ID_1">%1$s</xliff:g>)"</string>
     <string name="night_display_activation_off_custom" msgid="4207238846687792731">"保持關閉狀態,直至<xliff:g id="ID_1">%1$s</xliff:g>"</string>
     <string name="night_display_not_currently_on" msgid="1436588493764429281">"目前沒有開啟「夜燈模式」"</string>
diff --git a/tests/CarDeveloperOptions/res/values-zh-rTW/strings.xml b/tests/CarDeveloperOptions/res/values-zh-rTW/strings.xml
index 1e1723d..d6247fd 100644
--- a/tests/CarDeveloperOptions/res/values-zh-rTW/strings.xml
+++ b/tests/CarDeveloperOptions/res/values-zh-rTW/strings.xml
@@ -1228,8 +1228,8 @@
     <string name="night_display_summary_on_auto_mode_twilight" msgid="8386769601369289561">"將於日出時自動關閉"</string>
     <string name="night_display_activation_on_manual" msgid="8379477527072027346">"立即開啟"</string>
     <string name="night_display_activation_off_manual" msgid="7776082151269794201">"立即關閉"</string>
-    <string name="night_display_activation_on_twilight" msgid="5610294051700287249">"保持開啟狀態,直到日出"</string>
-    <string name="night_display_activation_off_twilight" msgid="6846727701281556110">"保持關閉狀態,直到日落"</string>
+    <string name="night_display_activation_on_twilight" msgid="5610294051700287249">"開啟,直到日出"</string>
+    <string name="night_display_activation_off_twilight" msgid="6846727701281556110">"關閉,直到日落"</string>
     <string name="night_display_activation_on_custom" msgid="4761140206778957611">"保持開啟狀態,直到<xliff:g id="ID_1">%1$s</xliff:g>"</string>
     <string name="night_display_activation_off_custom" msgid="4207238846687792731">"保持關閉狀態,直到<xliff:g id="ID_1">%1$s</xliff:g>"</string>
     <string name="night_display_not_currently_on" msgid="1436588493764429281">"夜燈模式目前已關閉"</string>
diff --git a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/AppStorageSizesController.java b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/AppStorageSizesController.java
index 5654239..5f3841d 100644
--- a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/AppStorageSizesController.java
+++ b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/AppStorageSizesController.java
@@ -23,9 +23,10 @@
 import androidx.annotation.StringRes;
 import androidx.preference.Preference;
 
-import com.android.internal.util.Preconditions;
 import com.android.settingslib.applications.StorageStatsSource;
 
+import java.util.Objects;
+
 /**
  * Handles setting the sizes for the app info screen.
  */
@@ -173,10 +174,10 @@
 
         public AppStorageSizesController build() {
             return new AppStorageSizesController(
-                    Preconditions.checkNotNull(mTotalSize),
-                    Preconditions.checkNotNull(mAppSize),
-                    Preconditions.checkNotNull(mDataSize),
-                    Preconditions.checkNotNull(mCacheSize),
+                    Objects.requireNonNull(mTotalSize),
+                    Objects.requireNonNull(mAppSize),
+                    Objects.requireNonNull(mDataSize),
+                    Objects.requireNonNull(mCacheSize),
                     mComputing,
                     mError);
         }
diff --git a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/FetchPackageStorageAsyncLoader.java b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/FetchPackageStorageAsyncLoader.java
index a4713df..ca86b68 100644
--- a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/FetchPackageStorageAsyncLoader.java
+++ b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/FetchPackageStorageAsyncLoader.java
@@ -23,12 +23,12 @@
 import android.os.UserHandle;
 import android.util.Log;
 
-import com.android.internal.util.Preconditions;
 import com.android.settingslib.applications.StorageStatsSource;
 import com.android.settingslib.applications.StorageStatsSource.AppStorageStats;
 import com.android.settingslib.utils.AsyncLoaderCompat;
 
 import java.io.IOException;
+import java.util.Objects;
 
 /**
  * Fetches the storage stats using the StorageStatsManager for a given package and user tuple.
@@ -42,7 +42,7 @@
     public FetchPackageStorageAsyncLoader(Context context, @NonNull StorageStatsSource source,
             @NonNull ApplicationInfo info, @NonNull UserHandle user) {
         super(context);
-        mSource = Preconditions.checkNotNull(source);
+        mSource = Objects.requireNonNull(source);
         mInfo = info;
         mUser = user;
     }
diff --git a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deletionhelper/AutomaticStorageManagerSwitchBarController.java b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deletionhelper/AutomaticStorageManagerSwitchBarController.java
index 342e44f..a46c7b1 100644
--- a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deletionhelper/AutomaticStorageManagerSwitchBarController.java
+++ b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deletionhelper/AutomaticStorageManagerSwitchBarController.java
@@ -25,11 +25,12 @@
 import androidx.fragment.app.FragmentManager;
 import androidx.preference.Preference;
 
-import com.android.internal.util.Preconditions;
 import com.android.car.developeroptions.widget.SwitchBar;
 import com.android.settingslib.Utils;
 import com.android.settingslib.core.instrumentation.MetricsFeatureProvider;
 
+import java.util.Objects;
+
 /** Handles the logic for flipping the storage management toggle on a {@link SwitchBar}. */
 public class AutomaticStorageManagerSwitchBarController
         implements SwitchBar.OnSwitchChangeListener {
@@ -48,11 +49,11 @@
             MetricsFeatureProvider metrics,
             Preference daysToRetainPreference,
             FragmentManager fragmentManager) {
-        mContext = Preconditions.checkNotNull(context);
-        mSwitchBar = Preconditions.checkNotNull(switchBar);
-        mMetrics = Preconditions.checkNotNull(metrics);
-        mDaysToRetainPreference = Preconditions.checkNotNull(daysToRetainPreference);
-        mFragmentManager = Preconditions.checkNotNull(fragmentManager);
+        mContext = Objects.requireNonNull(context);
+        mSwitchBar = Objects.requireNonNull(switchBar);
+        mMetrics = Objects.requireNonNull(metrics);
+        mDaysToRetainPreference = Objects.requireNonNull(daysToRetainPreference);
+        mFragmentManager = Objects.requireNonNull(fragmentManager);
 
         initializeCheckedStatus();
     }
diff --git a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/PublicVolumeSettings.java b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/PublicVolumeSettings.java
index 7dda240..94176f0 100644
--- a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/PublicVolumeSettings.java
+++ b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/PublicVolumeSettings.java
@@ -39,7 +39,6 @@
 import androidx.preference.Preference;
 import androidx.preference.PreferenceScreen;
 
-import com.android.internal.util.Preconditions;
 import com.android.car.developeroptions.R;
 import com.android.car.developeroptions.SettingsPreferenceFragment;
 import com.android.car.developeroptions.deviceinfo.StorageSettings.MountTask;
@@ -109,7 +108,7 @@
         }
 
         mDisk = mStorageManager.findDiskById(mVolume.getDiskId());
-        Preconditions.checkNotNull(mDisk);
+        Objects.requireNonNull(mDisk);
 
         mVolumeId = mVolume.getId();
 
diff --git a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/UserIconLoader.java b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/UserIconLoader.java
index 4540824..c8a7606 100644
--- a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/UserIconLoader.java
+++ b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/UserIconLoader.java
@@ -22,10 +22,11 @@
 import android.os.UserManager;
 import android.util.SparseArray;
 
-import com.android.internal.util.Preconditions;
 import com.android.car.developeroptions.Utils;
 import com.android.settingslib.utils.AsyncLoaderCompat;
 
+import java.util.Objects;
+
 /**
  * Fetches a user icon as a loader using a given icon loading lambda.
  */
@@ -48,7 +49,7 @@
 
     public UserIconLoader(Context context, FetchUserIconTask task) {
         super(context);
-        mTask = Preconditions.checkNotNull(task);
+        mTask = Objects.requireNonNull(task);
     }
 
     @Override
diff --git a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/UserProfileController.java b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/UserProfileController.java
index 9b19647..0ac9285 100644
--- a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/UserProfileController.java
+++ b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/UserProfileController.java
@@ -27,7 +27,6 @@
 import androidx.preference.Preference;
 import androidx.preference.PreferenceScreen;
 
-import com.android.internal.util.Preconditions;
 import com.android.car.developeroptions.Utils;
 import com.android.car.developeroptions.core.PreferenceControllerMixin;
 import com.android.car.developeroptions.core.SubSettingLauncher;
@@ -35,6 +34,8 @@
 import com.android.car.developeroptions.deviceinfo.StorageProfileFragment;
 import com.android.settingslib.core.AbstractPreferenceController;
 
+import java.util.Objects;
+
 /**
  * Defines a {@link AbstractPreferenceController} which handles a single profile of the primary
  * user.
@@ -50,7 +51,7 @@
 
     public UserProfileController(Context context, UserInfo info, int preferenceOrder) {
         super(context);
-        mUser = Preconditions.checkNotNull(info);
+        mUser = Objects.requireNonNull(info);
         mPreferenceOrder = preferenceOrder;
     }
 
@@ -94,7 +95,7 @@
 
     @Override
     public void handleResult(SparseArray<StorageAsyncLoader.AppsStorageResult> stats) {
-        Preconditions.checkNotNull(stats);
+        Objects.requireNonNull(stats);
 
         int userId = mUser.id;
         StorageAsyncLoader.AppsStorageResult result = stats.get(userId);
diff --git a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/PhysicalKeyboardFragment.java b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/PhysicalKeyboardFragment.java
index f307cc3..6131fa4 100644
--- a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/PhysicalKeyboardFragment.java
+++ b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/PhysicalKeyboardFragment.java
@@ -44,7 +44,6 @@
 import com.android.car.developeroptions.Settings;
 import com.android.car.developeroptions.SettingsPreferenceFragment;
 import com.android.car.developeroptions.search.BaseSearchIndexProvider;
-import com.android.internal.util.Preconditions;
 import com.android.settingslib.search.Indexable;
 import com.android.settingslib.search.SearchIndexable;
 import com.android.settingslib.utils.ThreadUtils;
@@ -77,12 +76,12 @@
 
     @Override
     public void onCreatePreferences(Bundle bundle, String s) {
-        Activity activity = Preconditions.checkNotNull(getActivity());
+        Activity activity = Objects.requireNonNull(getActivity());
         addPreferencesFromResource(R.xml.physical_keyboard_settings);
-        mIm = Preconditions.checkNotNull(activity.getSystemService(InputManager.class));
-        mKeyboardAssistanceCategory = Preconditions.checkNotNull(
+        mIm = Objects.requireNonNull(activity.getSystemService(InputManager.class));
+        mKeyboardAssistanceCategory = Objects.requireNonNull(
                 (PreferenceCategory) findPreference(KEYBOARD_ASSISTANCE_CATEGORY));
-        mShowVirtualKeyboardSwitch = Preconditions.checkNotNull(
+        mShowVirtualKeyboardSwitch = Objects.requireNonNull(
                 (SwitchPreference) mKeyboardAssistanceCategory.findPreference(
                         SHOW_VIRTUAL_KEYBOARD_SWITCH));
         findPreference(KEYBOARD_SHORTCUTS_HELPER).setOnPreferenceClickListener(
diff --git a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/VirtualKeyboardFragment.java b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/VirtualKeyboardFragment.java
index 00dc770..0e048e9 100644
--- a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/VirtualKeyboardFragment.java
+++ b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/VirtualKeyboardFragment.java
@@ -33,7 +33,6 @@
 import com.android.car.developeroptions.R;
 import com.android.car.developeroptions.SettingsPreferenceFragment;
 import com.android.car.developeroptions.search.BaseSearchIndexProvider;
-import com.android.internal.util.Preconditions;
 import com.android.settingslib.inputmethod.InputMethodAndSubtypeUtilCompat;
 import com.android.settingslib.inputmethod.InputMethodPreference;
 import com.android.settingslib.search.Indexable;
@@ -43,6 +42,7 @@
 import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.List;
+import java.util.Objects;
 
 @SearchIndexable
 public final class VirtualKeyboardFragment extends SettingsPreferenceFragment implements Indexable {
@@ -57,11 +57,11 @@
 
     @Override
     public void onCreatePreferences(Bundle bundle, String s) {
-        Activity activity = Preconditions.checkNotNull(getActivity());
+        Activity activity = Objects.requireNonNull(getActivity());
         addPreferencesFromResource(R.xml.virtual_keyboard_settings);
-        mImm = Preconditions.checkNotNull(activity.getSystemService(InputMethodManager.class));
-        mDpm = Preconditions.checkNotNull(activity.getSystemService(DevicePolicyManager.class));
-        mAddVirtualKeyboardScreen = Preconditions.checkNotNull(
+        mImm = Objects.requireNonNull(activity.getSystemService(InputMethodManager.class));
+        mDpm = Objects.requireNonNull(activity.getSystemService(DevicePolicyManager.class));
+        mAddVirtualKeyboardScreen = Objects.requireNonNull(
                 findPreference(ADD_VIRTUAL_KEYBOARD_SCREEN));
     }
 
diff --git a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/SetNewPasswordController.java b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/SetNewPasswordController.java
index 7689334..b213152 100644
--- a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/SetNewPasswordController.java
+++ b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/SetNewPasswordController.java
@@ -21,8 +21,6 @@
 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT;
 import static android.app.admin.DevicePolicyManager.PASSWORD_QUALITY_SOMETHING;
 
-import static com.android.internal.util.Preconditions.checkNotNull;
-
 import android.annotation.Nullable;
 import android.app.ActivityManager;
 import android.app.admin.DevicePolicyManager;
@@ -40,6 +38,8 @@
 import com.android.internal.widget.LockPatternUtils;
 import com.android.car.developeroptions.Utils;
 
+import java.util.Objects;
+
 /**
  * Business logic for {@link SetNewPasswordActivity}.
  *
@@ -99,11 +99,11 @@
             DevicePolicyManager devicePolicyManager,
             Ui ui) {
         mTargetUserId = targetUserId;
-        mPackageManager = checkNotNull(packageManager);
+        mPackageManager = Objects.requireNonNull(packageManager);
         mFingerprintManager = fingerprintManager;
         mFaceManager = faceManager;
-        mDevicePolicyManager = checkNotNull(devicePolicyManager);
-        mUi = checkNotNull(ui);
+        mDevicePolicyManager = Objects.requireNonNull(devicePolicyManager);
+        mUi = Objects.requireNonNull(ui);
     }
 
     /**
diff --git a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/print/SettingsPrintServicesLoader.java b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/print/SettingsPrintServicesLoader.java
index bf383b5..91ae5da 100644
--- a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/print/SettingsPrintServicesLoader.java
+++ b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/print/SettingsPrintServicesLoader.java
@@ -24,9 +24,8 @@
 
 import androidx.loader.content.Loader;
 
-import com.android.internal.util.Preconditions;
-
 import java.util.List;
+import java.util.Objects;
 
 /**
  * Loader for the list of print services. Can be parametrized to select a subset.
@@ -37,7 +36,7 @@
 
     public SettingsPrintServicesLoader(@NonNull PrintManager printManager, @NonNull Context context,
             int selectionFlags) {
-        super(Preconditions.checkNotNull(context));
+        super(Objects.requireNonNull(context));
 
         mLoader = new PrintServicesLoader(printManager, context, selectionFlags) {
             @Override
diff --git a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/vpn2/AppVpnInfo.java b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/vpn2/AppVpnInfo.java
index 87991ac..1c405fe 100644
--- a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/vpn2/AppVpnInfo.java
+++ b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/vpn2/AppVpnInfo.java
@@ -2,8 +2,6 @@
 
 import android.annotation.NonNull;
 
-import com.android.internal.util.Preconditions;
-
 import java.util.Objects;
 
 /**
@@ -16,7 +14,7 @@
 
     public AppVpnInfo(int userId, @NonNull String packageName) {
         this.userId = userId;
-        this.packageName = Preconditions.checkNotNull(packageName);
+        this.packageName = Objects.requireNonNull(packageName);
     }
 
     @Override
diff --git a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ChartGridView.java b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ChartGridView.java
index b608544..457e71e 100644
--- a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ChartGridView.java
+++ b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ChartGridView.java
@@ -31,9 +31,10 @@
 import android.util.AttributeSet;
 import android.view.View;
 
-import com.android.internal.util.Preconditions;
 import com.android.car.developeroptions.R;
 
+import java.util.Objects;
+
 /**
  * Background of {@link ChartView} that renders grid lines as requested by
  * {@link ChartAxis#getTickPoints()}.
@@ -89,8 +90,8 @@
     }
 
     void init(ChartAxis horiz, ChartAxis vert) {
-        mHoriz = Preconditions.checkNotNull(horiz, "missing horiz");
-        mVert = Preconditions.checkNotNull(vert, "missing vert");
+        mHoriz = Objects.requireNonNull(horiz, "missing horiz");
+        mVert = Objects.requireNonNull(vert, "missing vert");
     }
 
     void setBounds(long start, long end) {
diff --git a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ChartSweepView.java b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ChartSweepView.java
index e61938b..fcea0de 100644
--- a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ChartSweepView.java
+++ b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ChartSweepView.java
@@ -35,9 +35,10 @@
 import android.view.MotionEvent;
 import android.view.View;
 
-import com.android.internal.util.Preconditions;
 import com.android.car.developeroptions.R;
 
+import java.util.Objects;
+
 /**
  * Sweep across a {@link ChartView} at a specific {@link ChartAxis} value, which
  * a user can drag.
@@ -155,7 +156,7 @@
     };
 
     void init(ChartAxis axis) {
-        mAxis = Preconditions.checkNotNull(axis, "missing axis");
+        mAxis = Objects.requireNonNull(axis, "missing axis");
     }
 
     public void setNeighbors(ChartSweepView... neighbors) {
diff --git a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ChartView.java b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ChartView.java
index ff5293d..b04f408 100644
--- a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ChartView.java
+++ b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ChartView.java
@@ -25,9 +25,10 @@
 import android.view.ViewDebug;
 import android.widget.FrameLayout;
 
-import com.android.internal.util.Preconditions;
 import com.android.car.developeroptions.R;
 
+import java.util.Objects;
+
 /**
  * Container for two-dimensional chart, drawn with a combination of
  * {@link ChartGridView} and {@link ChartSweepView} children. The entire chart uses
@@ -70,8 +71,8 @@
     }
 
     void init(ChartAxis horiz, ChartAxis vert) {
-        mHoriz = Preconditions.checkNotNull(horiz, "missing horiz");
-        mVert = Preconditions.checkNotNull(vert, "missing vert");
+        mHoriz = Objects.requireNonNull(horiz, "missing horiz");
+        mVert = Objects.requireNonNull(vert, "missing vert");
     }
 
     public void setOptimalWidth(int optimalWidth, float optimalWidthWeight) {
diff --git a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/CaptivePortalNetworkCallback.java b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/CaptivePortalNetworkCallback.java
index 2b3955b..d9e94d6 100644
--- a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/CaptivePortalNetworkCallback.java
+++ b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/CaptivePortalNetworkCallback.java
@@ -19,7 +19,7 @@
 import android.net.Network;
 import android.net.NetworkCapabilities;
 
-import com.android.internal.util.Preconditions;
+import java.util.Objects;
 
 /** Listens for changes to NetworkCapabilities to update the ConnectedAccessPointPreference. */
 final class CaptivePortalNetworkCallback extends NetworkCallback {
@@ -31,8 +31,8 @@
 
     CaptivePortalNetworkCallback(
             Network network, ConnectedAccessPointPreference connectedApPreference) {
-        mNetwork = Preconditions.checkNotNull(network);
-        mConnectedApPreference = Preconditions.checkNotNull(connectedApPreference);
+        mNetwork = Objects.requireNonNull(network);
+        mConnectedApPreference = Objects.requireNonNull(connectedApPreference);
     }
 
     @Override
diff --git a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/RequestToggleWiFiActivity.java b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/RequestToggleWiFiActivity.java
index 5e24362..4c86e04 100644
--- a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/RequestToggleWiFiActivity.java
+++ b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/RequestToggleWiFiActivity.java
@@ -29,12 +29,11 @@
 import android.os.Bundle;
 import android.text.TextUtils;
 import android.util.Log;
-import android.widget.Toast;
 
 import androidx.annotation.NonNull;
 
-import com.android.internal.app.AlertActivity;
 import com.android.car.developeroptions.R;
+import com.android.internal.app.AlertActivity;
 
 /**
  * This activity handles requests to toggle WiFi by collecting user
@@ -313,11 +312,6 @@
                         finish();
                     }
                 } break;
-
-                case WifiManager.ERROR: {
-                    Toast.makeText(activity, R.string.wifi_error, Toast.LENGTH_SHORT).show();
-                    finish();
-                } break;
             }
         }
     }
diff --git a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/slice/WifiScanWorker.java b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/slice/WifiScanWorker.java
index d10821c..c880f80 100644
--- a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/slice/WifiScanWorker.java
+++ b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/slice/WifiScanWorker.java
@@ -34,7 +34,6 @@
 
 import androidx.annotation.VisibleForTesting;
 
-import com.android.internal.util.Preconditions;
 import com.android.car.developeroptions.slices.SliceBackgroundWorker;
 import com.android.car.developeroptions.wifi.WifiUtils;
 import com.android.settingslib.wifi.AccessPoint;
@@ -42,6 +41,7 @@
 
 import java.util.ArrayList;
 import java.util.List;
+import java.util.Objects;
 
 /**
  * {@link SliceBackgroundWorker} for Wi-Fi, used by WifiSlice.
@@ -185,7 +185,7 @@
         private boolean mIsCaptivePortal;
 
         CaptivePortalNetworkCallback(Network network) {
-            mNetwork = Preconditions.checkNotNull(network);
+            mNetwork = Objects.requireNonNull(network);
         }
 
         @Override
diff --git a/tests/carservice_test/src/com/android/car/MockedCarTestBase.java b/tests/carservice_test/src/com/android/car/MockedCarTestBase.java
index 44377fc..50db8b4 100644
--- a/tests/carservice_test/src/com/android/car/MockedCarTestBase.java
+++ b/tests/carservice_test/src/com/android/car/MockedCarTestBase.java
@@ -19,8 +19,12 @@
 
 import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.fail;
+import static org.mockito.ArgumentMatchers.any;
+import static org.mockito.Mockito.doAnswer;
 import static org.mockito.Mockito.doReturn;
+import static org.mockito.Mockito.mock;
 
+import android.annotation.NonNull;
 import android.car.Car;
 import android.car.test.CarTestManager;
 import android.car.test.CarTestManagerBinderWrapper;
@@ -54,6 +58,8 @@
 import com.android.car.systeminterface.TimeInterface;
 import com.android.car.systeminterface.WakeLockInterface;
 import com.android.car.test.utils.TemporaryDirectory;
+import com.android.car.user.CarUserService;
+import com.android.car.user.CarUserService.UserCallback;
 import com.android.car.vehiclehal.test.MockedVehicleHal;
 import com.android.car.vehiclehal.test.MockedVehicleHal.DefaultPropertyHandler;
 import com.android.car.vehiclehal.test.MockedVehicleHal.StaticPropertyHandler;
@@ -67,7 +73,9 @@
 import java.io.File;
 import java.io.IOException;
 import java.time.Duration;
+import java.util.ArrayList;
 import java.util.HashMap;
+import java.util.List;
 import java.util.Map;
 
 /**
@@ -86,6 +94,9 @@
     private SystemInterface mFakeSystemInterface;
     private MockResources mResources;
 
+    private final List<CarUserService.UserCallback> mUserCallbacks = new ArrayList<>();
+    private final CarUserService mCarUserService = mock(CarUserService.class);
+
     private final MockIOInterface mMockIOInterface = new MockIOInterface();
 
     private final Handler mMainHandler = new Handler(Looper.getMainLooper());
@@ -148,6 +159,21 @@
         return cn.flattenToString();
     }
 
+    /**
+     * Emulates a call to {@link CarUserService#onSwitchUser(int)} that dispatches
+     * {@link UserCallback#onSwitchUser(int)} to the callbacks whose {@code toString()} method
+     * contains the given {@code filter}.
+     */
+    protected void switchUser(int userId, @NonNull String filter) {
+        Log.d(TAG, "switchUser(" + userId  + ", " + filter + "): callbacks=" + mUserCallbacks);
+        for (UserCallback callback : mUserCallbacks) {
+            if (callback.toString().contains(filter)) {
+                Log.i(TAG, "Notifying " + callback);
+                callback.onSwitchUser(userId);
+            }
+        }
+    }
+
     @Before
     @UiThreadTest
     public void setUp() throws Exception {
@@ -166,12 +192,26 @@
         configureResourceOverrides(mResources);
         doReturn(mResources).when(context).getResources();
 
+        doAnswer((invocation) -> {
+            CarUserService.UserCallback callback = invocation.getArgument(0);
+            Log.d(TAG, "Adding callback: " + callback);
+            mUserCallbacks.add(callback);
+            return null;
+        }).when(mCarUserService).addUserCallback(any());
+
+        doAnswer((invocation) -> {
+            CarUserService.UserCallback callback = invocation.getArgument(0);
+            Log.d(TAG, "Removing callback: " + callback);
+            mUserCallbacks.remove(callback);
+            return null;
+        }).when(mCarUserService).removeUserCallback(any());
+
         // ICarImpl will register new CarLocalServices services.
         // This prevents one test failure in tearDown from triggering assertion failure for single
         // CarLocalServices service.
         CarLocalServices.removeAllServices();
         mCarImpl = new ICarImpl(context, mMockedVehicleHal, mFakeSystemInterface,
-                null /* error notifier */, "MockedCar");
+                /* errorNotifier= */ null , "MockedCar", mCarUserService);
 
         spyOnInitMockedHal();
         initMockedHal(mCarImpl, false /* no need to release */);
diff --git a/tests/carservice_test/src/com/android/car/MockedVmsTestBase.java b/tests/carservice_test/src/com/android/car/MockedVmsTestBase.java
index 3bb0077..f31e467 100644
--- a/tests/carservice_test/src/com/android/car/MockedVmsTestBase.java
+++ b/tests/carservice_test/src/com/android/car/MockedVmsTestBase.java
@@ -39,6 +39,7 @@
 
 import com.android.car.vehiclehal.VehiclePropValueBuilder;
 import com.android.car.vehiclehal.test.MockedVehicleHal;
+import com.android.car.vms.VmsClientManager;
 
 import org.junit.Before;
 
@@ -82,8 +83,7 @@
     @Before
     public void setUpVms() throws Exception {
         // Trigger VmsClientManager to bind to the MockPublisherClient
-        // TODO(b/144027497): refactor the test to  mock the behavior of CarUserService
-        getVmsClientManager().mUserCallback.onSwitchUser(ActivityManager.getCurrentUser());
+        switchUser(ActivityManager.getCurrentUser(), VmsClientManager.class.getSimpleName());
         mVmsSubscriberManager = (VmsSubscriberManager) getCar().getCarManager(
                 Car.VMS_SUBSCRIBER_SERVICE);
         mSubscriberClient = new MockSubscriberClient();
diff --git a/tests/carservice_test/src/com/android/car/VmsPublisherClientPermissionTest.java b/tests/carservice_test/src/com/android/car/VmsPublisherClientPermissionTest.java
index c8c9339..101462c 100644
--- a/tests/carservice_test/src/com/android/car/VmsPublisherClientPermissionTest.java
+++ b/tests/carservice_test/src/com/android/car/VmsPublisherClientPermissionTest.java
@@ -27,6 +27,8 @@
 
 import androidx.test.ext.junit.runners.AndroidJUnit4;
 
+import com.android.car.vms.VmsClientManager;
+
 import org.junit.Before;
 import org.junit.Test;
 import org.junit.runner.RunWith;
@@ -100,8 +102,7 @@
 
     @Before
     public void triggerClientBinding() {
-        // TODO(b/144027497): refactor the test to  mock the behavior of CarUserService
-        getVmsClientManager().mUserCallback.onSwitchUser(ActivityManager.getCurrentUser());
+        switchUser(ActivityManager.getCurrentUser(), VmsClientManager.class.getSimpleName());
     }
 
     @Test
diff --git a/tests/carservice_unit_test/src/com/android/car/vms/VmsClientManagerTest.java b/tests/carservice_unit_test/src/com/android/car/vms/VmsClientManagerTest.java
index 7d9c5fe..d079ec9 100644
--- a/tests/carservice_unit_test/src/com/android/car/vms/VmsClientManagerTest.java
+++ b/tests/carservice_unit_test/src/com/android/car/vms/VmsClientManagerTest.java
@@ -149,6 +149,12 @@
     @Captor
     private ArgumentCaptor<ServiceConnection> mConnectionCaptor;
 
+    @Captor
+    private ArgumentCaptor<Runnable> mSystemUserUnlockedListenerCaptor;
+
+    @Captor
+    private ArgumentCaptor<CarUserService.UserCallback> mUserCallbackCaptor;
+
     @Mock
     private VmsClientLogger mSystemClientLog;
     @Mock
@@ -160,6 +166,7 @@
 
     private VmsClientManager mClientManager;
 
+
     private int mForegroundUserId;
     private int mCallingAppUid;
 
@@ -202,6 +209,10 @@
 
         mClientManager = new VmsClientManager(mContext, mStatsService, mUserService,
                 mBrokerService, mHal, mHandler, () -> mCallingAppUid);
+
+        // call init() so the listener and callback are captured
+        verifyInit();
+
         verify(mHal).setClientManager(mClientManager);
         mClientManager.setPublisherService(mPublisherService);
 
@@ -223,14 +234,13 @@
         verifyNoMoreInteractions(mSystemClientLog, mUserClientLog, mUserClientLog2, mHalClientLog);
     }
 
-    @Test
-    public void testInit() {
+    private void verifyInit() {
         mClientManager.init();
 
         // Verify registration of system user unlock listener
-        verify(mUserService).runOnUser0Unlock(mClientManager.mSystemUserUnlockedListener);
+        verify(mUserService).runOnUser0Unlock(mSystemUserUnlockedListenerCaptor.capture());
         // Verify user callback is added
-        verify(mUserService).addUserCallback(eq(mClientManager.mUserCallback));
+        verify(mUserService).addUserCallback(mUserCallbackCaptor.capture());
     }
 
     @Test
@@ -238,7 +248,7 @@
         mClientManager.release();
 
         // Verify user switch receiver is unregistered
-        verify(mUserService).removeUserCallback(mClientManager.mUserCallback);
+        verify(mUserService).removeUserCallback(mUserCallbackCaptor.getValue());
     }
 
     @Test
@@ -1031,20 +1041,21 @@
     }
 
     private void notifySystemUserUnlocked() {
-        mClientManager.mSystemUserUnlockedListener.run();
+        mSystemUserUnlockedListenerCaptor.getValue().run();
     }
 
     private void notifyUserSwitched(int foregroundUserId, boolean isForegroundUserUnlocked) {
         when(mUserManager.isUserUnlockingOrUnlocked(foregroundUserId))
                 .thenReturn(isForegroundUserUnlocked);
         mForegroundUserId = foregroundUserId; // Member variable used by verifyUserBind()
-        mClientManager.mUserCallback.onSwitchUser(foregroundUserId);
+        mUserCallbackCaptor.getValue().onSwitchUser(foregroundUserId);
     }
 
     private void notifyUserUnlocked(int foregroundUserId, boolean isForegroundUserUnlocked) {
         when(mUserManager.isUserUnlockingOrUnlocked(foregroundUserId))
                 .thenReturn(isForegroundUserUnlocked);
-        mClientManager.mUserCallback.onUserLockChanged(foregroundUserId, isForegroundUserUnlocked);
+        mUserCallbackCaptor.getValue().onUserLockChanged(foregroundUserId,
+                isForegroundUserUnlocked);
     }
 
     private void verifySystemBind(int times) {