From 0534a087799e2f2faf2474f918d1cd3a8a2180b7 Mon Sep 17 00:00:00 2001 From: Revertron Date: Mon, 7 Nov 2022 23:25:23 +0100 Subject: [PATCH] Found untranslated strings. --- app/src/main/res/layout/activity_settings.xml | 22 +++++++++---------- app/src/main/res/values-ru/strings.xml | 8 +++++++ app/src/main/res/values/strings.xml | 8 +++++++ 3 files changed, 27 insertions(+), 11 deletions(-) diff --git a/app/src/main/res/layout/activity_settings.xml b/app/src/main/res/layout/activity_settings.xml index 5d79ce2..080fe32 100644 --- a/app/src/main/res/layout/activity_settings.xml +++ b/app/src/main/res/layout/activity_settings.xml @@ -26,7 +26,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="8pt" - android:text="Settings" + android:text="@string/main_settings" android:textColor="?attr/textDefault" android:textSize="24sp" android:textStyle="bold" /> @@ -57,7 +57,7 @@ android:layout_marginRight="8pt" android:layout_marginBottom="2pt" android:alpha="0.7" - android:text="Node Info" + android:text="@string/node_info" android:textAllCaps="true" android:textAppearance="@style/TextAppearance.AppCompat.Small" android:textSize="12sp" /> @@ -93,7 +93,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center" - android:text="Device Name" + android:text="@string/device_name" android:textColor="?attr/textDefault" /> @@ -140,7 +140,7 @@ android:layout_marginBottom="2pt" android:alpha="0.7" android:paddingRight="8pt" - android:text="Public Key" + android:text="@string/public_key" android:textAllCaps="true" android:textAppearance="@style/TextAppearance.AppCompat.Small" android:textSize="12sp" /> @@ -180,7 +180,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:fontFamily="monospace" - android:text="Public Key" + android:text="@string/public_key" android:textSize="14sp" /> @@ -198,7 +198,7 @@ android:layout_marginBottom="4pt" android:alpha="0.7" android:paddingRight="8pt" - android:text="Your public key forms your identity on the network. It is safe to be shared." + android:text="@string/public_key_hint" android:textAllCaps="false" android:textAppearance="@style/TextAppearance.AppCompat.Small" android:textSize="12sp" /> @@ -217,7 +217,7 @@ android:layout_marginBottom="2pt" android:alpha="0.7" android:paddingRight="8pt" - android:text="Reset" + android:text="@string/settings_reset" android:textAllCaps="true" android:textAppearance="@style/TextAppearance.AppCompat.Small" android:textSize="12sp" /> @@ -251,7 +251,7 @@ @@ -266,7 +266,7 @@ android:layout_marginRight="8pt" android:alpha="0.7" android:paddingRight="8pt" - android:text="Resetting will overwrite with newly generated configuration. Your public keys and IP address on the network will change." + android:text="@string/reset_configuration_hint" android:textAllCaps="false" android:textAppearance="@style/TextAppearance.AppCompat.Small" android:textSize="12sp" /> diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index c88f553..2ecf1db 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -57,4 +57,12 @@ Искать пиров через multicast Yggdrasil будет пытаться подключаться к этим пирам автоматически. Если вы добавите несколько пиров, ваше устройство может быть использовано для переноса данных между другими узлами сети. Чтобы этого избежать настройте только один пир. Пиры могут быть найдены с помощью Multicast если они находятся в той же Wi-Fi сети, либо через USB. Трафик в мобильной сети может быть платным. Вы можете отключить мобильные данные в настройках устройства. + Об узле + Название устройства + Нажмите для изменения + Эта информация публична и может появиться на картах сети. + Публичный ключ + Ваш публичный ключ идентифицирует вас в сети. Его распространение безопасно. + Сбросить настройки + Сброс создаст полностью новые настройки. Это изменит ваш публичный ключ и адрес IP. \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 34a691e..4b169d7 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -57,4 +57,12 @@ Search for multicast peers Yggdrasil will automatically attempt to connect to configured peers when started. If you configure more than one peer, your device may carry traffic on behalf of other network nodes. Avoid this by configuring only a single peer. Multicast peers will be discovered on the same Wi-Fi network or via USB. Data charges may apply when using mobile data. You can prevent data usage in the device settings. + Node Info + Device Name + Tap to edit + Information entered here is public and may be shown on network maps. + Public Key + Your public key forms your identity on the network. It is safe to be shared. + Reset configuration + Resetting will overwrite with newly generated configuration. Your public keys and IP address on the network will change. \ No newline at end of file