reordering some strings

This commit is contained in:
Tibor Kaputa 2021-12-08 14:52:26 +01:00 committed by GitHub
parent c0b85bcd5c
commit 219513707b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,29 +5,69 @@
<string name="time_zone">Ajavöönd</string>
<string name="vibrate">Vibreeri</string>
<string name="label">Silt</string>
<string name="no_days_selected">Ühtegi päeva pole valitud</string>
<string name="timer">Taimer</string>
<string name="lap">Lap</string>
<string name="stopwatch_stopped">Stopper on kinni</string>
<string name="timer_stopped">Taimer on peatunud</string>
<string name="max_reminder_duration">Meeldetuletuse suurim kestus</string>
<string name="time_expired">Aeg on läbi</string>
<string name="clock_and_date">Kell ja kuupäev</string>
<string name="use_text_shadow">Kasuta tekstivarju</string>
<string name="swipe_right_to_dismiss">Swipe right to Dismiss, or left to Snooze.</string>
<string name="sort_by_creation_order">Loomise järjekord</string>
<string name="sort_by_alarm_time">Äratuse aeg</string>
<!--Timer-->
<string name="timers_notification_msg">Taimerid töötavad</string>
<string name="timer_single_notification_label_msg">%s taimer töötab</string>
<string name="new_timer">Uus taimer</string>
<plurals name="timer_notification_msg">
<item quantity="one">%d taimer töötab</item>
<item quantity="other">%d taimerit töötavad</item>
</plurals>
<!-- Settings -->
<string name="clock_tab">Kella vahekaart</string>
<string name="alarm_tab">Äratuskella vahekaart</string>
<string name="stopwatch_tab">Stopperi vahekaart</string>
<string name="timer_tab">Taimeri vahekaart</string>
<string name="increase_volume_gradually">Suurenda heli valjust järk-järgult</string>
<string name="app_title">Lihtne kell - paindlik multifunktsionaalne rakendus</string>
<string name="app_short_description">Pakub kella, äratuskella, stopperi ja taimeri kasutamise võimalusi.</string>
<string name="no_days_selected">Ühtegi päeva pole valitud</string>
<string name="timer">Taimer</string>
<string name="show_seconds">Näita sekundeid</string>
<string name="timers_notification_msg">Taimerid töötavad</string>
</resources>
<string name="increase_volume_gradually">Suurenda heli valjust järk-järgult</string>
<!-- FAQ -->
<string name="faq_1_title">How can I change lap sorting at the stopwatch tab?</string>
<string name="faq_1_text">Just click on any of the columns, that will make the laps be sorted by the given column. With additional clicks you can toggle between ascending and descending sorting.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Lihtne kell - paindlik multifunktsionaalne rakendus</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Pakub kella, äratuskella, stopperi ja taimeri kasutamise võimalusi.</string>
<string name="app_long_description">
The app has multiple functions related to timing.
At the clock you can enable displaying times from other timezones, or use the simple, but customizable clock widget. The text color of the widget can be customized, as well as the color and the alpha of the background.
The alarm contains all the expected features as day selecting, vibration toggling, ringtone selecting, snooze or adding a custom label.
With the stopwatch you can easily measure a longer period of time, or individual laps. You can sort the laps by lap time, it contains optional vibrations on button presses too, just to let you know that the button was pressed, even if you cannot look at the device.
You can easily setup a timer to be notified of some event. You can both change its ringtone, or toggle vibrations.
Additional features include for example preventing the device from falling asleep while the app is in foreground.
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
<b>Check out the full suite of Simple Tools here:</b>
https://www.simplemobiletools.com
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>