fix: fixed translations

This commit is contained in:
2026-06-15 17:31:53 +03:00
parent 4b840bf87d
commit e50d0bf4ce
5 changed files with 7 additions and 7 deletions
@@ -29,7 +29,7 @@ class MessagesReceiver : WearableListenerService() {
db.addCards(cards)
Handler(Looper.getMainLooper()).post {
Toast.makeText(this, this.getString(R.string.database_updated), Toast.LENGTH_SHORT).show()
Toast.makeText(this, this.getString(R.string.sync_is_successful), Toast.LENGTH_SHORT).show()
val intent = Intent(this, MainActivity::class.java).apply {
flags = Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_CLEAR_TOP
+1 -1
View File
@@ -1,7 +1,7 @@
<resources>
<string name="sync_with_mobile_app_to_get_started">Синхронизируйте с мобильным приложением для начала работы</string>
<string name="database_updated">База данных обновлена!</string>
<string name="sync_is_successful">Успешная синхронизация</string>
<string name="failed_to_generate_card_code">Не удалось сгенерировать код карты. Проверьте данные</string>
</resources>
+1 -1
View File
@@ -3,7 +3,7 @@
<string name="sync_with_mobile_app_to_get_started">Sync with mobile APP to get started</string>
<string name="database_updated">Database updated!</string>
<string name="sync_is_successful">Successfully synced</string>
<string name="failed_to_generate_card_code">Failed to generate card code. Check the card data</string>
</resources>