android: mark untranslated texts

This commit is contained in:
JRoberts
2022-10-24 20:48:23 +04:00
parent c58d069fbd
commit e9c321eaad
4 changed files with 9 additions and 9 deletions

View File

@@ -89,7 +89,7 @@ private fun AcceptRequestsLayout(
Spacer(Modifier.height(DEFAULT_PADDING))
if (autoAcceptState.value.enable) {
Text(
stringResource(R.string.section_title_welcome_text), color = HighOrLowlight, style = MaterialTheme.typography.body2,
stringResource(R.string.section_title_welcome_message), color = HighOrLowlight, style = MaterialTheme.typography.body2,
modifier = Modifier.padding(start = DEFAULT_PADDING, bottom = 5.dp), fontSize = 12.sp
)
TextEditor(Modifier.padding(horizontal = DEFAULT_PADDING).height(160.dp), text = welcomeText)

View File

@@ -398,12 +398,12 @@
<string name="if_you_later_delete_address_you_wont_lose_contacts">Wenn Sie diese Adresse später löschen, werden Sie Ihre mit dieser Adresse verbundenen Kontakte nicht verlieren.</string>
<string name="share_link">Link teilen</string>
<string name="delete_address">Adresse löschen</string>
<string name="accept_requests">Accept requests</string>
<!-- AcceptRequestsView.kt -->
<string name="contact_requests">Contact requests</string>
<string name="accept_automatically">Automatically</string>
<string name="section_title_welcome_text">WELCOME TEXT</string>
<string name="contact_requests">***Contact requests</string>
<string name="accept_requests">***Accept requests</string>
<string name="accept_automatically">***Automatically</string>
<string name="section_title_welcome_message">***WELCOME MESSAGE</string>
<!-- User profile details - UserProfileView.kt -->
<string name="display_name__field">Angezeigter Name:</string>

View File

@@ -395,12 +395,12 @@
<string name="if_you_delete_address_you_wont_lose_contacts">Вы можете удалить адрес, сохранив контакты, которые через него соединились.</string>
<string name="share_link">Поделиться\nссылкой</string>
<string name="delete_address">Удалить\nадрес</string>
<string name="accept_requests">Принимать запросы</string>
<!-- AcceptRequestsView.kt -->
<string name="contact_requests">Запросы контактов</string>
<string name="accept_requests">Принимать запросы</string>
<string name="accept_automatically">Автоматически</string>
<string name="section_title_welcome_text">ПРИВЕТСТВЕННЫЙ ТЕКСТ</string>
<string name="section_title_welcome_message">ПРИВЕТСТВЕННОЕ СООБЩЕНИЕ</string>
<!-- User profile details - UserProfileView.kt -->
<string name="display_name__field">Имя профиля:</string>

View File

@@ -398,12 +398,12 @@
<string name="if_you_delete_address_you_wont_lose_contacts">If you delete it - you won\'t lose your contacts made via this address.</string>
<string name="share_link">Share link</string>
<string name="delete_address">Delete address</string>
<string name="accept_requests">Accept requests</string>
<!-- AcceptRequestsView.kt -->
<string name="contact_requests">Contact requests</string>
<string name="accept_requests">Accept requests</string>
<string name="accept_automatically">Automatically</string>
<string name="section_title_welcome_text">WELCOME TEXT</string>
<string name="section_title_welcome_message">WELCOME MESSAGE</string>
<!-- User profile details - UserProfileView.kt -->
<string name="display_name__field">Display name:</string>