Add localazy config for location sharing
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
|
<string name="screen_share_location_live_location_duration_picker_title">"Valitse, kuinka kauan haluat jakaa reaaliaikaisen sijaintisi."</string>
|
||||||
|
</resources>
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
|
<string name="screen_share_location_live_location_duration_picker_title">"Choisissez la durée pendant laquelle vous partagerez votre position en direct."</string>
|
||||||
|
</resources>
|
||||||
4
features/location/impl/src/main/res/values/localazy.xml
Normal file
4
features/location/impl/src/main/res/values/localazy.xml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
|
<string name="screen_share_location_live_location_duration_picker_title">"Choose how long to share your live location."</string>
|
||||||
|
</resources>
|
||||||
@@ -496,7 +496,6 @@ Haluatko varmasti jatkaa?"</string>
|
|||||||
<string name="screen_room_pinned_banner_loading_description">"Viestiä ladataan…"</string>
|
<string name="screen_room_pinned_banner_loading_description">"Viestiä ladataan…"</string>
|
||||||
<string name="screen_room_pinned_banner_view_all_button_title">"Näytä kaikki"</string>
|
<string name="screen_room_pinned_banner_view_all_button_title">"Näytä kaikki"</string>
|
||||||
<string name="screen_room_title">"Keskustelu"</string>
|
<string name="screen_room_title">"Keskustelu"</string>
|
||||||
<string name="screen_share_location_live_location_duration_picker_title">"Valitse, kuinka kauan haluat jakaa reaaliaikaisen sijaintisi."</string>
|
|
||||||
<string name="screen_share_location_title">"Jaa sijainti"</string>
|
<string name="screen_share_location_title">"Jaa sijainti"</string>
|
||||||
<string name="screen_share_my_location_action">"Jaa sijaintini"</string>
|
<string name="screen_share_my_location_action">"Jaa sijaintini"</string>
|
||||||
<string name="screen_share_open_apple_maps">"Avaa Apple Mapsissa"</string>
|
<string name="screen_share_open_apple_maps">"Avaa Apple Mapsissa"</string>
|
||||||
|
|||||||
@@ -496,7 +496,6 @@ Raison : %1$s."</string>
|
|||||||
<string name="screen_room_pinned_banner_loading_description">"Chargement du message…"</string>
|
<string name="screen_room_pinned_banner_loading_description">"Chargement du message…"</string>
|
||||||
<string name="screen_room_pinned_banner_view_all_button_title">"Voir tout"</string>
|
<string name="screen_room_pinned_banner_view_all_button_title">"Voir tout"</string>
|
||||||
<string name="screen_room_title">"Discussion"</string>
|
<string name="screen_room_title">"Discussion"</string>
|
||||||
<string name="screen_share_location_live_location_duration_picker_title">"Choisissez la durée pendant laquelle vous partagerez votre position en direct."</string>
|
|
||||||
<string name="screen_share_location_title">"Partage de position"</string>
|
<string name="screen_share_location_title">"Partage de position"</string>
|
||||||
<string name="screen_share_my_location_action">"Partager ma position"</string>
|
<string name="screen_share_my_location_action">"Partager ma position"</string>
|
||||||
<string name="screen_share_open_apple_maps">"Ouvrir dans Apple Maps"</string>
|
<string name="screen_share_open_apple_maps">"Ouvrir dans Apple Maps"</string>
|
||||||
|
|||||||
@@ -496,7 +496,6 @@ Are you sure you want to continue?"</string>
|
|||||||
<string name="screen_room_pinned_banner_loading_description">"Loading message…"</string>
|
<string name="screen_room_pinned_banner_loading_description">"Loading message…"</string>
|
||||||
<string name="screen_room_pinned_banner_view_all_button_title">"View All"</string>
|
<string name="screen_room_pinned_banner_view_all_button_title">"View All"</string>
|
||||||
<string name="screen_room_title">"Chat"</string>
|
<string name="screen_room_title">"Chat"</string>
|
||||||
<string name="screen_share_location_live_location_duration_picker_title">"Choose how long to share your live location."</string>
|
|
||||||
<string name="screen_share_location_title">"Share location"</string>
|
<string name="screen_share_location_title">"Share location"</string>
|
||||||
<string name="screen_share_my_location_action">"Share my location"</string>
|
<string name="screen_share_my_location_action">"Share my location"</string>
|
||||||
<string name="screen_share_open_apple_maps">"Open in Apple Maps"</string>
|
<string name="screen_share_open_apple_maps">"Open in Apple Maps"</string>
|
||||||
|
|||||||
@@ -409,6 +409,13 @@
|
|||||||
"screen\\.security_and_privacy\\..*",
|
"screen\\.security_and_privacy\\..*",
|
||||||
"screen\\.manage_authorized_spaces\\..*"
|
"screen\\.manage_authorized_spaces\\..*"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : ":features:location:impl",
|
||||||
|
"includeRegex" : [
|
||||||
|
"screen\\.share_location\\..*",
|
||||||
|
"screen\\.view_location\\..*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user