From 700e6dbf5ef85d22b391f9047e25eb35bec5e205 Mon Sep 17 00:00:00 2001 From: Inhishonor Date: Fri, 13 Jun 2025 12:29:21 -0700 Subject: [PATCH 1/3] Add weblate information to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2fba32232..515956d05 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ # QUIK [![Build and Release](https://github.com/octoshrimpy/quik/actions/workflows/build-and-release.yml/badge.svg)](https://github.com/octoshrimpy/quik/actions/workflows/build-and-release.yml) + +Translation status + QUIK is an open source replacement to the [stock messaging app](https://github.com/android/platform_packages_apps_mms) on Android. It is a continuation of [QKSMS](https://github.com/moezbhatti/qksms). @@ -46,6 +49,13 @@ When reporting a bug, please make sure to provide the following information: ## Contributing Contributions welcome! Please see the [contributing guidelines](/CONTRIBUTING.md) for details. +## Translations +If you'd like to add translations to QUIK, please join the project on [Weblate](https://hosted.weblate.org/engage/quik/)! Translations that are committed directly to source files will not be accepted. For more information see the [translation guidelines](/CONTRIBUTING.md#translate). + + +Translation status + + ## Thank you A special thank you to Jake ([@klinker41](https://github.com/klinker41)) and Luke Klinker ([@klinker24](https://github.com/klinker24)) for their work on [android-smsmms](https://github.com/klinker41/android-smsmms), which has been an unspeakably large help in implementing MMS into QUIK. From 5ce33c2a7f42b49cdcc1baeee1e10963d2fc207a Mon Sep 17 00:00:00 2001 From: Inhishonor Date: Fri, 13 Jun 2025 12:43:09 -0700 Subject: [PATCH 2/3] Add weblate information to the contributing guidelines. --- CONTRIBUTING.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d9cfc78e9..0859dde31 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,12 +16,13 @@ When reporting a bug, please make sure to provide the following information: To do this, navigate to the release tab in this repository and click on releases. There are two types of releases in Quik. The first is the `Latest Release`. This is the version that is distributed over the app stores. The other type is `Pre-Release`, which contains the latest features and may have bugs. To install this, download the apk from the release tab and install it on your phone. (Instructions can be found in the wiki for a more detailed explanation). Once you have done this, simply use the app as normal, and report any bugs you come across. ## Translate -To translate this app navigate to `presentation/src/main/res` and find or make a values file with the language you wish to edit. Then copy over the `strings.xml` file from `presentation/src/main/res/values` and translate it. Please do not translate any string with the `translatable=false` attribute. Also, remember to make sure to insert a backslash `\` before any apostrophe `'` or quotes `"`. - +We recommend checking out the [Weblate documentation](https://docs.weblate.org/en/latest/index.html), and if you need any help please open an issue. ## Update the Wiki To update the wiki, simply navigate to the [wiki tab](https://github.com/octoshrimpy/quik/wiki) in this repository, find the file that you need to edit, and then click `Edit Page`. Then you can edit and commit your change. For more sizeable changes, and for feedback and questions please comment in [this discussion](https://github.com/octoshrimpy/quik/discussions/174). ## Fix Bugs From 2cc4925a111634f3f9d7e495960eb825ce59eff2 Mon Sep 17 00:00:00 2001 From: Inhishonor Date: Tue, 17 Jun 2025 10:46:36 -0700 Subject: [PATCH 3/3] Remove unused strings. These strings were replaced and are outdated. --- presentation/src/main/res/values-ar/strings.xml | 2 -- presentation/src/main/res/values-bn/strings.xml | 2 -- presentation/src/main/res/values-cs/strings.xml | 2 -- presentation/src/main/res/values-da/strings.xml | 2 -- presentation/src/main/res/values-de/strings.xml | 2 -- presentation/src/main/res/values-el/strings.xml | 2 -- presentation/src/main/res/values-es/strings.xml | 2 -- presentation/src/main/res/values-fa/strings.xml | 2 -- presentation/src/main/res/values-fi/strings.xml | 2 -- presentation/src/main/res/values-fr/strings.xml | 1 - presentation/src/main/res/values-gd/strings.xml | 2 -- presentation/src/main/res/values-hi/strings.xml | 2 -- presentation/src/main/res/values-hr/strings.xml | 2 -- presentation/src/main/res/values-hu/strings.xml | 4 +--- presentation/src/main/res/values-in/strings.xml | 2 -- presentation/src/main/res/values-it/strings.xml | 2 -- presentation/src/main/res/values-iw/strings.xml | 2 -- presentation/src/main/res/values-ja/strings.xml | 2 -- presentation/src/main/res/values-ko/strings.xml | 2 -- presentation/src/main/res/values-lt/strings.xml | 2 -- presentation/src/main/res/values-nb/strings.xml | 2 -- presentation/src/main/res/values-ne/strings.xml | 2 -- presentation/src/main/res/values-nl/strings.xml | 2 -- presentation/src/main/res/values-pl/strings.xml | 1 - presentation/src/main/res/values-pt-rBR/strings.xml | 2 -- presentation/src/main/res/values-pt/strings.xml | 2 -- presentation/src/main/res/values-ro/strings.xml | 1 - presentation/src/main/res/values-ru/strings.xml | 2 -- presentation/src/main/res/values-sk/strings.xml | 2 -- presentation/src/main/res/values-sl/strings.xml | 2 -- presentation/src/main/res/values-sr/strings.xml | 2 -- presentation/src/main/res/values-sv/strings.xml | 2 -- presentation/src/main/res/values-ta/strings.xml | 2 -- presentation/src/main/res/values-th/strings.xml | 2 -- presentation/src/main/res/values-tl/strings.xml | 2 -- presentation/src/main/res/values-tr/strings.xml | 2 -- presentation/src/main/res/values-uk/strings.xml | 2 -- presentation/src/main/res/values-ur/strings.xml | 2 -- presentation/src/main/res/values-vi/strings.xml | 2 -- presentation/src/main/res/values-zh-rCN/strings.xml | 2 -- presentation/src/main/res/values-zh-rHK/strings.xml | 2 -- presentation/src/main/res/values-zh-rTW/strings.xml | 2 -- 42 files changed, 1 insertion(+), 82 deletions(-) diff --git a/presentation/src/main/res/values-ar/strings.xml b/presentation/src/main/res/values-ar/strings.xml index 3e6368093..f6a093118 100644 --- a/presentation/src/main/res/values-ar/strings.xml +++ b/presentation/src/main/res/values-ar/strings.xml @@ -48,7 +48,6 @@ حظر مزامنة الرسائل… أنت: %s - مسودة النتائج في الرسائل %d رسائل ستظهر المحادثات الخاصة بك هنا @@ -374,7 +373,6 @@ تعيين تراجع تم النسخ - تم حفظ المحادثة استخدام هذه الميزة يتطلب فتح QUIK+ لا رسائل جديدة diff --git a/presentation/src/main/res/values-bn/strings.xml b/presentation/src/main/res/values-bn/strings.xml index 8367d042b..7d739c3b5 100644 --- a/presentation/src/main/res/values-bn/strings.xml +++ b/presentation/src/main/res/values-bn/strings.xml @@ -48,7 +48,6 @@ অবরুদ্ধ বার্তাগুলি সিঙ্ক হচ্ছে… তুমি: %s - খসড়া বার্তার ভিতর পাওয়া গেছে %dটি বার্তা তোমার আলাপ এখানে দেখা যাবে @@ -357,7 +356,6 @@ সেট করুন বাতিল করো অনুলিপি করা হয়েছে - আর্কাইভ করা আলাপ এই ব্যবহার করতে আপনাকে অবশ্যই QUIK + আনলক করতে হবে নতুন বার্তা diff --git a/presentation/src/main/res/values-cs/strings.xml b/presentation/src/main/res/values-cs/strings.xml index 12f17a434..4b69f30b1 100644 --- a/presentation/src/main/res/values-cs/strings.xml +++ b/presentation/src/main/res/values-cs/strings.xml @@ -48,7 +48,6 @@ Blokovat Synchronizace zpráv… Vy: %s - Koncept Výsledky ve zprávách %d zpráv Zde se objeví vaše konverzace @@ -365,7 +364,6 @@ Nastavit Zpět Zkopírováno - Archivované konverzace Pro použití musíte odemknout verzi QUIK + Nová zpráva diff --git a/presentation/src/main/res/values-da/strings.xml b/presentation/src/main/res/values-da/strings.xml index 5a87553f5..f0b8190ed 100644 --- a/presentation/src/main/res/values-da/strings.xml +++ b/presentation/src/main/res/values-da/strings.xml @@ -48,7 +48,6 @@ Blokér Synkroniserer beskeder… Dig: %s - Udkast Resultater i beskeder %d beskeder Dine samtaler vil fremgå her @@ -357,7 +356,6 @@ Indstil Fortryd Kopieret - Arkiveret samtale Dette kræver oplåsning af QUIK+ Ny besked diff --git a/presentation/src/main/res/values-de/strings.xml b/presentation/src/main/res/values-de/strings.xml index 18d9819a6..3cf4599b6 100644 --- a/presentation/src/main/res/values-de/strings.xml +++ b/presentation/src/main/res/values-de/strings.xml @@ -48,7 +48,6 @@ Blockieren Synchronisiere Nachrichten… Du: %s - Entwurf Ergebnisse in Nachrichten %d Nachrichten Deine Unterhaltungen werden hier angezeigt @@ -357,7 +356,6 @@ OK Rückgängig Kopiert - Archivierte Unterhaltung Für diese Funktion muss QUIK+ freigeschalten werden Neue Nachricht diff --git a/presentation/src/main/res/values-el/strings.xml b/presentation/src/main/res/values-el/strings.xml index 5fcc24880..6d98459ae 100644 --- a/presentation/src/main/res/values-el/strings.xml +++ b/presentation/src/main/res/values-el/strings.xml @@ -48,7 +48,6 @@ Φραγή Συγχρονισμός μηνυμάτων… Εσείς: %s - Πρόχειρο Αποτελέσματα στα μηνύματα Μηνύματα: %d Οι συζητήσεις σας θα εμφανίζονται εδώ @@ -357,7 +356,6 @@ Set Undo Copied - Archived conversation You must unlock QUIK+ to use this New message diff --git a/presentation/src/main/res/values-es/strings.xml b/presentation/src/main/res/values-es/strings.xml index b7a870eb7..186c59bba 100644 --- a/presentation/src/main/res/values-es/strings.xml +++ b/presentation/src/main/res/values-es/strings.xml @@ -48,7 +48,6 @@ Bloquear Sincronización de mensajes... Tú: %s - Borrador Resultados en los mensajes %d mensajes Sus conversaciones aparecerán aquí @@ -357,7 +356,6 @@ Establecer Deshacer Copiado - Conversación archivada Debe desbloquear QUIK+ para utilizarlo Nuevo mensaje diff --git a/presentation/src/main/res/values-fa/strings.xml b/presentation/src/main/res/values-fa/strings.xml index f197bdb28..edd9cd338 100644 --- a/presentation/src/main/res/values-fa/strings.xml +++ b/presentation/src/main/res/values-fa/strings.xml @@ -48,7 +48,6 @@ مسدود کردن در حال همگام‌سازی پیام‌ها… شما: %s - پیش‌نویس نتایج در پیام‌ها %d پیام گفتگوهایتان اینجا نمایش داده می‌شود @@ -357,7 +356,6 @@ تنظیم برگرده کپی شد - گفتگوی بایگانی شده باید نسخه پیشرفته را فعال کنید پیام جدید diff --git a/presentation/src/main/res/values-fi/strings.xml b/presentation/src/main/res/values-fi/strings.xml index af3ade753..fdae78c50 100644 --- a/presentation/src/main/res/values-fi/strings.xml +++ b/presentation/src/main/res/values-fi/strings.xml @@ -48,7 +48,6 @@ Estä Synkronoidaan viestejä… Sinä: %s - Luonnos: %s Tuloksia viesteissä %d viestiä Keskustelusi näkyvät tässä @@ -357,7 +356,6 @@ Aseta Kumoa Kopioitu - Arkistoidut keskustelut Sinun pitää avata QUIK+ käyttääksesi tätä Uusi viesti diff --git a/presentation/src/main/res/values-fr/strings.xml b/presentation/src/main/res/values-fr/strings.xml index ccdc2aca9..d34e643af 100644 --- a/presentation/src/main/res/values-fr/strings.xml +++ b/presentation/src/main/res/values-fr/strings.xml @@ -62,7 +62,6 @@ Renommer la conversation Synchronisation des messages… Vous : %s - Brouillons Résultats dans les messages %d messages Vos conversations apparaîtront ici diff --git a/presentation/src/main/res/values-gd/strings.xml b/presentation/src/main/res/values-gd/strings.xml index d58f33807..df20ce049 100644 --- a/presentation/src/main/res/values-gd/strings.xml +++ b/presentation/src/main/res/values-gd/strings.xml @@ -48,7 +48,6 @@ Block Syncing messages… You: %s - Draft Results in messages %d messages Your conversations will appear here @@ -365,7 +364,6 @@ Set Undo Copied - Archived conversation You must unlock QUIK+ to use this New message diff --git a/presentation/src/main/res/values-hi/strings.xml b/presentation/src/main/res/values-hi/strings.xml index 03b64188a..f9096625b 100644 --- a/presentation/src/main/res/values-hi/strings.xml +++ b/presentation/src/main/res/values-hi/strings.xml @@ -48,7 +48,6 @@ ब्लॉक संदेशों को सिंक्रनाइज़ कर रहा है.. । आप: %s - प्रारूप संदेशों में परिणाम %d संदेश आपकी बातचीत यहां दिखाई देगी @@ -357,7 +356,6 @@ सेट करें पूर्ववत करें प्रतिलिपि बनाई गई हैं। - संग्रहीत बातचीत इसका उपयोग करने के लिए आपको QUIK+ को अनलॉक करना होगा नई संदेश diff --git a/presentation/src/main/res/values-hr/strings.xml b/presentation/src/main/res/values-hr/strings.xml index 4cf3fc3f9..e1e75c9e6 100644 --- a/presentation/src/main/res/values-hr/strings.xml +++ b/presentation/src/main/res/values-hr/strings.xml @@ -48,7 +48,6 @@ Blokiraj Sinkronizacija poruka… Vi: %s - Skica Rezultati u porukama %d poruka Vaši razgovori pojavit će se ovdje @@ -361,7 +360,6 @@ Postavi Poništi Kopirano - Razgovor je arhiviran Morate otključati QUIK+ za korištenje ovog Nova poruka diff --git a/presentation/src/main/res/values-hu/strings.xml b/presentation/src/main/res/values-hu/strings.xml index 7fa5413aa..0eb8cb3b1 100644 --- a/presentation/src/main/res/values-hu/strings.xml +++ b/presentation/src/main/res/values-hu/strings.xml @@ -48,7 +48,6 @@ Tiltás Üzenetek szinkronizálása… Te: %s - Vázlat Eredmények az üzenetek szövegében %d üzenet A beszélgetéseid itt jelennek meg @@ -272,7 +271,7 @@ Tiltott számok A tiltott számok itt fognak megjelenni Új szám tiltása - Üzenetek tiltása: + Üzenetek tiltása Telefonszám Blokkolás Tiltott üzenetek @@ -357,7 +356,6 @@ Beállítás Visszavonás Átmásolva - Archivált beszélgetés Ehhez ki kell nyitnod a QUIK+-t Új üzenet diff --git a/presentation/src/main/res/values-in/strings.xml b/presentation/src/main/res/values-in/strings.xml index fa868c8d9..9aed0134c 100644 --- a/presentation/src/main/res/values-in/strings.xml +++ b/presentation/src/main/res/values-in/strings.xml @@ -48,7 +48,6 @@ Blokir Menyinkronkan pesan… Anda: %s - Draf Hasil dalam pesan %d pesan Percakapan anda akan ditampilkan di sini @@ -353,7 +352,6 @@ Set Urungkan Disalin - Percakapan diarsipkan Anda harus membuka akses QUIK+ untuk menggunakan ini %s pesan baru diff --git a/presentation/src/main/res/values-it/strings.xml b/presentation/src/main/res/values-it/strings.xml index 2d967a7b8..e12454c0e 100644 --- a/presentation/src/main/res/values-it/strings.xml +++ b/presentation/src/main/res/values-it/strings.xml @@ -48,7 +48,6 @@ Sposta negli indesiderati La sincronizzazione dei messaggi… Tu: %s - Bozza Risultati nei messaggi %d messaggi Le tue conversazioni vengono visualizzate qui @@ -357,7 +356,6 @@ Set Annulla Copiato - Conversazione archiviata È necessario sbloccare QUIK+ per utilizzare questo Nuovo messaggio diff --git a/presentation/src/main/res/values-iw/strings.xml b/presentation/src/main/res/values-iw/strings.xml index 5a9355f5b..0ff878d01 100644 --- a/presentation/src/main/res/values-iw/strings.xml +++ b/presentation/src/main/res/values-iw/strings.xml @@ -48,7 +48,6 @@ חסום מסנכרן הודעות… אתה: %s - טיוטה תוצאות בהודעות %d הודעות ההתכתבויות שלך תופענה כאן @@ -365,7 +364,6 @@ הגדרה ביטול הועתק - התכתבות בארכיון עליך לשחרר את QUIK+‎ כדי להשתמש בזה הודעה חדשה diff --git a/presentation/src/main/res/values-ja/strings.xml b/presentation/src/main/res/values-ja/strings.xml index f90fcd1fe..678db166a 100644 --- a/presentation/src/main/res/values-ja/strings.xml +++ b/presentation/src/main/res/values-ja/strings.xml @@ -48,7 +48,6 @@ ブロック メッセージを同期しています... あなた: %s - 下書き メッセージ内の検索結果 %d 件のメッセージ 会話がここに表示されます @@ -353,7 +352,6 @@ 設定 元に戻す コピーしました - 会話をアーカイブしました 使用するには QUIK+ のロックを解除する必要があります %s 件の新着メッセージ diff --git a/presentation/src/main/res/values-ko/strings.xml b/presentation/src/main/res/values-ko/strings.xml index 3e20b3a08..e1e2fec2c 100644 --- a/presentation/src/main/res/values-ko/strings.xml +++ b/presentation/src/main/res/values-ko/strings.xml @@ -48,7 +48,6 @@ 차단 메시지 동기화 하기 나: %s - 임시 메시지 메시지 검색 결과 %d 개의 새로운 메시지 대화가 여기에 나타납니다 @@ -353,7 +352,6 @@ 설정 되돌리기 복사됨 - 보관된 대화 이 기능을 사용하려면 QUIK+ 를 잠금 해제해야 합니다. 새로운 메세지 diff --git a/presentation/src/main/res/values-lt/strings.xml b/presentation/src/main/res/values-lt/strings.xml index 8c7bb1db0..e5f65bd9f 100644 --- a/presentation/src/main/res/values-lt/strings.xml +++ b/presentation/src/main/res/values-lt/strings.xml @@ -48,7 +48,6 @@ Blokuoti Syncing messages… Tu: %s - Draft Results in messages %d messages Tavo žinutės buvo matomos čia @@ -365,7 +364,6 @@ Padaryti Anuliuoti Nukopijuota - Archyvuotas pokalbis Reikia turėti QUIK+ funkcijos naudojomui Naujas pranešimas diff --git a/presentation/src/main/res/values-nb/strings.xml b/presentation/src/main/res/values-nb/strings.xml index 2db0f9c15..9ab68f19b 100644 --- a/presentation/src/main/res/values-nb/strings.xml +++ b/presentation/src/main/res/values-nb/strings.xml @@ -48,7 +48,6 @@ Blokker Synkroniserer meldinger… Du: %s - Draft Resultater i meldinger %d meldinger Samtalene dine vises her @@ -357,7 +356,6 @@ Angi Angre Kopiert - Arkiverte samtaler Du må aktivere QUIK+ for å bruke dette Ny melding diff --git a/presentation/src/main/res/values-ne/strings.xml b/presentation/src/main/res/values-ne/strings.xml index 64fc5df4c..f2237c644 100644 --- a/presentation/src/main/res/values-ne/strings.xml +++ b/presentation/src/main/res/values-ne/strings.xml @@ -48,7 +48,6 @@ Block Syncing messages… You: %s - Draft Results in messages %d messages Your conversations will appear here @@ -357,7 +356,6 @@ Set Undo Copied - Archived conversation You must unlock QUIK+ to use this New message diff --git a/presentation/src/main/res/values-nl/strings.xml b/presentation/src/main/res/values-nl/strings.xml index a6f5200da..c6038b9f5 100644 --- a/presentation/src/main/res/values-nl/strings.xml +++ b/presentation/src/main/res/values-nl/strings.xml @@ -48,7 +48,6 @@ Blokkeren Berichten synchroniseren… Jij: %s - Concept Resultaten in berichten %d berichten Je conversaties verschijnen hier @@ -357,7 +356,6 @@ Instellen Ongedaan maken Gekopieerd - Conversatie gearchiveerd Je dient QUIK+ te ontgrendelen om dit te gebruiken Nieuw bericht diff --git a/presentation/src/main/res/values-pl/strings.xml b/presentation/src/main/res/values-pl/strings.xml index b328f5d3a..559f135e3 100644 --- a/presentation/src/main/res/values-pl/strings.xml +++ b/presentation/src/main/res/values-pl/strings.xml @@ -58,7 +58,6 @@ Zmień nazwę rozmowy Synchronizowanie wiadomości… Ty: %s - Szkic Wyniki w wiadomościach %d wiadomości Miejsce dla twoich bieżących rozmów diff --git a/presentation/src/main/res/values-pt-rBR/strings.xml b/presentation/src/main/res/values-pt-rBR/strings.xml index 253ab69aa..98ce5d5b2 100644 --- a/presentation/src/main/res/values-pt-rBR/strings.xml +++ b/presentation/src/main/res/values-pt-rBR/strings.xml @@ -48,7 +48,6 @@ Bloquear Sincronizando mensagens… Você: %s - Rascunho Resultados nas mensagens %d mensagem(s) Suas conversas aparecerão aqui @@ -357,7 +356,6 @@ Definir Desfazer Copiada - Conversa arquivada Você deve desbloquear o QUIK+ para isso Nova mensagem diff --git a/presentation/src/main/res/values-pt/strings.xml b/presentation/src/main/res/values-pt/strings.xml index f49bb718b..435bba94b 100644 --- a/presentation/src/main/res/values-pt/strings.xml +++ b/presentation/src/main/res/values-pt/strings.xml @@ -48,7 +48,6 @@ Bloquear Sincronização de mensagens… Você: %s - Rascunho Resultados nas mensagens %d mensagens As suas conversas aparecerão aqui @@ -357,7 +356,6 @@ Definir Anular Copiada - Conversa arquivada Tem que ter o QUIK+ para esta função 1 nova mensagem diff --git a/presentation/src/main/res/values-ro/strings.xml b/presentation/src/main/res/values-ro/strings.xml index cff1b14ea..77d51a79b 100644 --- a/presentation/src/main/res/values-ro/strings.xml +++ b/presentation/src/main/res/values-ro/strings.xml @@ -54,7 +54,6 @@ Redenumește conversația Se sincronizează mesajele… Tu: %s - Schițe Rezultate în mesaje %d mesaje Conversațiile tale vor apărea aici diff --git a/presentation/src/main/res/values-ru/strings.xml b/presentation/src/main/res/values-ru/strings.xml index d0afcc5c1..7ffe682c8 100644 --- a/presentation/src/main/res/values-ru/strings.xml +++ b/presentation/src/main/res/values-ru/strings.xml @@ -48,7 +48,6 @@ Блокировать Синхронизация сообщений… Вы: %s - Черновик Результаты в сообщениях %d сообщений Беседы будут появляться здесь @@ -365,7 +364,6 @@ Задать Отмена Скопировано - Архивированная беседа Вы должны разблокировать QUIK+, чтобы использовать Новое сообщение diff --git a/presentation/src/main/res/values-sk/strings.xml b/presentation/src/main/res/values-sk/strings.xml index 636c6a007..e06028096 100644 --- a/presentation/src/main/res/values-sk/strings.xml +++ b/presentation/src/main/res/values-sk/strings.xml @@ -48,7 +48,6 @@ Zablokovať Synchronizácia správ… Vy: %s - Koncept Výsledky v správach %d správ Tu sa zobrazia vaše konverzácie @@ -365,7 +364,6 @@ Nastaviť Vrátiť späť Skopírované - Archivované konverzácie Pre použitie aktivujte QUIK+ Nová správa diff --git a/presentation/src/main/res/values-sl/strings.xml b/presentation/src/main/res/values-sl/strings.xml index 4b6cecac2..58feb5368 100644 --- a/presentation/src/main/res/values-sl/strings.xml +++ b/presentation/src/main/res/values-sl/strings.xml @@ -48,7 +48,6 @@ Blokiraj Sinhroniziranje sporočil… Vi: %s - Osnutek Rezultati v sporočilih %d sporočil Vaši pogovori se bodo pojavili tukaj @@ -365,7 +364,6 @@ Nastavi Razveljavi Kopirano - Arhivirani pogovori Da uporabiš to, moraš odkleniti QUIK+ Novo sporočilo diff --git a/presentation/src/main/res/values-sr/strings.xml b/presentation/src/main/res/values-sr/strings.xml index b47b5f121..0489238c0 100644 --- a/presentation/src/main/res/values-sr/strings.xml +++ b/presentation/src/main/res/values-sr/strings.xml @@ -48,7 +48,6 @@ Блокирај Синхронизујем поруке… Ја: %s - Нацрт Пронађено у порукама %d поруке Овде ће се појавити твоји разговори @@ -361,7 +360,6 @@ Постави Опозови Копирано - Сачувани разговори Откључај QUIK+ за приступ овој опцији Нова порука diff --git a/presentation/src/main/res/values-sv/strings.xml b/presentation/src/main/res/values-sv/strings.xml index c58d43a8a..5b26f8548 100644 --- a/presentation/src/main/res/values-sv/strings.xml +++ b/presentation/src/main/res/values-sv/strings.xml @@ -48,7 +48,6 @@ Blockera Synkroniserar meddelanden… Du: %s - Utkast Resultat i meddelanden %d meddelanden Dina konversationer kommer att dyka upp här @@ -357,7 +356,6 @@ Ställ in Ångra Kopierad - Arkiverade konversationer Du måste låsa upp QUIK+ för att använda det här Nytt meddelande diff --git a/presentation/src/main/res/values-ta/strings.xml b/presentation/src/main/res/values-ta/strings.xml index 091f82799..1c1f94bc5 100644 --- a/presentation/src/main/res/values-ta/strings.xml +++ b/presentation/src/main/res/values-ta/strings.xml @@ -48,7 +48,6 @@ தடு செய்திகள் ஒத்திசைக்கப்படுகின்றன… நீங்கள்: %s - வரைவு தகவல்களிலுள்ள முடிவுகள் %d செய்திகள் உங்கள் உரையாடல்கள் இங்கே தோன்றும் @@ -357,7 +356,6 @@ அமை செயல்தவிர் நகலெடுக்கப்பட்டது - காப்பகப்படுத்திய உரையாடல் இதைப் பயன்படுத்த கட்டாயம் QUIK+ ஐப் பூட்டவிழ்க்க வேண்டும் புது தகவல் diff --git a/presentation/src/main/res/values-th/strings.xml b/presentation/src/main/res/values-th/strings.xml index 2292854de..d9b8df731 100644 --- a/presentation/src/main/res/values-th/strings.xml +++ b/presentation/src/main/res/values-th/strings.xml @@ -48,7 +48,6 @@ ปิดกั้น กำลังปรับแต่งเพิ่มประสิทธิภาพฐานข้อมูล อาจใช้เวลาสักครู่… คุณ: %s - Draft ผลลัพธ์ในข้อความ %d ข้อความ บทสนทนาของคุณจะปรากฏที่นี่ @@ -353,7 +352,6 @@ ตั้งค่า ย้อนกลับ คัดลอกแล้ว - จัดเก็บการสนทนาแล้ว คุณต้องปลดล็อก QUIK+ เพื่อใช้งานคุณสมบัตินี้ มี %s ข้อความใหม่ diff --git a/presentation/src/main/res/values-tl/strings.xml b/presentation/src/main/res/values-tl/strings.xml index 25f928824..f4b5abaf3 100644 --- a/presentation/src/main/res/values-tl/strings.xml +++ b/presentation/src/main/res/values-tl/strings.xml @@ -48,7 +48,6 @@ Block Syncing messages… Ikaw: %s - Draft Resulta sa mga messages %d mga messages Ang iyong mga pakikipag-usap ay makikita rito @@ -357,7 +356,6 @@ Set Undo Copied - Archived conversation You must unlock QUIK+ to use this New message diff --git a/presentation/src/main/res/values-tr/strings.xml b/presentation/src/main/res/values-tr/strings.xml index 5fdaed1c1..4a7426c5d 100644 --- a/presentation/src/main/res/values-tr/strings.xml +++ b/presentation/src/main/res/values-tr/strings.xml @@ -48,7 +48,6 @@ Engelle İletiler eşitleniyor.. Sen: %s - Taslak Mesajlardaki sonuçlar %d mesaj Konuşmalarınız burada görünür @@ -359,7 +358,6 @@ BAĞLAM İSTEĞİ Ayarla Geri al Kopyalandı. - Arşivlenmiş konuşmalar Bunu kullanmak için QUIK+ kilidi gerekir Yeni mesaj diff --git a/presentation/src/main/res/values-uk/strings.xml b/presentation/src/main/res/values-uk/strings.xml index 5cb6e66b6..141935f3d 100644 --- a/presentation/src/main/res/values-uk/strings.xml +++ b/presentation/src/main/res/values-uk/strings.xml @@ -48,7 +48,6 @@ Блокувати Синхронізація повідомлень… Ви: %s - Чернетка Результати в повідомленнях Повідомлень: %d Ваші бесіди з\'являтимуться тут @@ -365,7 +364,6 @@ Задати Скасувати Скопійовано - Бесіду заархівовано Для використання ви повинні розблокувати QUIK+ Нове повідомлення diff --git a/presentation/src/main/res/values-ur/strings.xml b/presentation/src/main/res/values-ur/strings.xml index a1194b431..16938f5bb 100644 --- a/presentation/src/main/res/values-ur/strings.xml +++ b/presentation/src/main/res/values-ur/strings.xml @@ -48,7 +48,6 @@ Block Syncing messages… You: %s - Draft Results in messages %d messages Your conversations will appear here @@ -357,7 +356,6 @@ Set Undo Copied - Archived conversation You must unlock QUIK+ to use this New message diff --git a/presentation/src/main/res/values-vi/strings.xml b/presentation/src/main/res/values-vi/strings.xml index d9e04ecdb..e8cc04375 100644 --- a/presentation/src/main/res/values-vi/strings.xml +++ b/presentation/src/main/res/values-vi/strings.xml @@ -48,7 +48,6 @@ Chặn liên hệ Đang đồng bộ tin nhắn… Bạn: %s - Bản nháp Kết quả trong tin nhắn %d tin nhắn Các cuộc trò chuyện của bạn sẽ xuất hiện ở đây @@ -353,7 +352,6 @@ Chọn Undo Đã sao chép - Cuộc trò chuyện đã được lưu trữ Bạn phải mở khóa QUIK+ để sử dụng chức năng này %s tin nhắn mới diff --git a/presentation/src/main/res/values-zh-rCN/strings.xml b/presentation/src/main/res/values-zh-rCN/strings.xml index ca5dcfb01..50770bd72 100644 --- a/presentation/src/main/res/values-zh-rCN/strings.xml +++ b/presentation/src/main/res/values-zh-rCN/strings.xml @@ -48,7 +48,6 @@ 拦截 正在同步信息… 你:%s - 草稿 信息中的结果 %d 条信息 对话会在这里显示 @@ -353,7 +352,6 @@ 设置 撤销 已复制 - 已存档的对话 您必须解锁 QUIK+ 才能使用此功能 %s条新信息 diff --git a/presentation/src/main/res/values-zh-rHK/strings.xml b/presentation/src/main/res/values-zh-rHK/strings.xml index c60610664..257393d32 100644 --- a/presentation/src/main/res/values-zh-rHK/strings.xml +++ b/presentation/src/main/res/values-zh-rHK/strings.xml @@ -48,7 +48,6 @@ 攔截 正在同步… 您:%s - 草稿 信息中的結果 %d 條信息 對話會在這裡顯示 @@ -353,7 +352,6 @@ 設置 復原 已複製 - 存檔的對話 您必須解鎖QUIK+才能使用此功能 %s條新訊息 diff --git a/presentation/src/main/res/values-zh-rTW/strings.xml b/presentation/src/main/res/values-zh-rTW/strings.xml index 6ce36a82e..a6f1e4fb4 100644 --- a/presentation/src/main/res/values-zh-rTW/strings.xml +++ b/presentation/src/main/res/values-zh-rTW/strings.xml @@ -48,7 +48,6 @@ 封鎖 正在同步訊息… 您:%s - 草稿 訊息中的結果 %d 條訊息 對話會在這裡顯示 @@ -355,7 +354,6 @@ 設定 復原 已複製 - 封存的對話 您必須解鎖 QUIK+ 才能使用此功能 新訊息