Sync Strings - add translations to Finnish (#3883)

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
This commit is contained in:
ElementBot 2024-11-18 11:37:17 +00:00 committed by GitHub
parent 589c58a669
commit bc59a70043
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
223 changed files with 2783 additions and 1162 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="troubleshoot_notifications_screen_action">"Suorita testit"</string>
<string name="troubleshoot_notifications_screen_action_again">"Suorita testit uudelleen"</string>
<string name="troubleshoot_notifications_screen_failure">"Osa testeistä epäonnistui. Tarkista tiedot."</string>
<string name="troubleshoot_notifications_screen_notice">"Suorita testit havaitaksesi konfiguraatiossasi olevat ongelmat, joiden vuoksi ilmoitukset eivät ehkä toimi odotetulla tavalla."</string>
<string name="troubleshoot_notifications_screen_quick_fix_action">"Yritä korjata"</string>
<string name="troubleshoot_notifications_screen_success">"Kaikki testit läpäistiin onnistuneesti."</string>
<string name="troubleshoot_notifications_screen_title">"Ilmoitusten vianmääritys"</string>
<string name="troubleshoot_notifications_screen_waiting">"Jotkin testit vaativat huomiotasi. Tarkista tiedot."</string>
</resources>

View file

@ -2,10 +2,10 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="troubleshoot_notifications_screen_action">"Запустити тести"</string>
<string name="troubleshoot_notifications_screen_action_again">"Запустити тести знову"</string>
<string name="troubleshoot_notifications_screen_failure">"Деякі тести не пройшли. Будь ласка, перегляньте деталі."</string>
<string name="troubleshoot_notifications_screen_failure">"Деякі тести не пройдено. Перегляньте подробиці."</string>
<string name="troubleshoot_notifications_screen_notice">"Запустіть тести, щоб виявити будь-яку проблему у вашій конфігурації, через яку сповіщення можуть не працювати належним чином."</string>
<string name="troubleshoot_notifications_screen_quick_fix_action">"Спробувати виправити"</string>
<string name="troubleshoot_notifications_screen_success">"Всі тести пройшли успішно."</string>
<string name="troubleshoot_notifications_screen_success">"Всі тести успішно пройдено."</string>
<string name="troubleshoot_notifications_screen_title">"Усунення неполадок сповіщень"</string>
<string name="troubleshoot_notifications_screen_waiting">"Деякі тести вимагають вашої уваги. Будь ласка, перегляньте деталі."</string>
<string name="troubleshoot_notifications_screen_waiting">"Деякі тести вимагають вашої уваги. Перегляньте подробиці."</string>
</resources>