Merge pull request #360 from weblate/weblate-simple-mobile-tools-simple-clock

Translations update from Hosted Weblate
This commit is contained in:
Tibor Kaputa 2022-07-03 14:59:48 +02:00 committed by GitHub
commit 192df0f501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 105 additions and 52 deletions

View file

@ -0,0 +1,81 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Simple Clock</string>
<string name="app_launcher_name">Clock</string>
<string name="time_zone">Time zone</string>
<string name="vibrate">Vibrate</string>
<string name="no_days_selected">No days selected</string>
<string name="clock">Clock</string>
<string name="timer">Timer</string>
<string name="stopwatch">Stopwatch</string>
<string name="lap">Lap</string>
<string name="stopwatch_stopped">Stopwatch has been stopped</string>
<string name="timer_stopped">Timer has been stopped</string>
<string name="max_reminder_duration">Max reminder duration</string>
<string name="time_expired">Time expired</string>
<string name="clock_and_date">Clock and date</string>
<string name="use_text_shadow">Use text shadow</string>
<string name="swipe_right_to_dismiss">Swipe right to Dismiss, or left to Snooze.</string>
<string name="sort_by_creation_order">Creation order</string>
<string name="sort_by_alarm_time">Alarm time</string>
<string name="sort_by_day_and_alarm_time">Day and Alarm time</string>
<string name="analogue_clock">Analogue clock</string>
<string name="digital_clock">Digital clock</string>
<!--Timer-->
<string name="timers_notification_msg">Timers are running</string>
<string name="timer_single_notification_label_msg">Timer for %s is running</string>
<string name="new_timer">New Timer</string>
<plurals name="timer_notification_msg">
<item quantity="one">%d timer is running</item>
<item quantity="other">%d timers are running</item>
</plurals>
<!-- Settings -->
<string name="clock_tab">Clock tab</string>
<string name="alarm_tab">Alarm tab</string>
<string name="stopwatch_tab">Stopwatch tab</string>
<string name="timer_tab">Timer tab</string>
<string name="show_seconds">Show seconds</string>
<string name="increase_volume_gradually">Increase volume gradually</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">Simple Clock - A flexible multifunctional app</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">A combination of a clock, alarm, stopwatch and timer.</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>

View file

@ -1,37 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Jednostavan sat</string>
<string name="app_launcher_name">Sat</string>
<string name="time_zone">Vremenska zona</string>
<string name="vibrate">Vibriraj</string>
<string name="no_days_selected">Nije odabran nijedan dan</string>
<string name="clock">Clock</string>
<string name="clock">Sat</string>
<string name="timer">Brojač</string>
<string name="stopwatch">Stopwatch</string>
<string name="lap">Krug</string>
<string name="stopwatch">Štoperica</string>
<string name="lap">Runda</string>
<string name="stopwatch_stopped">Štoperica je zaustavljena</string>
<string name="timer_stopped">Brojač je zaustavljen</string>
<string name="max_reminder_duration">Maksimalno trajanje podsjetnika</string>
<string name="time_expired">Vrijeme je isteklo</string>
<string name="clock_and_date">Datum i vrijeme</string>
<string name="use_text_shadow">Upotrijebite sjenu teksta</string>
<string name="swipe_right_to_dismiss">Prijeđite prstom udesno da bi odbacili ili ulijevo da bi odgodili.</string>
<string name="sort_by_creation_order">Creation order</string>
<string name="sort_by_alarm_time">Alarm time</string>
<string name="sort_by_day_and_alarm_time">Day and Alarm time</string>
<string name="analogue_clock">Analogue clock</string>
<string name="digital_clock">Digital clock</string>
<string name="use_text_shadow">Koristi sjenu teksta</string>
<string name="swipe_right_to_dismiss">Povuci prstom udesno za odbacivanje ili ulijevo za odgađanje.</string>
<string name="sort_by_creation_order">Redoslijed stvaranja</string>
<string name="sort_by_alarm_time">Vrijeme alarma</string>
<string name="sort_by_day_and_alarm_time">Dan i vrijeme alarma</string>
<string name="analogue_clock">Analogni sat</string>
<string name="digital_clock">Digitalni sat</string>
<!--Timer-->
<string name="timers_notification_msg">Timers are running</string>
<string name="timer_single_notification_label_msg">Timer for %s is running</string>
<string name="new_timer">New Timer</string>
<string name="timers_notification_msg">Brojači su pokrenuti</string>
<string name="timer_single_notification_label_msg">Brojač za %s je pokrenut</string>
<string name="new_timer">Novi brojač</string>
<plurals name="timer_notification_msg">
<item quantity="one">%d timer is running</item>
<item quantity="few">%d timers are running</item>
<item quantity="other">%d timers are running</item>
<item quantity="one">%d brojač je pokrenut</item>
<item quantity="few">%d brojača su pokrenuta</item>
<item quantity="other">%d brojača je pokrenuto</item>
</plurals>
<!-- Settings -->
<string name="clock_tab">Kartica sata</string>
<string name="alarm_tab">Kartica alarma</string>
@ -39,43 +37,17 @@
<string name="timer_tab">Kartica brojača</string>
<string name="show_seconds">Prikaži sekunde</string>
<string name="increase_volume_gradually">Postupno povećavaj glasnoću</string>
<!-- FAQ -->
<string name="faq_1_title">Kako mogu promijeniti sortiranje krugova na kartici štoperice?</string>
<string name="faq_1_text">Jednostavno kliknite bilo koji od stupaca, time će krugovi biti razvrstani po danom stupcu. Uz dodatne klikove možete prebacivati između uzlaznog i silaznog sortiranja.</string>
<string name="faq_1_title">Kako mogu promijeniti razvrstavanje rundi na kartici štoperice\?</string>
<string name="faq_1_text">Jednostavno pritisni bilo koji stupac. Time će se runde razvrstati po zadanom stupcu. Dodatnim pritiskanjem stupca možeš mijenjati između uzlaznog i silaznog razvrstavanja.</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">Simple Clock - A flexible multifunctional app</string>
<string name="app_title">Jednostavan sat Multifunkcionalna aplikacija</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Kombinacija sata, alarma, štoperice i brojača.</string>
<string name="app_long_description">
Aplikacija ima više funkcija povezanih s vremenom.
Sat vam omogućuje prikaz vremena u nekoliko vremenskih zona. To uključuje jednostavan i prilagodljiv widget, gdje je moguće promijeniti boju fonta, pozadinu, kao i transparentnost.
Alarm sadrži sve očekivane značajke kao odabir dana, uključivanje/isključivanje vibracije, odabir zvona, odgodu ili dodavanje prilagođene oznake.
Štoperica mjeri bilo jedno vrijeme ili vrijeme kruga. Moguće je sortirati po trajanju kruga, a Vaš uređaj može vibrirati kod pritiska na gumb, kako bi Vas obavijestio da je gumb pritisnut bez gledanja na zaslon.
Jednostavno možete podesiti brojač koji će Vas obavijestiti o nekom događaju. Možete promijeniti i njegov zvuk zvona ili uključiti/isključiti vibracije.
Aplikacija također ima neke dodatne funkcije, kao što je sprečavanje spavanja uređaja sve dok se aplikacija nalazi u prvom planu.
Ne sadrži oglase ili nepotrebne dozvole. Aplikacije je otvorenog koda, pruža prilagodljive boje.
<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>
<string name="app_long_description"> Aplikacija ima više funkcija povezanih s vremenom. Koristi sat za prikaz vremena raznih vremenskih zona ili koristi jednostavan i prilagodljiv widget sata. Boja fonta widgeta kao i transparentnost pozadine se mogu prilagoditi. Alarm sadrži sve očekivane značajke kao što su biranje dana, uključivanje/isključivanje vibracije, biranje zvona, odgodu ili dodavanje prilagođene oznake. Štoperica mjeri vrijeme ili pojedinačne runde. Runde se mogu razvrstati po trajanju. Postavi vibraciju uređaja za pritiskanje gumba, kao obavijest da je gumb pritisnut kad ne vidiš ekran. Postavi brojač za obavještavanje o nekom događaju. Promijeni zvuk zvona ili uključi/isključi vibracije. Aplikacija također ima neke dodatne funkcije, kao što je sprečavanje spavanja uređaja dok je aplikacija aktivna. Ne sadrži oglase ili nepotrebne dozvole. Aplikacije je otvorenog koda, pruža prilagodljive boje. <b>Pogledaj cijeli paket „Jednostavni alati” ovdje:</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>
</resources>

View file

@ -18,7 +18,7 @@
<string name="swipe_right_to_dismiss">Deslize para a direita para dispensar ou para a esquerda para adiar.</string>
<string name="sort_by_creation_order">Ordem de criação</string>
<string name="sort_by_alarm_time">Hora do alarme</string>
<string name="sort_by_day_and_alarm_time">Day and Alarm time</string>
<string name="sort_by_day_and_alarm_time">Dia e hora do alarme</string>
<string name="analogue_clock">Relógio analógico</string>
<string name="digital_clock">Relógio digital</string>
<!--Timer-->
@ -49,4 +49,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>