mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 08:45:27 +02:00
Added missing strings
This commit is contained in:
parent
16df812ccb
commit
eec27637c6
@ -67,7 +67,7 @@ fun UnitGroupsScreen(
|
|||||||
.detectReorderAfterLongPress(state)
|
.detectReorderAfterLongPress(state)
|
||||||
) {
|
) {
|
||||||
item(key = "enabled") {
|
item(key = "enabled") {
|
||||||
Header(text = "Enabled")
|
Header(text = stringResource(id = R.string.enabled_label))
|
||||||
}
|
}
|
||||||
|
|
||||||
items(shownUnits.value, { it }) { item ->
|
items(shownUnits.value, { it }) { item ->
|
||||||
@ -90,7 +90,7 @@ fun UnitGroupsScreen(
|
|||||||
|
|
||||||
item(key = "disabled") {
|
item(key = "disabled") {
|
||||||
Header(
|
Header(
|
||||||
text = "Disabled",
|
text = stringResource(id = R.string.disabled_label),
|
||||||
modifier = Modifier.animateItemPlacement()
|
modifier = Modifier.animateItemPlacement()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
@ -743,5 +743,7 @@
|
|||||||
<string name="hello_label">Hello!</string>
|
<string name="hello_label">Hello!</string>
|
||||||
<string name="unit_groups_setting">Unit groups</string>
|
<string name="unit_groups_setting">Unit groups</string>
|
||||||
<string name="search_placeholder_button_label">Open settings</string>
|
<string name="search_placeholder_button_label">Open settings</string>
|
||||||
|
<string name="enabled_label">Enabled</string>
|
||||||
|
<string name="disabled_label">Disabled</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
@ -678,5 +678,7 @@
|
|||||||
<string name="hello_label">Привет!</string>
|
<string name="hello_label">Привет!</string>
|
||||||
<string name="unit_groups_setting">Группы величин</string>
|
<string name="unit_groups_setting">Группы величин</string>
|
||||||
<string name="search_placeholder_button_label">Открыть настройки</string>
|
<string name="search_placeholder_button_label">Открыть настройки</string>
|
||||||
|
<string name="enabled_label">Включено</string>
|
||||||
|
<string name="disabled_label">Отключено</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
@ -1007,6 +1007,8 @@
|
|||||||
<string name="search_placeholder_button_label">Open settings</string>
|
<string name="search_placeholder_button_label">Open settings</string>
|
||||||
<string name="search_placeholder_secondary">Make sure there are no typos, try different filters or check for disabled unit groups.</string>
|
<string name="search_placeholder_secondary">Make sure there are no typos, try different filters or check for disabled unit groups.</string>
|
||||||
<string name="hello_label">Hello!</string>
|
<string name="hello_label">Hello!</string>
|
||||||
|
<string name="enabled_label">Enabled</string>
|
||||||
|
<string name="disabled_label">Disabled</string>
|
||||||
|
|
||||||
<!--Content descriptions-->
|
<!--Content descriptions-->
|
||||||
<string name="navigate_up_description">Navigate up</string>
|
<string name="navigate_up_description">Navigate up</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user