Merge pull request #371 from weblate/weblate-simple-mobile-tools-simple-sms-messenger

Translations update from Hosted Weblate
This commit is contained in:
Tibor Kaputa 2022-07-04 22:07:03 +02:00 committed by GitHub
commit cc751c9092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 265 additions and 79 deletions

View File

@ -0,0 +1,78 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Simple SMS Messenger</string>
<string name="app_launcher_name">Паведамленні</string>
<string name="type_a_message">Type a message…</string>
<string name="message_not_sent_short">Message not sent</string>
<string name="message_not_sent_touch_retry">Not sent. Touch to retry.</string>
<string name="message_sending_error">Your message to \'%s\' has not been sent</string>
<string name="add_person">Add Person</string>
<string name="attachment">Далучэнне</string>
<string name="no_conversations_found">Захаваныя размовы не знойдзены</string>
<string name="start_conversation">Пачаць размову</string>
<string name="reply">Reply</string>
<string name="show_character_counter">Show a character counter at writing messages</string>
<string name="loading_messages">Загрузка паведамленняў…</string>
<string name="no_reply_support">Sender doesn\'t support replies</string>
<string name="draft">Чарнавік</string>
<string name="sending">Sending…</string>
<string name="pin_conversation">Pin to the top</string>
<string name="unpin_conversation">Unpin</string>
<string name="forward_message">Forward</string>
<string name="compress_error">Unable to compress image to selected size</string>
<!-- New conversation -->
<string name="new_conversation">Новая размова</string>
<string name="add_contact_or_number">Add Contact or Number…</string>
<string name="suggestions">Прапановы</string>
<!-- Notifications -->
<string name="channel_received_sms">Received SMS</string>
<string name="new_message">Новае паведамленне</string>
<string name="mark_as_read">Mark as Read</string>
<string name="mark_as_unread">Mark as Unread</string>
<string name="me">Me</string>
<!-- Confirmation dialog -->
<string name="delete_whole_conversation_confirmation">Выдаліць усе паведамленні ў гэтай размове\?</string>
<!-- Are you sure you want to delete 5 conversations? -->
<plurals name="delete_conversations">
<item quantity="one">%d размову</item>
<item quantity="few">%d размовы</item>
<item quantity="many">%d размоў</item>
<item quantity="other">%d размоў</item>
</plurals>
<!-- Are you sure you want to delete 5 messages? -->
<plurals name="delete_messages">
<item quantity="one">%d паведамленне</item>
<item quantity="few">%d паведамлення</item>
<item quantity="many">%d паведамленняў</item>
<item quantity="other">%d паведамленняў</item>
</plurals>
<!-- Settings -->
<string name="lock_screen_visibility">Lock screen notification visibility</string>
<string name="sender_and_message">Sender and message</string>
<string name="sender_only">Sender only</string>
<string name="enable_delivery_reports">Enable delivery reports</string>
<string name="use_simple_characters">Remove accents and diacritics at sending messages</string>
<string name="mms_file_size_limit">Resize sent MMS images</string>
<string name="mms_file_size_limit_none">No limit</string>
<string name="outgoing_messages">Outgoing messages</string>
<string name="group_message_mms">Send group messages as MMS</string>
<string name="send_long_message_mms">Send long messages as MMS</string>
<!-- Export / Import -->
<string name="messages">Паведамленні</string>
<string name="export_messages">Экспартаваць паведамленні</string>
<string name="export_sms">Экспартаваць SMS</string>
<string name="export_mms">Экспартаваць MMS</string>
<string name="import_messages">Імпартаваць паведамленні</string>
<string name="import_sms">Імпартаваць SMS</string>
<string name="import_mms">Імпартаваць MMS</string>
<string name="no_option_selected">You have to select at least one item</string>
<!-- FAQ -->
<string name="faq_1_title">Why does the app require access to the internet\?</string>
<string name="faq_1_text">Sadly it is needed for sending MMS attachments. Not being able to send MMS would be a really huge disadvantage compared to other apps, so we decided to go this way. However, as usually, there are no ads, tracking or analytics whatsoever, the internet is used only for sending MMS.</string>
<string name="faq_2_title">The other end is not receiving my MMS, is there anything I can do about it\?</string>
<string name="faq_2_text">MMS size is limited by carriers, you can try setting a smaller limit in the app settings.</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,98 +1,80 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Simple SMS Messenger</string>
<string name="app_launcher_name">SMS Messenger</string>
<string name="type_a_message">Type a message</string>
<string name="message_not_sent_short">Message not sent</string>
<string name="message_not_sent_touch_retry">Not sent. Touch to retry.</string>
<string name="message_sending_error">Your message to \'%s\' has not been sent</string>
<string name="add_person">Add Person</string>
<string name="attachment">Attachment</string>
<string name="app_name">Jadnostavan SMS messenger</string>
<string name="app_launcher_name">SMS messenger</string>
<string name="type_a_message">Upiši poruku</string>
<string name="message_not_sent_short">Poruka nije poslana</string>
<string name="message_not_sent_touch_retry">Nije poslana. Dodirni za ponovni pokušaj.</string>
<string name="message_sending_error">Tvoja poruka „%s” nije poslana</string>
<string name="add_person">Dodaj osobu</string>
<string name="attachment">Prilog</string>
<string name="no_conversations_found">No stored conversations have been found</string>
<string name="start_conversation">Start a conversation</string>
<string name="reply">Reply</string>
<string name="show_character_counter">Show a character counter at writing messages</string>
<string name="loading_messages">Loading messages</string>
<string name="no_reply_support">Sender doesn\'t support replies</string>
<string name="draft">Draft</string>
<string name="sending">Sending</string>
<string name="pin_conversation">Pin to the top</string>
<string name="unpin_conversation">Unpin</string>
<string name="forward_message">Forward</string>
<string name="compress_error">Unable to compress image to selected size</string>
<string name="start_conversation">Počni konverzaciju</string>
<string name="reply">Odgovori</string>
<string name="show_character_counter">Prikaži brojač riječi tijekom pisanja poruke</string>
<string name="loading_messages">Učitavanje poruka </string>
<string name="no_reply_support">Pošiljatelj ne podržava odgovore</string>
<string name="draft">Skica</string>
<string name="sending">Slanje </string>
<string name="pin_conversation">Prikvači na vrh</string>
<string name="unpin_conversation">Otkvači</string>
<string name="forward_message">Proslijedi</string>
<string name="compress_error">Isključi za komprimiranje slike na odabranu veličinu</string>
<!-- New conversation -->
<string name="new_conversation">New conversation</string>
<string name="add_contact_or_number">Add Contact or Number</string>
<string name="suggestions">Suggestions</string>
<string name="new_conversation">Nova konverzacija</string>
<string name="add_contact_or_number">Dodaj kontakt ili broj </string>
<string name="suggestions">Prijedlozi</string>
<!-- Notifications -->
<string name="channel_received_sms">Received SMS</string>
<string name="new_message">New message</string>
<string name="mark_as_read">Mark as Read</string>
<string name="mark_as_unread">Mark as Unread</string>
<string name="me">Me</string>
<string name="channel_received_sms">Primljene SMS poruke</string>
<string name="new_message">Nova poruka</string>
<string name="mark_as_read">Označi kao pročitano</string>
<string name="mark_as_unread">Označi kao nepročitano</string>
<string name="me">Ja</string>
<!-- Confirmation dialog -->
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation?</string>
<string name="delete_whole_conversation_confirmation">Stvarno želiš izbrisati sve poruke ove konverzacije\?</string>
<!-- Are you sure you want to delete 5 conversations? -->
<plurals name="delete_conversations">
<item quantity="one">%d conversation</item>
<item quantity="other">%d conversations</item>
<item quantity="one">%d konverzacija</item>
<item quantity="few">%d konverzacije</item>
<item quantity="other">%d konverzacija</item>
</plurals>
<!-- Are you sure you want to delete 5 messages? -->
<plurals name="delete_messages">
<item quantity="one">%d message</item>
<item quantity="other">%d messages</item>
<item quantity="one">%d poruka</item>
<item quantity="few">%d poruke</item>
<item quantity="other">%d poruka</item>
</plurals>
<!-- Settings -->
<string name="lock_screen_visibility">Lock screen notification visibility</string>
<string name="sender_and_message">Sender and message</string>
<string name="sender_only">Sender only</string>
<string name="enable_delivery_reports">Enable delivery reports</string>
<string name="use_simple_characters">Remove accents and diacritics at sending messages</string>
<string name="mms_file_size_limit">Resize sent MMS images</string>
<string name="mms_file_size_limit_none">No limit</string>
<string name="outgoing_messages">Outgoing messages</string>
<string name="group_message_mms">Send group messages as MMS</string>
<string name="send_long_message_mms">Send long messages as MMS</string>
<string name="lock_screen_visibility">Zaključaj vidljivost ekranskih obavijesti</string>
<string name="sender_and_message">Pošiljatelj u poruka</string>
<string name="sender_only">Samo pošiljatelj</string>
<string name="enable_delivery_reports">Uključi izvještaje o dostavi</string>
<string name="use_simple_characters">Ukloni naglaske i dijakritičke znakove pri slanju poruka</string>
<string name="mms_file_size_limit">Promijeni veličinu poslanih MMS slika</string>
<string name="mms_file_size_limit_none">Bez ograničenja</string>
<string name="outgoing_messages">Izlazne poruke</string>
<string name="group_message_mms">Pošalji poruku za grupu kao MMS</string>
<string name="send_long_message_mms">Pošalji dugačku poruku kao MMS</string>
<!-- Export / Import -->
<string name="messages">Messages</string>
<string name="export_messages">Export messages</string>
<string name="export_sms">Export SMS</string>
<string name="export_mms">Export MMS</string>
<string name="import_messages">Import messages</string>
<string name="import_sms">Import SMS</string>
<string name="import_mms">Import MMS</string>
<string name="no_option_selected">You have to select at least one item</string>
<string name="messages">Poruke</string>
<string name="export_messages">Izvezi poruke</string>
<string name="export_sms">Izvezi SMS poruke</string>
<string name="export_mms">Izvezi MMS poruke</string>
<string name="import_messages">Uvezi poruke</string>
<string name="import_sms">Uvezi SMS poruke</string>
<string name="import_mms">Uvezi MMS poruke</string>
<string name="no_option_selected">Moraš odabrati barem jednu stavku</string>
<!-- FAQ -->
<string name="faq_1_title">Why does the app require access to the internet?</string>
<string name="faq_1_text">Sadly it is needed for sending MMS attachments. Not being able to send MMS would be a really huge disadvantage compared to other apps, so we decided to go this way.
However, as usually, there are no ads, tracking or analytics whatsoever, the internet is used only for sending MMS.</string>
<string name="faq_2_title">The other end is not receiving my MMS, is there anything I can do about it?</string>
<string name="faq_1_title">Why does the app require access to the internet\?</string>
<string name="faq_1_text">Sadly it is needed for sending MMS attachments. Not being able to send MMS would be a really huge disadvantage compared to other apps, so we decided to go this way. However, as usually, there are no ads, tracking or analytics whatsoever, the internet is used only for sending MMS.</string>
<string name="faq_2_title">The other end is not receiving my MMS, is there anything I can do about it\?</string>
<string name="faq_2_text">MMS size is limited by carriers, you can try setting a smaller limit in the app settings.</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 SMS Messenger - Manage messages easily</string>
<string name="app_title">Jadnostavan SMS messenger Upravljaj porukama</string>
<!-- Short description has to have max 80 characters -->
<string name="app_short_description">An easy and quick way of managing SMS and MMS messages without ads.</string>
<string name="app_long_description">
A great way to stay in touch with your relatives, by sending both SMS and MMS messages. The app properly handles group messaging too, just like blocking numbers from Android 7+.
It offers many date formats to choose from, to make you feel comfortable at using it. You can toggle between 12 and 24 hours time format too.
It has a really tiny app size compared to the competition, making it really fast to download.
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
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>
<string name="app_short_description">Jednostavan i brz način upravljanja SMS i MMS porukama bez oglasa.</string>
<string name="app_long_description"> A great way to stay in touch with your relatives, by sending both SMS and MMS messages. The app properly handles group messaging too, just like blocking numbers from Android 7+. It offers many date formats to choose from, to make you feel comfortable at using it. You can toggle between 12 and 24 hours time format too. It has a really tiny app size compared to the competition, making it really fast to download. Aplikacija je izrađena u material-dizajnu i standardno koristi tamnu temu, pruža izvrsno korisničko iskustvo za jednostavnu upotrebu. Nedostatak pristupa internetu pruža bolju privatnost, sigurnost i stabilnost od drugih aplikacija. Ne sadrži oglase niti nepotrebne dozvole. Potpuno 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

View File

@ -0,0 +1,100 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Simple SMS Messenger</string>
<string name="app_launcher_name">SMS Messenger</string>
<string name="type_a_message">Type a message…</string>
<string name="message_not_sent_short">Message not sent</string>
<string name="message_not_sent_touch_retry">Not sent. Touch to retry.</string>
<string name="message_sending_error">Your message to \'%s\' has not been sent</string>
<string name="add_person">Add Person</string>
<string name="attachment">Attachment</string>
<string name="no_conversations_found">No stored conversations have been found</string>
<string name="start_conversation">Start a conversation</string>
<string name="reply">Reply</string>
<string name="show_character_counter">Show a character counter at writing messages</string>
<string name="loading_messages">Loading messages…</string>
<string name="no_reply_support">Sender doesn\'t support replies</string>
<string name="draft">Draft</string>
<string name="sending">Sending…</string>
<string name="pin_conversation">Pin to the top</string>
<string name="unpin_conversation">Unpin</string>
<string name="forward_message">Forward</string>
<string name="compress_error">Unable to compress image to selected size</string>
<!-- New conversation -->
<string name="new_conversation">New conversation</string>
<string name="add_contact_or_number">Add Contact or Number…</string>
<string name="suggestions">Suggestions</string>
<!-- Notifications -->
<string name="channel_received_sms">Received SMS</string>
<string name="new_message">New message</string>
<string name="mark_as_read">Mark as Read</string>
<string name="mark_as_unread">Mark as Unread</string>
<string name="me">Me</string>
<!-- Confirmation dialog -->
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation?</string>
<!-- Are you sure you want to delete 5 conversations? -->
<plurals name="delete_conversations">
<item quantity="one">%d conversation</item>
<item quantity="other">%d conversations</item>
</plurals>
<!-- Are you sure you want to delete 5 messages? -->
<plurals name="delete_messages">
<item quantity="one">%d message</item>
<item quantity="other">%d messages</item>
</plurals>
<!-- Settings -->
<string name="lock_screen_visibility">Lock screen notification visibility</string>
<string name="sender_and_message">Sender and message</string>
<string name="sender_only">Sender only</string>
<string name="enable_delivery_reports">Enable delivery reports</string>
<string name="use_simple_characters">Remove accents and diacritics at sending messages</string>
<string name="mms_file_size_limit">Resize sent MMS images</string>
<string name="mms_file_size_limit_none">No limit</string>
<string name="outgoing_messages">Outgoing messages</string>
<string name="group_message_mms">Send group messages as MMS</string>
<string name="send_long_message_mms">Send long messages as MMS</string>
<!-- Export / Import -->
<string name="messages">Messages</string>
<string name="export_messages">Export messages</string>
<string name="export_sms">Export SMS</string>
<string name="export_mms">Export MMS</string>
<string name="import_messages">Import messages</string>
<string name="import_sms">Import SMS</string>
<string name="import_mms">Import MMS</string>
<string name="no_option_selected">You have to select at least one item</string>
<!-- FAQ -->
<string name="faq_1_title">Why does the app require access to the internet?</string>
<string name="faq_1_text">Sadly it is needed for sending MMS attachments. Not being able to send MMS would be a really huge disadvantage compared to other apps, so we decided to go this way.
However, as usually, there are no ads, tracking or analytics whatsoever, the internet is used only for sending MMS.</string>
<string name="faq_2_title">The other end is not receiving my MMS, is there anything I can do about it?</string>
<string name="faq_2_text">MMS size is limited by carriers, you can try setting a smaller limit in the app settings.</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 SMS Messenger - Manage messages easily</string>
<!-- Short description has to have max 80 characters -->
<string name="app_short_description">An easy and quick way of managing SMS and MMS messages without ads.</string>
<string name="app_long_description">
A great way to stay in touch with your relatives, by sending both SMS and MMS messages. The app properly handles group messaging too, just like blocking numbers from Android 7+.
It offers many date formats to choose from, to make you feel comfortable at using it. You can toggle between 12 and 24 hours time format too.
It has a really tiny app size compared to the competition, making it really fast to download.
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
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

@ -8,7 +8,7 @@ Viene fornito con il material design e il tema scuro per impostazione predefinit
Non contiene annunci o autorizzazioni non necessarie. È completamente opensource, fornisce colori personalizzabili. Puoi anche personalizzare il carattere del tuo messaggio di testo sia nella messaggistica di gruppo che nella messaggistica privata.
<b>scopri la suite comleta di Simple Tools qui:</b>
Scopri la suite comleta di Simple Tools qui:
https://www.simplemobiletools.com
Facebook:
@ -16,3 +16,6 @@ https://www.facebook.com/simplemobiletools
Reddit:
https://www.reddit.com/r/SimpleMobileTools
Telegram:
https://t.me/SimpleMobileTools

View File

@ -8,7 +8,7 @@ Domyślnie jest wyposażona w Material Design i ciemny motyw, zapewniając dosko
Nie zawiera reklam ani niepotrzebnych uprawnień. Jest w pełni otwartoźródłowa, zapewnia konfigurowalną kolorystykę. Możesz także dostosować czcionkę wiadomości tekstowej w wiadomościach grupowych i prywatnych.
<b>Sprawdź pełen zestaw od Simple Tools tutaj:</b>
Sprawdź pełen zestaw od Simple Tools tutaj:
https://www.simplemobiletools.com
Facebook:
@ -16,3 +16,6 @@ https://www.facebook.com/simplemobiletools
Reddit:
https://www.reddit.com/r/SimpleMobileTools
Telegram:
https://t.me/SimpleMobileTools

View File

@ -0,0 +1,18 @@
Hem SMS hem de MMS mesajları göndererek tanıdıklarınızla iletişimde kalmanın harika bir yolu. Uygulama, tıpkı Android 7 ve sonrasında numaraları engellemek gibi grup mesajlaşmasını da düzgün bir şekilde ele alır. Telefonunuzda mesajlaşma uygulamasını kullanarak tüm kişilerinizle iletişim halinde kalın. Fotoğraf paylaşmak, emoji göndermek veya sadece hızlı bir merhaba demek hiç bu kadar kolay olmamıştı. Konuşmaları sessize almak veya belirli kişiler için özel mesaj tonları atamak gibi yapabileceğiniz çok şey var. Bu kısa mesaj ve grup mesajlaşma uygulaması ile günlük özel mesajlaşmanın ve grup mesajlaşmasının tadını daha eğlenceli bir şekilde çıkarabilirsiniz.
Kullanırken kendinizi rahat hissetmeniz için aralarından seçim yapabileceğiniz birçok tarih biçimi sunar. Ayrıca 12 ve 24 saatlik zaman biçimi arasında da geçiş yapabilirsiniz. Bu uygulama aynı zamanda size SMS yedekleme esnekliği sağlar. Bu şekilde, mesajları herhangi bir harici aygıta kaydetmeniz veya kaydetmek için başka bir donanım kullanmanız gerekmez. Bu SMS yedekleme özelliği, dahili depolamaya yük olmadan kısa mesaj ve MMS verilerini verimli bir şekilde kaydetmenize yardımcı olacaktır.
Bu mesajlaşma uygulaması, diğerlerine kıyasla gerçekten küçük bir boyuta sahiptir ve bu da indirmeyi gerçekten hızlı hale getirir. SMS yedekleme tekniği, aygıtınızı değiştirmeniz gerektiğinde veya çalındığında faydalıdır. Bu şekilde, bu mesajlaşma uygulamasındaki SMS yedeklemesini kullanarak hem grup mesajlaşmasından hem de özel mesajlaşmadan metin mesajını kolayca alabilirsiniz.
Öntanımlı olarak material tasarım ve koyu tema ile birlikte gelir, kolay kullanım için harika bir kullanıcı deneyimi sağlar. Bu mesajlaşma uygulaması ayrıca kullanıcılara mesajları hızlı ve verimli bir şekilde arama olanağı sağlar. İstediğiniz mesaja ulaşmak için tüm özel mesajlaşma ve grup mesajlaşma konuşmalarını aşağı kaydırmanız gereken günler geride kaldı. Bu metin mesajlaşma uygulamasıyla sadece arama yapın ve istediğinizi alın.
Reklam veya gereksiz izinler içermez. Tamamen açık kaynaklıdır, özelleştirilebilir renkler sağlar. Ayrıca hem grup mesajlaşmasında hem de özel mesajlaşmada metin mesajınızın yazı tipini özelleştirebilirsiniz.
<b>Basit Araçlar paketinin tamamını buradan inceleyin:</b>
https://www.simplemobiletools.com
Facebook:
https://www.facebook.com/simplemobiletools
Reddit:
https://www.reddit.com/r/SimpleMobileTools

View File

@ -0,0 +1 @@
Android için SMS ve MMS uygulaması, hızlı gönderme, güzel kullanıcı arayüzü

View File

@ -0,0 +1 @@
Basit SMS Messenger