Compare commits

...

4 Commits
main ... 5.57.x

Author SHA1 Message Date
Fedor Indutnyy 777fa581d0 v5.57.0 2022-08-31 15:55:25 -07:00
Fedor Indutnyy 57e4f58342 Update strings 2022-08-31 15:54:47 -07:00
automated-signal 87998f102c
Ensure non-visual attachments can be manually downloaded
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2022-08-31 15:47:05 -07:00
automated-signal 89a7cab254
Fixed playback-speed button bug and updated layout
Co-authored-by: Alvaro <110414366+alvaro-signal@users.noreply.github.com>
2022-08-31 15:08:36 -07:00
76 changed files with 3788 additions and 558 deletions

View File

@ -7,6 +7,10 @@
"message": "Bepalings & Privaatheidsbeleid",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Kopieer fout en sluit af",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Afspeeltyd van oudio-aanhegsel",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Klik die $composeIcon$ hier bo en soek na kontakte of groepe om n boodskap te stuur.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Storie-instellings",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Kies wie jou storie kan sien",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Stuur na",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Kies groepe",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "My Stories-privaatheid",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Kies watter Signal-verbindings jou storie kan sien. Jy kan dit altyd in privaatheidinstellings verander. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Deel & Kyk na Stories",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Klein veranderings, foutregstellings en prestasieverbeterings. Dankie dat jy Signal gebruik!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "As jy die JAWS-skermleesprogram gebruik, is dit nou vir jou moontlik om stemmemo's te speel en om toegang te verkry tot langer boodskappe wat verkort is deur van die \"lees meer\"-knoppie gebruik te maak.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Verander die spoed van oudioboodskappe om óf tot die punt te kom, óf die besonderhede te kry.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Vergemaklik jou emoji-soektogte. As jy eers die emoji-kieser oopgemaak het, ignoreer die 🔍 en begin sommer net sleutelwoorde tik.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "الشروط وسياسة الخصوصية",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "شريحة Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "نسخ الخطأ ثم الخروج",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "مدة تشغيل المرفق الصوتي",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1 ×",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": " ×",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2 ×",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": "‎½ ×‎",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "يٌرجى الضغط على $composeIcon$ أعلاه، ثم البحث عن جهة اتصالك أو مجموعتك للتراسُل معها.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "إعدادات القصص",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "اِختر من يُمكنه مُشاهدة قصتك",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "إرسال إلى",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "اختيار المجموعات",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "إعدادات خصوصية قِصتي",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "اِختر من يمكنه مشاهدة قصتك من معارف Signal. يُمكنك تغيير هذا في إي وقت في إعدادات الخصوصية. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "مشاركة و إظهار القصص",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "تعديلات صغيرة، تصليح الأعطال، وتحسينات للأداء. شكرًا على استخدامكم Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "إذا كنت تستخدم برنامج قراءة الشاشة JAWS، فيمكنك الآن تشغيل الملفات الصوتية بنجاح والوصول إلى الرسائل الطويلة التي يتم اختصارها خلف زر \"قراءة المزيد\".",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "• غيّر سرعة الرسائل الصوتية إما للدخول في صلب الموضوع أو للتدقيق في التفاصيل.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "بسّط البحث عن الرموز التعبيرية. بمجرد سحب مُنتقي الرموز التعبيرية، تخطّي 🔍 وابدأ في كتابة الكلمات الرئيسية.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Şərtlər və Gizlilik Siyasəti",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Xətanı kopyala və çıx",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Səs qoşmasının oynatma vaxtı",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Yuxarıdakı $composeIcon$ düyməsinə klikləyin və mesaj göndəriləcək əlaqə və ya qrupları axtarın.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Hekayə tənzimləmələri",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Hekayənizə baxanları seçin",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Göndər",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Qrupları seç",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Hekayələrimin məxfiliiyi",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Hekayənizə baxan Signal kontaktlarını seçin. Məxfilik parametrlərindən bu seçiminizi hər zaman dəyişə bilərsiniz. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Hekayələri paylaş və nəzərdən keçir",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Kiçik spesifik tənzimləmələr, xəta düzəlişləri və məhsuldarlığın artırılması. Signal istifadə etdiyiniz üçün təşəkkürlər!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "JAWS ekran oxuma proqramından istifadə edirsinizsə, artıq səsli qeydləri aça və \"ətraflı oxu\" ifadəsi ilə qısaldılmış daha uzun mesajlara daxil ola bilərsiniz.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Daha yaxşı anlamaq və ya təfərrüatları yaxalamaq üçün audio mesajların sürətini dəyişin.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Emoji axtarışını asanlaşdırın. Emoji seçicisini açdıqdan sonra 🔍 işarəsini ötürün və açar sözləri daxil edin.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Условия и политика за поверителност",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Копирай съобщението за грешка и затвори приложението",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Време на възпроизвеждане на прикаченото аудио",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Кликнете $composeIcon$ по-горе и потърсете свой контакт или група, за да изпратите съобщение.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Настройки за истории",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Изберете кой може да вижда вашата история",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Изпращане до",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Изберете групи",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Поверителност на историите ми",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Изберете кои Signal връзки могат да виждат историята ви. Винаги можете да промените това в настройки за поверителност. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Споделяне и преглед на истории",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Дребни корекции, поправки на бъгове и подобрения на работата. Благодарим ви, че използвате Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Ако използвате програмата за четене на екрана JAWS, вече можете успешно да пускате гласови бележки и имате достъп до по-дълги съобщения, които се съкращават зад бутон „прочетете повече“.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Променете скоростта на аудио съобщенията, за да си дойдете на думата или да хванете детайлите.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Улеснете търсенето на емотикони. След като отворите менюто с емотикони, пропуснете 🔍 и просто започнете да пишете ключови думи.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "শর্তাদি এবং গোপনীয়তা নীতি",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "ত্রুটি অনুলিপি করে প্রস্থান করুন",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "অডিও সংযুক্তিটির বাজানোর সময়",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "উপরের $composeIcon$-এ ক্লিক করুন এবং মেসেজ পাঠানোর জন্য আপনার কন্ট্যাক্ট বা গ্রুপ খুঁজুন।",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "স্টোরি সেটিংস",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "আপনার স্টোরি কে দেখতে পাবেন তা নির্বাচন করুন।",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "প্রেরণ করুন",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "গ্ৰুপ বেছে নিন",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "আমার স্টোরি'র গোপনীয়তা",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "কোন Signal কানেকশন আপনার স্টোরি দেখতে পাবেন তা নির্বাচন করুন৷ আপনি যেকোনো সময় গোপনীয়তা সেটিংস থেকে এটি পরিবর্তন করতে পারবেন। $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "স্টোরি শেয়ার করুন এবং দেখুন",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "ছোট ছোট কিছু পরিবর্তন, বাগ সংশোধন এবং পারফর্মেন্স সমৃদ্ধ করা হয়েছে। Signal ব্যবহার করার জন্য ধন্যবাদ!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "আপনি যদি JAWS স্ক্রিন রিডিং প্রোগ্রাম ব্যবহার করে থাকেন, তাহলে আপনি এখন সফলভাবে ভয়েস মেমো চালাতে পারবেন এবং \"আরো পড়ুন\" বাটনের পেছনে সংক্ষিপ্ত আকারে থাকা বড় ম্যাসেজগুলোতে অ্যাক্সেস করতে পারবেন।",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "কাঙ্ক্ষিত অংশে পৌঁছাতে কিংবা খুঁটিনাটি বিষয়বস্তু বুঝতে অডিও ম্যাসেজের গতি পরিবর্তন করুন।",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "আপনার ইমোজি অনুসন্ধান সহজ করুন। একবার আপনি ইমোজি বাছাই করে নিলে, পরবর্তীতে 🔍 এড়িয়ে যান এবং শুধু কীওয়ার্ড টাইপ করুন।",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Uslovi i pravila privatnosti",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Kopiraj grešku i odustani",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Vrijeme reprodukcije zvučnog priloga",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Kliknite $composeIcon$ iznad i pretražite kontakte ili grupe za slanje poruka.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Podešavanja priče",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Odaberite ko može vidjeti vašu priču",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Pošalji za",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Izaberi grupe",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Privatnost mojih priča",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Odaberite koje Signal veze mogu vidjeti vašu priču. To uvijek možete promijeniti u postavkama privatnosti. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Dijelite i gledajte priče",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Mala podešavanja, otklanjanje grešaka i poboljšanja performansi. Hvala vam što koristite Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Ako koristite čitač ekrana JAWS, sada možete uspješno reproducirati glasovne bilješke i pristupiti dužim porukama koje su skraćene iza dugmeta \"Pročitajte više\".",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Promijenite brzinu zvučnih poruka da pređete na bitan dio ili da poslušate sve detalje.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Pojednostavite pretraživanje emoji sličica. Kada aktivirate birač emoji sličica, preskočite 🔍 i jednostavno počnite unositi ključne riječi.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Condicions de servei i política de privadesa",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Copia l'error i surt",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Temps de reproducció de l'àudio adjunt",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Cliqueu el $composeIcon$ i cerqueu contactes i grups a qui enviar missatges.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Configuració de la història",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Tria qui pot veure la teva història",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Envia a",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Trieu els grups",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Privacitat de les meves històries",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Tria quines connexions de Signal poden veure la teva història. Sempre podràs fer-hi canvis als Ajustos de privacitat. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Compartir i veure històries",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Petits ajustos, correccions d'errors i tasques de millora de rendiment. Gràcies per utilitzar Signal! ",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Si utilitzes la pantalla JAWS per llegir el programa, ara podràs reproduir notes de veu sense entrebancs i accedir als missatges més llargs que apareixen abreujats a través del botó \"llegir més\".",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Canvia la velocitat dels missatges de veu, ja sigui per anar directament al més important o per a captar-ne tots els detalls.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Optimitza la recerca d'emojis. Un cop hagis obert el menú d'emojis, passa de la 🔍 i simplement comença a teclejar.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Smluvní podmínky a zásady ochrany osobních údajů",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple Silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Zkopírovat chybu a ukončit",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Doba přehrávání zvukové přílohy",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Klikněte na $composeIcon$ výše a vyhledejte kontakty nebo skupiny, kterým chcete poslat zprávu.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Nastavení příběhu",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Vyberte, kdo váš příběh uvidí",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Odeslat",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Vybrat skupiny",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Soukromí mých příběhů",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Vyberte, která spojení Signal uvidí váš příběh. Toto nastavení můžete vždy změnit v nastavení soukromí. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Sdílet a zobrazit příběhy",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Drobná vylepšení, opravy chyb a zvýšení výkonu. Děkujeme, že používáte Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Pokud používáte program pro čtení obrazovky JAWS, můžete nyní přehrávat hlasové vzkazy a přistupovat k delším zprávám, které jsou zkrácené pomocí tlačítka „číst dál“.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Změňte rychlost audio zpráv podle toho, zda se chcete rychle dostat k jádru věci, nebo pochytit podrobnosti.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Zjednodušte hledání emotikonů. Stačí vybrat ikonku emotikonů, přeskočit 🔍 a rovnou začít psát klíčová slova.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Amodau a Pholisi Preifatrwydd",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Copïo'r gwall a gadael",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Amser chwarae'r atodiad sain",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Cliciwch y $composeIcon$ uchod a chwilio am gysylltiadau neu grwpiau i anfon negeseuon atyn nhw.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Gosodiadau stori",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Choose who can view your story",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Anfon at",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Dewiswch grwpiau",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "My stories privacy",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Choose which Signal connections can view your story. You can always change this in privacy settings. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Share & View Stories",
"description": "Select box title for the stories on/off toggle"
@ -7549,6 +7587,18 @@
"message": "Cant download story. You will need to share it again.",
"description": "Description for image errors but when it is your own image"
},
"StoryCreator__error--video-too-long": {
"message": "Cannot post video to story because it is too long",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__error--video-unsupported": {
"message": "Cannot post video to story as it is an unsupported file format",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__error--video-error": {
"message": "Failed to load video",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__text-bg--background": {
"message": "Text has a white background color",
"description": "Button label"
@ -7679,8 +7729,12 @@
"message": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "If youre using the JAWS screen reading program, you can now successfully play voice memos and access longer messages that get shortened behind a “read more” button.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Change the speed of audio messages to either get to the point or catch the details.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Streamline your emoji searching. Once youve pulled up the emoji picker, skip the 🔍 and just start typing keywords.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Vilkår og privatlivspolitik",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple Silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Kopier fejl og afslut",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Afspilningstid for vedhæftet lydfil",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1,5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": "0,5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Klik på $composeIcon$ ovenstående for at skrive en besked, og søg efter dine kontakter eller grupper.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Indstillinger for historie",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Vælg, hvem der kan se din historie",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Send til",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Vælg grupper",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Privatlivsindstillinger for mine historier",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Vælg, hvilke Signal-kontakter der kan se din historie. Du kan altid ændre dette under dine privatlivsindstillinger. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Del og se Historier",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Små tweaks, rettelser og forbedringer af appens præstation. Tak fordi du bruger Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Hvis du bruger JAWS-skærmlæseren, kan du nu afspille talebeskeder og længere beskeder, der bliver afkortet af en \"læs mere\"-knap.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "• Justér hastigheden på stemmebeskeder, så du kan komme til sagen eller lytte til hver eneste detalje.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Strømlin din jagt efter emojis. Når du har fundet emoji-vælgeren frem, kan du springe din 🔍 over og finde de rette med søgeord.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Bedingungen & Datenschutzerklärung",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple Silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Fehler kopieren und beenden",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Wiedergabedauer des Audioanhangs",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1,5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": "0,5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Klicke auf $composeIcon$ und suche nach deinen Kontakten oder Gruppen, um dich zu unterhalten.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7174,15 +7194,15 @@
}
},
"SignalConnectionsModal__bullet--1": {
"message": "Eine Unterhaltung beginnen",
"message": "Beginnen einer Unterhaltung",
"description": "A way that signal connection is formed"
},
"SignalConnectionsModal__bullet--2": {
"message": "Eine Unterhaltungsanfrage annehmen",
"message": "Annehmen einer Unterhaltungsanfrage",
"description": "A way that signal connection is formed"
},
"SignalConnectionsModal__bullet--3": {
"message": "In den Systemkontakten speichern",
"message": "Speichern in den Systemkontakten",
"description": "A way that signal connection is formed"
},
"SignalConnectionsModal__footer": {
@ -7395,6 +7415,10 @@
"message": "Story-Einstellungen",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Lege fest, wer diese Story sehen kann",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Senden an",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Gruppen wählen",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Meine Storys-Datenschutz",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Lege fest, welche Signal-Verbindungen deine Story sehen können. Du kannst dies jederzeit in den Datenschutzeinstellungen ändern. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Storys teilen & betrachten",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Kleine Optimierungen, Fehlerbehebungen und Leistungsverbesserungen. Danke, dass du Signal nutzt!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Wenn du den JAWS Screenreader verwendest, kannst du jetzt erfolgreich Sprachnotizen abspielen und auf längere Nachrichten zugreifen, die mithilfe eines „Weiterlesen“-Buttons verkürzt dargestellt werden.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Ändere die Geschwindigkeit von Audionachrichten, um auf den Punkt zu kommen oder um die Details mitzubekommen.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Optimiere deine Emoji-Suche. Nachdem du die Emoji-Auswahl aufgerufen hast, überspringst du das 🔍 und fängst einfach an, Keywords einzugeben.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Όροι & Πολιτική απορρήτου",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Αντιγραφή σφάλματος και έξοδος",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Χρόνος αναπαραγωγής του συνημμένου ήχου",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Κάντε κλικ στο $composeIcon$ παραπάνω και αναζητήστε τις επαφές ή τις ομάδες σας για αποστολή μηνύματος.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Ρυθμίσεις ιστορίας",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Επίλεξε ποιοι μπορούν να δουν αυτήν την ιστορία",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Αποστολή σε",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Επιλογή ομάδας",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Απόρρητο ιστοριών",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Επίλεξε ποιες επαφές σου στο Signal μπορούν να δουν την ιστορία σου. Μπορείς πάντα να το αλλάξεις αυτό στις ρυθμίσεις απορρήτου. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Κοινοποίηση και προβολή ιστοριών",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Μικρές τροποποιήσεις, επιδιορθώσεις σφαλμάτων και βελτιώσεις απόδοσης. Ευχαριστούμε που χρησιμοποιείς το Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Εάν χρησιμοποιείς το πρόγραμμα ανάγνωσης οθόνης JAWS, μπορείς πλέον να αναπαράγεις με επιτυχία φωνητικές σημειώσεις και να έχεις πρόσβαση σε μεγαλύτερα μηνύματα που γίνονται συντόμευση πίσω από ένα κουμπί \"διάβασε περισσότερα\".",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Άλλαξε την ταχύτητα των ηχητικών μηνυμάτων για να μπεις στο νόημα ή να πιάσεις όλες τις λεπτομέρειες.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Βελτιστοποίησε την αναζήτηση emoji. Μόλις ανασύρεις τον επιλογέα emoji, παράλειψε το 🔍 και απλώς ξεκίνα να πληκτρολογείς λέξεις-κλειδιά. ",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Kondiĉoj de uzo kaj regularo pri privateco",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Kopii la eraron kaj eliri",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Lud-progreso de aŭda kunsendaĵo",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Alklaku „$composeIcon$“ ĉi-supre, kaj serĉu viajn kontaktojn aŭ grupojn mesaĝotajn.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Rakontaj agordoj",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Choose who can view your story",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Sendi al",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Elekti grupojn",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "My stories privacy",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Choose which Signal connections can view your story. You can always change this in privacy settings. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Share & View Stories",
"description": "Select box title for the stories on/off toggle"
@ -7549,6 +7587,18 @@
"message": "Cant download story. You will need to share it again.",
"description": "Description for image errors but when it is your own image"
},
"StoryCreator__error--video-too-long": {
"message": "Cannot post video to story because it is too long",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__error--video-unsupported": {
"message": "Cannot post video to story as it is an unsupported file format",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__error--video-error": {
"message": "Failed to load video",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__text-bg--background": {
"message": "Text has a white background color",
"description": "Button label"
@ -7679,8 +7729,12 @@
"message": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "If youre using the JAWS screen reading program, you can now successfully play voice memos and access longer messages that get shortened behind a “read more” button.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Change the speed of audio messages to either get to the point or catch the details.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Streamline your emoji searching. Once youve pulled up the emoji picker, skip the 🔍 and just start typing keywords.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Términos y política de privacidad",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Copiar fallo y cerrar Signal",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Tiempo de reproducción de la nota de voz",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1,5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": "0,5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Haz clic sobre el $composeIcon$ arriba para buscar con quién o con qué grupo chatear.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Ajustes de historias",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Elige quién puede ver tu historia",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Enviar a",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Seleccionar grupos",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Privacidad de mis historias",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Elige qué conexiones de Signal pueden ver tu historia. Siempre podrás cambiarlo en los Ajustes de privacidad. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Compartir y ver historias",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Pequeños ajustes, soluciones a errores y mejoras al desempeño. ¡Gracias por usar Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Si utilizas la pantalla JAWS para leer el programa, ahora puedes reproducir las notas de voz sin contratiempos y acceder a los mensajes más largos que aparecen abreviados a través del botón \"leer más\".",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Cambia la velocidad de los mensajes de voz, ya sea para ir directament a lo más importante o para captar mejor los detalles.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Optimiza la búsqued de emojis. Una vez abierto el menú de emojis, sáltate la 🔍 y simplemente empieza a teclear.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Tingimused ja privaatsuspoliitika",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple Silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Kopeeri tõrke tekst ja välju",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Helimanuse esitusaeg",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Klõpsa üleval $composeIcon$ ja otsi sõnumi saatmiseks kontakte või gruppe..",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Loo sätted",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Vali, kes sinu lugu näevad",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Saaja",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Vali grupid",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Minu lugude privaatsus",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Vali, millised Signali kontaktid sinu lugu näevad. Saad seda alati privaatsussätete alt muuta. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Jaga ja vaata lugusid",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Väikesed muudatused, vigade parandused ja jõudluse täiustused. Aitäh, et kasutad Signalit!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Kui kasutad ekraanilugemisprogrammi JAWS, saad nüüd edukalt häälsõnumeid ette mängida ja avada pikemaid sõnumeid, mis on lühendatud ja millele on lisatud nupp „loe edasi“",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Muuda häälsõnumite kiirust, et kiiremini sõnumi ivani jõuda või põhilist infot kätte saada.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Muuda emojide otsimine lihtsamaks. Kui oled emojide valiku avanud, jäta 🔍 vahele ja hakka lihtsalt märksõnu trükkima.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Baldintzak eta pribatutasun arauak",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Kopiatu errorea eta irten",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Audio eranskinaren erreprodukzio-denbora",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Egin klik $composeIcon$goiko aldean eta bilatu zure kontaktuak edo taldeak bidaltzeko.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Story ezarpenak",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Aukeratu nork ikus dezakeen zure istorioa",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Honi bidali",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Aukeratu taldeak",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Nire istorioen pribatutasuna",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Aukeratu Signal-eko zer konexiok ikus dezaketen zure istorioa. Nahi duzunean alda dezakezu hautapena pribatutasun-ezarpenetan.$learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Partekatu eta ikusi istorioak",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Doikuntza txikiak, akats-konponketak eta errendimendu-hobekuntzak. Eskerrik asko Signal erabiltzeagatik!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Pantailak irakurtzeko JAWS programa erabiltzen ari bazara, orain ahots-oharrak entzun ditzakezu, eta \"Irakurri gehiago\" botoiarekin laburtzen diren mezu luzeak atzitu.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Aldatu audio-mezuen abiadura, harira iristeko edo xehetasunak harrapatzeko.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Sinplifikatu emojien bilaketa. Emoji-hautatzailea agerraraztean, saltatu 🔍 eta hasi gako-hitzak idazten.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "شرایط و خط مشی حریم خصوصی",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "اپل سیلیکون",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "کپی از خطا و خروج",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -188,7 +192,7 @@
"description": "One of the menu options available in the Avatar popup menu"
},
"loading": {
"message": "درحال بارگذاری...",
"message": "درحال بارگیری...",
"description": "Message shown on the loading screen before we've loaded any messages"
},
"optimizingApplication": {
@ -258,7 +262,7 @@
"description": "Button to allow the user to find a file on disk"
},
"loadDataHeader": {
"message": "بارگذاری داده‌هایتان",
"message": "بارگیری داده‌هایتان",
"description": "Header shown on the first screen in the data import process"
},
"loadDataDescription": {
@ -274,7 +278,7 @@
"description": "Header of the error screen after a failed import"
},
"importingHeader": {
"message": "درحال بارگذاری مخاطبین و پیام‌ها",
"message": "درحال بارگیری مخاطبین و پیام‌ها",
"description": "Header of screen shown as data is import"
},
"importErrorFirst": {
@ -310,7 +314,7 @@
"description": "Message shown on the loading screen when we're changing database structure on first run of a new version"
},
"loadingMessages": {
"message": "در حال بارگذاری پیام‌ها. تاکنون $count$ ...",
"message": "در حال بارگیری پیام‌ها. تاکنون $count$ ...",
"description": "Message shown on the loading screen when we're catching up on the backlog of messages",
"placeholders": {
"count": {
@ -468,7 +472,7 @@
"description": "Description of what will happen with your debug log"
},
"debugLogError": {
"message": "مشکلی در آپلود رخ داد. لطفا گزارش خود را بعنوان یک فایل متنی به support@signal.org ایمیل کنید.",
"message": "مشکلی در بارگذاری رخ داد. لطفا گزارش خود را به صورت یک فایل متنی به support@signal.org ایمیل کنید.",
"description": "Error message a recommendations if debug log upload fails"
},
"debugLogSuccess": {
@ -476,7 +480,7 @@
"description": "Title of the success page for submitting a debug log"
},
"debugLogSuccessNextSteps": {
"message": "گزارش عیب‌یابی آپلود شد. هنگام تماس با پشتیبانی، URL زیر را کپی کنید و آن را به همراه شرح مشکلی که مشاهده کردید و مراحلی که منجر به تکرار آن می‌شود پیوست کنید.",
"message": "گزارش عیب‌یابی بارگذاری شد. هنگام تماس با پشتیبانی، URL زیر را کپی کنید و آن را به همراه شرح مشکلی که مشاهده کردید و مراحلی که منجر به تکرار آن می‌شود پیوست کنید.",
"description": "Explanation of next steps to take when submitting debug log"
},
"debugLogLogIsIncomplete": {
@ -612,7 +616,7 @@
"description": "Shown in toast when user attempts to send .exe file, for example"
},
"loadingPreview": {
"message": "بارگذاری پیش نمایش...",
"message": "بارگیری پیش نمایش...",
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area"
},
"stagedPreviewThumbnail": {
@ -680,7 +684,7 @@
"description": ""
},
"unableToLoadAttachment": {
"message": "ناتوانی در بارگذاری پیوست انتخابی.",
"message": "ناتوانی در بارگیری پیوست انتخابی.",
"description": ""
},
"disconnected": {
@ -922,7 +926,7 @@
"description": "When rendering an address, used to provide context to a post office box"
},
"downloading": {
"message": "در حال دانلود",
"message": "در حال بارگیری",
"description": "Shown in the message bubble while a long message attachment is being downloaded"
},
"downloadFullMessage": {
@ -930,7 +934,7 @@
"description": "Shown in the message bubble while a long message attachment is not downloaded"
},
"downloadAttachment": {
"message": "دانلود ضمیمه",
"message": "بارگیری ضمیمه",
"description": "Shown in a message's triple-dot menu if there isn't room for a dedicated download button"
},
"reactToMessage": {
@ -950,7 +954,7 @@
"description": "Shown in toast if user clicks on quote that references message no longer in database"
},
"messageFoundButNotLoaded": {
"message": "پیام اصلی پیدا شد، اما بارگذاری نشد. برای بارگذاری به سمت بالا حرکت کنید",
"message": "پیام اصلی پیدا شد، اما بارگیری نشد. برای بارگذاری به سمت بالا حرکت کنید",
"description": "Shown in toast if user clicks on quote references messages not loaded in view, but in database"
},
"voiceRecording--start": {
@ -1420,7 +1424,7 @@
}
},
"Install__qr-failed": {
"message": "کد QR بارگزاری نشد. اینترنت خود را بررسی کنید و مجددا سعی کنید. $learnMore$",
"message": "کد QR بارگیری نشد. اینترنت خود را بررسی کنید و مجددا سعی کنید. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
@ -2946,7 +2950,7 @@
"description": "Label for the recent stickers button in the sticker picker"
},
"stickers--StickerPicker--DownloadError": {
"message": "بعضی استیکر ها نمی توانند دانلود شوند.",
"message": "بعضی استیکر ها نمی توانند بارگیری شوند.",
"description": "Shown in the sticker picker when one or more stickers could not be downloaded."
},
"stickers--StickerPicker--DownloadPending": {
@ -3474,7 +3478,7 @@
"description": "Title for the upload stage of the sticker creator"
},
"StickerCreator--UploadStage-uploaded": {
"message": "$count$ از $total$ آپلود شد ",
"message": "$count$ از $total$ بارگذاری شد ",
"description": "Title for the upload stage of the sticker creator",
"placeholders": {
"count": {
@ -6241,6 +6245,22 @@
"message": "زمان پخش پیوست صوتی",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "۱ برابر",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "۱.۵ برابر",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "۲ برابر",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": "۵. برابر",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "روی $composeIcon$ در بالا کلیک کنید و برای مخاطبین یا گروه‌های خود برای ارسال پیام جستجو کنید.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "تنظیمات استوری",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "انتخاب کنید که چه کسانی بتوانند استوری شما را مشاهده کنند",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "ارسال به",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "انتخاب گروه‌ها",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "حریم شخصی استوری‌های من",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "انتخاب کنید که کدام یک از آشنایان در سیگنال بتوانند استوری شما را مشاهده کنند. همیشه می‌توانید این را در تنظیمات حریم شخصی تغییر دهید. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "اشتراک‌گذاری و نمایش استوری‌ها",
"description": "Select box title for the stories on/off toggle"
@ -7536,7 +7574,7 @@
"description": "Action button for the confirmation dialog to hide a story"
},
"StoryImage__error2": {
"message": "استوری دانلود نمی‌شود. $name$ باید آن را دوباره به اشتراک بگذارد.",
"message": "استوری بارگیری نمی‌شود. $name$ باید آن را دوباره به اشتراک بگذارد.",
"description": "Description for image errors",
"placeholders": {
"name": {
@ -7546,7 +7584,7 @@
}
},
"StoryImage__error--you": {
"message": "استوری دانلود نمی‌شود. باید آن را دوباره به اشتراک بگذارید.",
"message": "استوری بارگیری نمی‌شود. باید آن را دوباره به اشتراک بگذارید.",
"description": "Description for image errors but when it is your own image"
},
"StoryCreator__error--video-too-long": {
@ -7691,8 +7729,12 @@
"message": "تغییرات کوچک، رفع اشکالات و بهبود عملکرد. بابت استفاده از سیگنال سپاسگزاریم!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "اگر از برنامه خواندن صفحه JAWS استفاده می‌کنید، اکنون می‌توانید یادداشت‌های صوتی را با موفقیت پخش کنید و به پیام‌های طولانی‌تری که پشت دکمه «بیشتر بخوانید» کوتاه می‌شوند دسترسی پیدا کنید.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "سرعت پیام‌های صوتی را تغییر دهید تا به اصل مطلب برسید یا جزئیات را مرور کنید.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "جستجوی ایموجی خود را ساده کنید. وقتی انتخابگر ایموجی را بالا کشیدید، 🔍 را رد کنید و فقط شروع به تایپ کلمات کلیدی نمایید.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Käyttöehdot ja tietosuoja",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Kopioi virheilmoitus ja lopeta",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Äänitiedoston toistoaika",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1,5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": "0,5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Napauta $composeIcon$ yllä ja etsi yhteystietojasi tai ryhmiäsi.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Tarinan asetukset",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Valitse, kuka voi nähdä tarinasi",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Lähetä yhteystiedolle",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Valitse ryhmät",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Omien tarinoiden yksityisyys",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Valitse Signal-kontaktit, jotka voivat nähdä tarinasi. Voit halutessasi muuttaa tätä valintaa yksityisyysasetuksissa. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Jaa ja katso tarinoita",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Pieniä säätöjä, virheenkorjauksia ja suorituskykyparannuksia. Kiitos, että käytät Signalia!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Jos käytät JAWS-näytönlukuohjelmaa, voit nyt toistaa äänimuistioita ja käyttää pidempiä viestejä, jotka lyhennetään Lue lisää -painikkeen avulla.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Muuta ääniviestien nopeutta, jos haluat mennä suoraan asiaan tai kuunnella tarkemmin.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Nopeuta emojien hakua. Kun käytät emojin valitsinta, ohita 🔍 ja aloita hakusanojen kirjoittaminen.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Mga Alituntunin at Polisiya sa Privacy",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Copy error at mag-quit",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Playback time of audio attachment",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "I-click ang $composeIcon$ sa taas at i-search ang contacts o groups na gusto mong i-message.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Story settings",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Piliin kung sinong makakakita ng story na ito",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "I-send kay",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Pumili ng groups",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Pagkapribado ng stories ko",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Piliin kung sino sa Signal connections mo ang pwedeng makakita ng story mo. Maaari mo itong palitan sa settings ng pagkapribado anumang oras. $learnMore$ ",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Pag-share at Pag-view ng Stories",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Dagdag na maliliit na pag-aayos, pag-alis ng bugs, at pagpapaganda ng takbo ng app. Maraming salamat sa paggamit ng Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Kung ginagamit mo ang JAWS screen reading program, pwede ka nang mag-play ng voice memos at magka-access sa mahahabang messages na pinaikli ng \"read more\" button.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Palitan ang bilis ng mga audio na mensahe para mapunta agad sa bahaging nais mong marinig o pakinggan nang maigi ang ilang detalye.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Mas padaliin ang iyong paghahanap ng emoji. Kapag nabuksan mo na ang pagpili ng emoji, pwede mong laktawan ang 🔍 at i-type na lang ang keywords.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Conditions générales dutilisation et politique de confidentialité",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Copier lerreur et fermer lappli",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Temp de lecture du fichier son joint",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "x 1",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "x 1,5",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "x 2",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": "x 0,5",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Cliquez sur $composeIcon$ ci-dessus et cherchez des contacts ou des groupes à joindre.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Paramètres des stories",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Choisissez qui peut voir votre story",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Envoyer à",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Choisir les groupes",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Confidentialité de mes stories",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Parmi vos contacts, choisissez ceux que vous autorisez à consulter votre story. Vous pourrez modifier vos préférences à tout moment dans les paramètres de confidentialité. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Partager et voir les stories",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Petits ajustements, corrections de bugs et améliorations des performances. Nous vous remercions dutiliser Signal !",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Si vous utilisez le programme de lecture d'écran JAWS, vous pouvez désormais lire avec succès des mémos vocaux et accéder à des messages plus longs qui sont raccourcis derrière un bouton « Lire la suite ».",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Modifiez la vitesse des messages vocaux pour aller à l'essentiel ou pour entendre chaque détail.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Affinez votre recherche d'emoji. Une fois que vous disposez du sélecteur d'emoji, vous n'avez plus besoin de la 🔍 et il vous suffit de taper des mots-clés.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Teirmichean ⁊ poileasaidh prìobhaideachd",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Dèan lethbhreac dhen mhearachd is fàg an-seo",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Faide cluiche a cheanglachain fuaime",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Briog air $composeIcon$ gu h-àrd is lorg luchd-aithne no buidhnean dhan teachdaireachd.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Story settings",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Choose who can view your story",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Send to",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Choose groups",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "My stories privacy",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Choose which Signal connections can view your story. You can always change this in privacy settings. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Share & View Stories",
"description": "Select box title for the stories on/off toggle"
@ -7549,6 +7587,18 @@
"message": "Cant download story. You will need to share it again.",
"description": "Description for image errors but when it is your own image"
},
"StoryCreator__error--video-too-long": {
"message": "Cannot post video to story because it is too long",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__error--video-unsupported": {
"message": "Cannot post video to story as it is an unsupported file format",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__error--video-error": {
"message": "Failed to load video",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__text-bg--background": {
"message": "Text has a white background color",
"description": "Button label"
@ -7679,8 +7729,12 @@
"message": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "If youre using the JAWS screen reading program, you can now successfully play voice memos and access longer messages that get shortened behind a “read more” button.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Change the speed of audio messages to either get to the point or catch the details.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Streamline your emoji searching. Once youve pulled up the emoji picker, skip the 🔍 and just start typing keywords.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Condicións e política de privacidade",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple Silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Copiar o erro e saír",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Duración da mensaxe de son anexa",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Preme $composeIcon$ máis arriba e busca os teus contactos e grupos para enviar mensaxes.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Configuración das historias",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Elixe quen pode ver a túa historia",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Enviar a",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Elixir grupos",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Privacidade das miñas historias",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Elixe que conexións de Signal poden ver a túa historia. Sempre podes cambialo na configuración de privacidade. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Compartir e ver historias",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Comprende pequenas modificacións e melloras no rendemento. Moitas grazas por empregar Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Se empregas o programa JAWS para leres a pantalla, agora podes reproducir as notas de voz sen interrupcións e acceder ás mensaxes máis longas que se mostran abreviadas tras o botón \"Ler máis\".",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Cambia a velocidade das mensaxes de son para chegar á parte importante ou escoitar todos os detalles.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Mellora a túa busca de emoticonas. Unha vez que abras o buscador, non empregues a 🔍 e escribe directamente o que buscas.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,8 +7,12 @@
"message": "શરતો અને ગોપનીયતા નીતિ",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple સિલિકોન",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "ભૂલ કૉપી કરો અને છોડી દો",
"message": "ભૂલ કૉપી કરો અને બહાર નીકળો",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
},
"unknownContact": {
@ -20,11 +24,11 @@
"description": "Shown as the name of a group if we don't have any information about it"
},
"databaseError": {
"message": "ડેટાબેઝમાં ભૂલ",
"message": "ડેટાબેઝની ખામી",
"description": "Shown in a popup if the database cannot start up properly"
},
"deleteAndRestart": {
"message": "બધો ડટા નષ્ટ કરીને ફરીથી પ્રારંભ કરો",
"message": "બધો ડટા નષ્ટ કરીને ફરીથી પ્રારંભ કરો",
"description": "Shown in a popup if the database cannot start up properly; allows user to delete database and restart"
},
"mainMenuFile": {
@ -44,7 +48,7 @@
"description": "The label that is used for the View menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuWindow": {
"message": "& વિંડો",
"message": "&વિન્ડો",
"description": "The label that is used for the Window menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuHelp": {
@ -56,7 +60,7 @@
"description": "The label that is used for the Preferences menu in the program main menu. This should be consistent with the standard naming for Preferences on the operating system."
},
"appMenuServices": {
"message": "સર્વિસિસ",
"message": "સેવાઓ",
"description": "Application menu item for macOS 'Services'"
},
"appMenuHide": {
@ -64,7 +68,7 @@
"description": "Application menu command to hide the window"
},
"appMenuHideOthers": {
"message": "બીજાને છુપાવો",
"message": "અન્યને છુપાવો",
"description": "Application menu command to hide all other windows"
},
"appMenuUnhide": {
@ -96,7 +100,7 @@
"description": "Edit menu command to insert text from clipboard at cursor location"
},
"editMenuPasteAndMatchStyle": {
"message": "પેસ્ટ કરો અને મેચ કરો",
"message": "પેસ્ટ કરો અને સ્ટાઇલ મેચ કરો",
"description": "Edit menu command to insert text from clipboard at cursor location, taking only text and not style information"
},
"editMenuDelete": {
@ -128,7 +132,7 @@
"description": "Window menu command to make the current window the size of the whole screen"
},
"windowMenuBringAllToFront": {
"message": "બધાને સામે લાવો",
"message": "બધાને આગળ લાવો",
"description": "Window menu command to bring all windows of current application to front"
},
"viewMenuResetZoom": {
@ -196,7 +200,7 @@
"description": "Message shown on the loading screen while we are doing application optimizations"
},
"migratingToSQLCipher": {
"message": "મેસેજ ઑપ્ટિમાઇઝ થવાનું ... $status$ પૂર્ણ.",
"message": "મેસેજ ઑપ્ટિમાઇઝ થવાનું ... $status$ પૂર્ણ.",
"description": "Message shown on the loading screen while we are doing application optimizations",
"placeholders": {
"status": {
@ -306,7 +310,7 @@
"description": "Message shown as the export location if we didn't capture the target directory"
},
"upgradingDatabase": {
"message": "ડેટાબેઝ અપગ્રેડ કરી રહ્યું છે. આમાં થોડો સમય લાગી શકે છે ...",
"message": "ડેટાબેઝ અપગ્રેડ કરી રહ્યું છે. આમાં થોડો સમય લાગી શકે છે...",
"description": "Message shown on the loading screen when we're changing database structure on first run of a new version"
},
"loadingMessages": {
@ -3626,7 +3630,7 @@
"description": "Shown as the message for a message request in a group"
},
"MessageRequests--message-group-blocked": {
"message": "આ ગ્રુપને અનબ્લોક કરવું છે અને તેના સભ્યો સાથે તમારું નામ અને ફોટો શેર કરવા? જ્યાં સુધી તમે તેમને અનબ્લોક નહીં કરો ત્યાં સુધી તમને કોઈ મેસેજ પ્રાપ્ત થશે નહીં.",
"message": "આ અને ગ્રુપના સભ્યો સાથે તમારું નામ અને ફોટો શેર કરવા છે અને તેને અનબ્લોક કરવું છે? જ્યાં સુધી તમે તેમને અનબ્લોક નહીં કરો ત્યાં સુધી તમને કોઈ મેસેજ પ્રાપ્ત થશે નહીં.",
"description": "Shown as the message for a message request in a blocked group"
},
"MessageRequests--block": {
@ -6241,6 +6245,22 @@
"message": "ઓડિયો અટેચમેન્ટનો પ્લેબેક સમય ",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "$composeIcon$ પર ક્લિક કરો અને મેસેજ માટે તમારા સંપર્કો અથવા ગ્રુપ શોધો.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "સ્ટોરી સેટિંગ્સ",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "તમારી સ્ટોરી કોણ જોઈ શકે તે પસંદ કરો",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "આમને મોકલો",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "ગ્રુપ પસંદ કરો",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "મારી સ્ટોરીની ગોપનીયતા",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "તમારી સ્ટોરી કયા Signal કનેક્શન જોઈ શકે તે પસંદ કરો. તમે ગોપનીયતા સેટિંગમાંથી ક્યારેય પણ આ બદલી શકો છો. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "સ્ટોરી જુઓ અને શેર કરો",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "નાના ફેરફારો, ભૂલ સુધારા અને પ્રદર્શનમાં વધારો. Signalનો ઉપયોગ કરવા બદલ આભાર!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "જો તમે JAWS સ્ક્રીન રીડિંગ પ્રોગ્રામનો ઉપયોગ કરી રહ્યા છો, તો તમે હવે સફળતાપૂર્વક વૉઇસ મેમો ચલાવી શકો છો અને \"વધુ વાંચો\" બટન પાછળ ટૂંકા થઈ જતાં હોય તેવા લાંબા મેસેજને ઍક્સેસ કરી શકો છો.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "સીધા મુદ્દા પર આવવા અથવા વિગતો સમજવા માટે ઓડિયો મેસેજની ઝડપ બદલો.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "તમારી ઇમોજી શોધવાની પ્રક્રિયાને સુવ્યવસ્થિત કરો. તમે ઇમોજી પીકર ઉપર ખેંચ્યા પછી 🔍 ને છોડી દો અને બસ શબ્દો લખવાનું શરૂ કરો.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "תנאים ומדיניות פרטיות",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "העתק שגיאה וצא",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "זמן ניגון של צרופת שמע",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "לחץ על $composeIcon$ למעלה וחפש אחר אנשי הקשר או הקבוצות שלך כדי לשלוח הודעה.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "הגדרות סיפור",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "אפשר לבחור מי יכול לצפות בסטורי שלך",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "שלח אל",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "בחר קבוצות",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "פרטיות הסטוריז שלי",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "אפשר לבחור אילו חברי Signal יכולים לראות את הסטורי שלך. תמיד אפשר לשנות את זה בהגדרות הפרטיות. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "שיתוף וצפיה בסטוריז",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "התאמות קטנות, תיקוני באגים ושיפורי ביצועים. תודה על השימוש ב-Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "אם אתם משתמשים בקורא מסך JAWS, עכשיו תוכלו לנגן בהצלחה הודעות קוליות ולגשת להודעות ארוכות יותר שמקוצרות מאחורי כפתור ״קרא עוד״.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "משנים את המהירות של הודעות קוליות כדי להגיע ישר לפואנטה או כדי לשמוע הכל לפרטי פרטים.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "אפשר לייעל את חיפוש האימוג׳יז שלך. ברגע שנכנסת למקלדת האימוג׳יז, מדלגים על ה🔍 ופשוט מתחילים להקליד מילות מפתח.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "नियम और गोपनीयता नीति",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "त्रुटि कॉपी करें और ऐप बंद करें",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "ऑडियो अटैचमेंट का प्लेबैक समय",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "ऊपर दिए गए $composeIcon$ पर क्लिक करें और संदेश भेजने के लिए अपने संपर्कों या समूहों को खोजें।",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "स्टोरी सेटिंग्स",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "चुनें कि आपकी स्टोरी कौन देख सकते हैं",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "को भेजें",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "ग्रुप चुनें",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "मेरी स्टोरीज़ की निजता",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "चुनें कि कौन-से Signal कनेक्शन आपकी स्टोरी देख सकते हैं। इसे आप कभी भी निजता सेटिंग्स में बदल सकते हैं। $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "स्टोरीज़ शेयर और व्यू करें",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "छोटे-छोटे ट्वीक, बग फ़िक्स, और प्रदर्शन में सुधार। Signal इस्तेमाल करने के लिए धन्यवाद।",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "यदि आप JAWS स्क्रीन रीडिंग प्रोग्राम का इस्तेमाल कर रहे हैं तो अब आप सफलतापूर्वक वॉयस मेमो प्ले कर सकते हैं उन लंबे संदेशों को ऐक्सेस कर सकते हैं जो \"अधिक पढ़ें\" बटन के पीछे छिप जाते हैं।",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "ऑडियो संदेशों की गति बदलें ताकि या तो सीधे मुद्दे की बात पर पहुँच सकें या जानकारी ले सकें।",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "अपनी इमोजी की खोज को व्यवस्थित करें। एक बार इमोजी पिकर चुन लेने के बाद 🔍 को छोड़ दें और केवल कीवर्ड टाइप करना शुरू करें।",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Uvjeti i pravila o privatnosti",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Kopiraj pogrešku i zatvori",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Vrijeme reprodukcije zvučnog privitka",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Kliknite poviše na $composeIcon$ i pretražite vaše kontakte ili grupe za razgovor.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Postavke priče",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Odaberite tko može pogledati vašu priču",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Poslati",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Odaberite grupe",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Privatnost moje priče",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Odaberite Signal kontakte koji mogu pogledati vašu priču. To uvijek možete promijeniti u postavkama privatnosti. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Dijelite i gledajte priče",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Manja podešavanja, ispravci grešaka i poboljšanje rada aplikacije. Hvala vam što koristite Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Ako koristite program za čitanje zaslona JAWS, sada možete uspješno reproducirati glasovne zapise i pristupiti duljim porukama koje se skraćuju iza gumba \"pročitaj više\".",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Promijenite brzinu glasovnih poruka kako biste došli do bitnog ili pak čuli detalje.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Optimizirajte pretragu emotikona. Kada otvorite alat za odabir emotikona, preskočite 🔍 i počnite upisivati ključne riječi.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Adatvédelmi és Általános Szerződési Feltételek",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple Silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Hiba másolása és kilépés",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Hangcsatolmány lejátszási ideje",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Kattints az $composeIcon$ra a címzettnek szánt kontakt vagy csoport kikereséséhez!",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Történet beállításai",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Döntsd el, hogy ki tekintheti meg a Történeted",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Címzett",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Csoportok kiválasztása",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "A Történetem adatvédelmi beállításai",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Döntsd el, hogy mely Signal Névjegyek tekinthetik meg a Történeted. Ezt bármikor módosíthatod az adatvédelmi beállításokban. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Történetek megosztása és megtekintése",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Apró finomítások, hibajavítások és teljesítménynövelések. Köszönjük, hogy a Signalt használod!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Ha a JAWS-képernyőolvasó programot használod, sikeresen lejátszhatod a hangjegyzeteket, és hozzáférhetsz a hosszabb üzenetekhez, amelyek a „További információ” gomb mögött lerövidülnek.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Módosítsd a hangüzenetek sebességét, és térj a lényegre, vagy halld ki az apró részleteket is.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Egyszerűsítsd le a hangulatjelek keresését. A hangulatjelválasztó felhúzását követően hagyd ki a 🔍 jellel való keresést, inkább egyszerűen csak kezd el beírni a kulcsszavakat.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Syarat & Kebijakan Privasi",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Salin galat dan keluar",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Durasi dari lampiran audio",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Klik $composeIcon$ di atas dan cari kontak atau grup Anda untuk mengirimkan pesan.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Pengaturan cerita",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Pilih siapa yang bisa melihat cerita Anda",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Kirim ke",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Pilih grup",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Privasi cerita saya",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Pilih siapa saja koneksi Signal yang bisa melihat cerita Anda. Anda bisa mengubah ini di pengaturan privasi. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Bagikan & Lihat Cerita",
"description": "Select box title for the stories on/off toggle"
@ -7668,7 +7706,7 @@
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__bugfixes--1": {
"message": "Sedikit penyesuaian tambahan, perbaikan bug, dan penyempurnaan performa. Terima kasih telah menggunakan Signal!",
"message": "Tambahan penyesuaian kecil, perbaikan bug, dan peningkatan performa. Terima kasih telah menggunakan Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__bugfixes--2": {
@ -7684,15 +7722,19 @@
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__bugfixes--5": {
"message": "Sedikit penyesuaian tambahan, perbaikan bug, dan berbagai rencana untuk masa mendatang.",
"message": "Tambahan penyesuaian kecil, perbaikan bug, dan berbagai rencana untuk masa mendatang.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__bugfixes--6": {
"message": "Sedikit penyesuaian tambahan, perbaikan bug, dan peningkatan performa. Terima kasih telah menggunakan Signal!",
"message": "Tambahan penyesuaian kecil, perbaikan bug, dan peningkatan performa. Terima kasih telah menggunakan Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Jika Anda menggunakan program pembaca layar JAWS, kini Anda bisa memutar memo suara dan mengakses pesan panjang yang dipersingkat di balik tombol “baca selengkapnya”.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Ubah kecepatan pesan audio agar bisa langsung menangkap intinya atau mendapat detail pesan.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Permudah pencarian emoji Anda. Begitu pemilih emoji ditampilkan, tak perlu lagi mencari-cari 🔍 dan langsung saja ketik kata kuncinya.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Skilmálar og meðferð persónuupplýsinga",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Afrita villu og hætta",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Tími afspilunar á hljóðskrá í viðhengi",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Ýttu á $composeIcon$ hér fyrir ofan og leitaðu að tengiliðum eða hópum sem þú vilt senda skilaboð.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Stillingar sögu",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Choose who can view your story",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Senda til",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Veldu hópa",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "My stories privacy",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Choose which Signal connections can view your story. You can always change this in privacy settings. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Share & View Stories",
"description": "Select box title for the stories on/off toggle"
@ -7549,6 +7587,18 @@
"message": "Cant download story. You will need to share it again.",
"description": "Description for image errors but when it is your own image"
},
"StoryCreator__error--video-too-long": {
"message": "Cannot post video to story because it is too long",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__error--video-unsupported": {
"message": "Cannot post video to story as it is an unsupported file format",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__error--video-error": {
"message": "Failed to load video",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__text-bg--background": {
"message": "Text has a white background color",
"description": "Button label"
@ -7679,8 +7729,12 @@
"message": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "If youre using the JAWS screen reading program, you can now successfully play voice memos and access longer messages that get shortened behind a “read more” button.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Change the speed of audio messages to either get to the point or catch the details.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Streamline your emoji searching. Once youve pulled up the emoji picker, skip the 🔍 and just start typing keywords.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Termini di servizio e politica sulla privacy",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple Silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Copia l'errore ed esci",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Tempo di riproduzione dell'allegato audio",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Clicca il $composeIcon$ sopra e cerca i tuoi contatti o gruppi a cui inviare messaggi.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Impostazioni storia",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Scegli chi può vedere questa Storia",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Inviato a",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Scegli gruppi",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Privacy delle mie Storie",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Scegli le Amicizie di Signal che possono vedere le tue Storie. Puoi sempre cambiare la tua scelta nelle Impostazioni per la privacy. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Condivisione e visualizzazione delle Storie",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Altre piccole modifiche e correzioni di bug per far funzionare l'app senza problemi. Grazie per usare Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Se stai usando JAWS come screen reader, da ora puoi riprodurre messaggi vocali e accedere ai messaggi di testo più lunghi che vengono accorciati con un pulsante \"Leggi di più\".",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Quando ascolti i messaggi vocali puoi cambiare la velocità di riproduzione per sentirli più rapidamente o più lentamente.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Da ora cercare le emoji è più semplice: quando sei nella barra di ricerca apposita ti basta scrivere una parola chiave per trovare l'emoji giusta 🔎",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "使用条件とプライバシーポリシー",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Appleシリコン",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "エラーメッセージをコピーして終了します",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "添付の音声の再生時間",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": "0.5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "上にある$composeIcon$をクリックして、メッセージを送りたい相手やグループを探してください。",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "ストーリーの設定",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "ストーリーを閲覧できる人を選択します",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "宛先",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "グループを選択",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "マイストーリープライバシー",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "ストーリーを表示できるSignalコネクションを選択します。これはプライバシー設定でいつでも変更できます。$learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "ストーリーズの共有と閲覧",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "細かな微調整、バグ修正、パフォーマンスの向上。 Signalをご利用いただきありがとうございます。",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "JAWS の画面読み上げプログラムを使用している場合に、ボイスメモを正常に再生し、「もっと読む」ボタンの後に省略されている長いメッセージにアクセスできるようになりました。",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "音声メッセージの速度を変更すれば、さっと要点をかいつまむことも、じっくり詳細を聞き取ることもできます。",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "絵文字検索を効率化します。絵文字ピッカーを表示したら、🔍をスキップしてキーワードを入力し始めましょう。",
"description": "Release notes for v5.57"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -7,6 +7,10 @@
"message": "Шарттар және құпиялық саясаты",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Қатені көшіру және шығу",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Аудио тіркеменің ойнатылу уақыты",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Жоғарыдағы $composeIcon$ түймесін басыңыз және хат жазатын контактілерді немесе топтарды іздеңіз.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Сторис параметрлері",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Стористі кім көре алатынын таңдаңыз",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Жіберу",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Топтарды таңдау",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Стористерімнің құпиялылығы",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Сторисіңізді Signal-дағы контактілердің қайсысы көре алатынын таңдаңыз. Ол тізімді құпиялылық параметрлерінен кез келген уақытта өзгертуге болады. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Стористерді бөлісу және көру",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Кішігірім түзетпелер жасалды, ақаулар жөнделді және жұмысы жақсартылды. Signal-ды қолданғаныңыз үшін рақмет!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Егер сіз JAWS экранды оқу бағдарламасын қолданып жатсаңыз, онда дауыстық хабарламаларды тыңдай аласыз және \"толық оқу\" түймесін басу арқылы хаттың қалған бөлігін оқи аласыз.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Аудио хаттарда не айтылғанын жылдам түсініп алу үшін немесе дұрыстап тыңдап алу үшін жылдамдығын өзгертіп тыңдаңыз.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Эмодзи іздеу процесін жеңілдетіңіз. Эмодзилер панелін шығарған соң, 🔍 таңбасын баспай-ақ, кілт сөздерді тере бастаңыз.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "លក្ខខណ្ឌ និងគោលនយោបាយឯកជនភាព",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "ចម្លងបញ្ហា និងចាកចេញ",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "រយៈពេលចាក់ឯកសារភ្ជាប់ជាសំឡេង",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ",5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "ចុច $composeIcon$ ខាងលើ ហើយស្វែងរកបញ្ជីទំនាក់ទំនង ឬក្រុមរបស់អ្នកដើម្បីផ្ញើសារ។",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "ការកំណត់រឿងរ៉ាវ",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "ជ្រើសរើសអ្នកដែលអាចមើលរឿងរ៉ាវរបស់អ្នក",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "ផ្ញើទៅ",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "ជ្រើសរើសក្រុម",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "ឯកជនភាពនៃរឿងរ៉ាវរបស់ខ្ញុំ",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "ជ្រើសរើសថាតើអ្នកភ្ជាប់ទំនាក់ទំនងក្នុង Signal ណាខ្លះដែលអាចមើលរឿងរ៉ាវរបស់អ្នកបាន។ អ្នកអាចផ្លាស់ប្តូរវានៅក្នុងការកំណត់ឯកជនភាពបានជានិច្ច។ $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "ចែករំលែក និងមើលរឿងរ៉ាវ",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "ការកែប្រែបន្តិចបន្តួច ការដោះស្រាយបញ្ហា និងការបង្កើនប្រតិបត្តិការ។ សូមអរគុណចំពោះការប្រើប្រាស់ Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "ប្រសិនបើអ្នកកំពុងប្រើកម្មវិធីអានអេក្រង់ JAWS ឥឡូវនេះអ្នកអាចចាក់កំណត់សម្គាល់ជាសំឡេងដោយជោគជ័យ និងចូលមើលសារវែងជាងនេះ ដែលបានបង្រួមឲ្យខ្លីនៅពីក្រោយប៊ូតុង “អានបន្ថែម”។",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "ផ្លាស់ប្តូរល្បឿននៃសារជាសំឡេងដើម្បីចាប់យកចំណុចសំខាន់ ឬព័ត៌មានលម្អិត។",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "ធ្វើឲ្យការស្វែងរករូបអារម្មណ៍របស់អ្នកកាន់តែមានប្រសិទ្ធភាព។ នៅពេលអ្នកបានបើក​ផ្ទាំងរើសរូបអារម្មណ៍ សូមរំលង 🔍 រួចគ្រាន់តែចាប់ផ្តើមវាយពាក្យគន្លឹះប៉ុណ្ណោះ។",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "ನಿಯಮಗಳು ಮತ್ತು ಖಾಸಗಿತನದ ನೀತಿ",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "ಆ್ಯಪಲ್ ಸಿಲಿಕಾನ್",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "ದೋಷವನ್ನು ಪ್ರತಿ ಮಾಡಿ ತ್ಯಜಿಸು",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "ಆಡಿಯೊ ಅಟ್ಯಾಚ್‌ಮೆಂಟ್‌ಗೆ ಪ್ಲೇಬ್ಯಾಕ್ ಸಮಯ",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "ಮೇಲಿರುವ $composeIcon$ ಕ್ಲಿಕ್ ಮಾಡಿ ಮತ್ತು ಮೆಸೇಜ್ ಮಾಡಲು ನಿಮ್ಮ ಸಂಪರ್ಕಗಳು ಅಥವಾ ಗ್ರೂಪ್‌ಗಳನ್ನು ಹುಡುಕಿ.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "ಸ್ಟೋರಿ ಸೆಟ್ಟಿಂಗ್‌ಗಳು",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "ನಿಮ್ಮ ಸ್ಟೋರಿಯನ್ನು ಯಾರು ವೀಕ್ಷಿಸಬಹುದು ಎಂಬುದನ್ನು ಆಯ್ಕೆ ಮಾಡಿರಿ",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "ಇವರಿಗೆ ಕಳುಹಿಸಿ",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "ಗ್ರೂಪ್‌ಗಳನ್ನು ಆರಿಸಿ",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "ನನ್ನ ಸ್ಟೋರೀಸ್ ಗೌಪ್ಯತೆ",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "ನಿಮ್ಮ ಸ್ಟೋರಿಯನ್ನು ಯಾವ Signal ಸಂಪರ್ಕಗಳು ವೀಕ್ಷಿಸಬಹುದು ಎಂಬುದನ್ನು ಆಯ್ಕೆ ಮಾಡಿ. ನೀವು ಯಾವತ್ತೂ ಗೌಪ್ಯತೆ ಸೆಟ್ಟಿಂಗ್‌ಗಳು ನಲ್ಲಿ ಇದನ್ನು ಬದಲಾಯಿಸಬಹುದು. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "ಸ್ಟೋರೀಸ್ ಹಂಚಿಕೊಳ್ಳಿ ಮತ್ತು ವೀಕ್ಷಿಸಿ",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "ಸಣ್ಣ ಟ್ವೀಕ್‌ಗಳು, ಬಗ್ ಫಿಕ್ಸ್‌ಗಳು ಮತ್ತು ಕಾರ್ಯಕ್ಷಮತೆ ವರ್ಧನೆಗಳು. Signal ಬಳಸುತ್ತಿರುವುದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "JAWS ಸ್ಕ್ರೀನ್ ರೀಡಿಂಗ್ ಪ್ರೋಗ್ರಾಂ ಅನ್ನು ನೀವು ಬಳಸುತ್ತಿದ್ದರೆ, ನೀವು ಯಶಸ್ವಿಯಾಗಿ ವಾಯ್ಸ್ ಮೆಮೋಸ್ ಪ್ಲೇ ಮಾಡಬಹುದು ಮತ್ತು “ಇನ್ನಷ್ಟು ಓದಿ” ಬಟನ್ ಹಿಂದೆ ಸಂಕ್ಷಿಪ್ತಗೊಳಿಸಲ್ಪಟ್ಟ‌ ದೀರ್ಘವಾದ ಮೆಸೇಜ್‌ಗಳನ್ನು ಪ್ರವೇಶಿಸಬಹುದು.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "ಪಾಯಿಂಟ್ ಅನ್ನು ಪಡೆಯಲು ಅಥವಾ ವಿವರಗಳನ್ನು ಗ್ರಹಿಸಲು ಆಡಿಯೋ ಮೆಸೇಜ್‌ಗಳ ವೇಗವನ್ನು ಬದಲಾಯಿಸಿ.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "ನಿಮ್ಮ ಎಮೋಜಿ ಹುಡುಕುವಿಕೆಯನ್ನು ಸುಗಮಗೊಳಿಸಿ. ಎಮೋಜಿ ಪಿಕರ್ ಅನ್ನು ಸೆಳೆದ ಬಳಿಕ, 🔍 ಅನ್ನು ಸ್ಕಿಪ್ ಮಾಡಿ ಮತ್ತು ಕೀವರ್ಡ್‌ಗಳನ್ನು ಟೈಪ್ ಮಾಡಲು ಪ್ರಾರಂಭಿಸಿ.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "이용약관 및 개인정보 처리방침",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple 실리콘",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "오류 복사 후 종료",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "오디오 첨부 파일 재생 시간",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5배",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5배",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "위 $composeIcon$ 아이콘을 클릭하고 메시지를 전송할 연락처 또는 그룹을 검색하세요.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "스토리 설정",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "스토리를 볼 수 있는 사람을 선택하세요.",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "다음으로 보내기",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "그룹 선택",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "내 스토리 개인정보보호",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "내 스토리를 볼 수 있는 Signal 커넥션을 선택하세요. 개인정보보호 설정에서 언제든지 변경할 수 있습니다. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "스토리 공유 및 보기",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "사소한 변경 사항과 버그 수정 및 성능 개선. Signal을 이용해 주셔서 감사합니다!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "이제 JAWS 화면 읽기 프로그램을 사용하는 경우 음성 메모를 재생하고 '더 읽기' 버튼 뒤에 생략되는 긴 메시지에 액세스할 수 있습니다.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "음성 메시지 재생 속도를 변경하여 요점만 확인하거나 정확한 내용을 확인하세요.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "더욱 간편하게 이모지를 검색하세요. 이모지 창에서 🔍 아이콘을 누를 필요 없이 바로 키워드를 입력하세요.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Пайдалануу шарттары жана Купуялык саясаты",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Катаны көчүрүп, чыгуу",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Аудио тиркеменин ойнотуу убакыты",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Жогорудагы $composeIcon$ дегенди басып, баарлаша турган байланышты же топту табыңыз.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Окуя орнотуулары",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Окуяңызды кимдер көрө алат?",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Жөнөтүү",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Топторду тандоо",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Окуяларымдын купуялыгы",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Signal байланыштарыңыздын кимиси окуяңызды көрө ала турганын тандаңыз. Бул нерсени каалаган убакта купуялык параметрлеринен өзгөртө аласыз. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Окуяларды бөлүшүү жана көрүү",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Майда-барат өзгөрүүлөрдү киргизип, мүчүлүштүктөрдү оңдоп, колдонмонун иштешин жакшыртып жатабыз. Signal'ды колдонгонуңуз үчүн чоң рахмат!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "JAWS экрандан окугучту колдонсоңуз, үн эскертмелерин ойнотуп, узун билдирүүлөрдү окуй аласыз (\"дагы\" дегендин аркасында жашырылган).",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Жакшыраак түшүнүү же майда-баратына чейин угуу үчүн аудио билдирүүлөрдүн ылдамдыгын өзгөртсөңүз болот.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Эми быйтыкчаларды оңой издейсиз. Быйтыкчаны бир жолу тандагандан кийин, аны кайра издеп 🔍 убара болбостон, жөн гана ачкыч сөздөрдү жазып баштасаңыз болот.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Sąlygos ir Privatumo politika",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "„Apple Silicon“",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Kopijuoti klaidą ir išeiti",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Garso įrašo priedo atkūrimo laikas",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1,5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": "0,5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Spustelėkite aukščiau ant $composeIcon$ ir ieškokite adresatų ar grupių, kuriems norite rašyti žinutę.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Istorijos nustatymai",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Pasirink, kas gali žiūrėti tavo istoriją",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Kam siųsti",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Pasirinkite grupes",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Mano istorijų privatumas",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Pasirink, kurie „Signal“ adresatai gali žiūrėti tavo istoriją. Bet kada galėsi pakeisti pasirinkimą privatumo nustatymuose. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Dalintis ir žiūrėti istorijas",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Smulkūs patobulinimai, klaidų pataisymai ir veikimo pagerinimas. Ačiū, kad naudoji „Signal“!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Jei naudoji ekrano skaitymo programą JAWS, nuo šiol gali sėkmingai paleisti balso pastabas ir skaityti ilgesnes žinutes, kurios būna sutrumpintos ties mygtuku „Skaityti daugiau“.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Keisk garso žinučių greitį jei nori išgirsti tik esmę ar perklausyti išsamiai.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Jaustukų ieškok paprasčiau. Atidaręs jaustukų parinkiklį, praleisk 🔍 ir tiesiog įvesk raktinius žodžius.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Noteikumi un privātuma politika",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Kopēt kļūdu un aizvērt",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Audio pielikuma atskaņošanas laiks",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Noklikšķiniet uz augstāk norādītās $composeIcon$ un meklējiet kontaktpersonas vai grupas, kurām sūtīt ziņas.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Stāsta iestatījumi",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Izvēlieties, kas var skatīties jūsu stāstu",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Sūtīt",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Izvēlieties grupas",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Manu stāstu privātums",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Izvēlieties, kuri Signal kontakti var skatīties jūsu stāstu. Jebkurā brīdī varat to mainīt privātuma iestatījumos. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Kopīgot un skatīt stāstus",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Nelielas izmaiņas, kļūdu labojumi un darbības uzlabojumi. Paldies, ka lietojat Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Ja izmantojat JAWS ekrāna nolasīšanas programmu, tagad varat atskaņot balss piezīmes un piekļūt garākām ziņām, kas tiek saīsinātas ar pogu \"Lasīt vairāk\".",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Mainiet audio ziņu atskaņošanas ātrumu, lai nonāktu pie būtiskās informācijas vai saklausītu detaļas.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Optimizējiet emocijzīmju meklēšanu. Atverot emocijzīmju izvēli, ignorējiet 🔍 un vienkārši sāciet rakstīt atslēgvārdus.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Услови и политика на приватност",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Копирај ја грешката и напушти",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Време за репродукција на аудио прилог",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Кликнете на $composeIcon$ погоре и пребарајте контакти или групи на кои сакате да им пишете",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Поставувања за приказна",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Одберете кој може да ја гледа вашата приказна.",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Испрати на",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Избери групи",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Приватност на моите приказни",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Одберете кои ваши Signal врски можат да ја видат вашата приказна. Ова секогаш може да се смени во поставувањата за приватност. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Споделувајте и гледајте приказни",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Mали подобрувања, решени багови и подобрувања на перформансот. Ви благодариме што користите Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Доколку ја користите програмата за читање на екран JAWS, сега можете успешно да слушате говорни белешки и да имате пристап до подолгите пораки кои се скратени со копче „прочитај повеќе“.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Променете ја брзината на аудио пораките за побрзо да ја слушнете суштината или за да ги слушнете деталите.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Поедноставете ја потрагата по емотикони. Кога ќе го отворите бирачот на емотикони, скокнете ја 🔍 и почнете со пишување на клучни зборови.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "നിബന്ധനകളും സ്വകാര്യതാ നയവും",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple സിലിക്കൺ",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "പിശക് പകര്‍ത്തിയ ശേഷം പുറത്ത് കടക്കുക",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "ഓഡിയോ അറ്റാച്ച്‌മെന്റിന്റെ പ്ലേബാക്ക് സമയം",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "മുകളിലുള്ള $composeIcon$'ക്ലിക്ക് ചെയ്ത് സന്ദേശം-മയയ്‌ക്കാൻ നിങ്ങളുടെ കോൺ‌ടാക്റ്റുകൾ-ളോ ഗ്രൂപ്പുകളോ തിരയുക.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "സ്റ്റോറി ക്രമീകരണങ്ങൾ",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "ആർക്കൊക്കെ നിങ്ങളുടെ സ്റ്റോറി കാണാനാകുമെന്ന് തിരഞ്ഞെടുക്കുക",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "അയക്കുക",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "ഗ്രൂപ്പുകൾ തിരഞ്ഞെടുക്കുക",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "എന്‍റെ സ്റ്റോറികളുടെ സ്വകാര്യത",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "ഏതൊക്കെ Signal കണക്ഷനുകൾക്ക് നിങ്ങളുടെ സ്റ്റോറി കാണാനാകുമെന്ന് തിരഞ്ഞെടുക്കുക. നിങ്ങൾക്ക് ഇത് സ്വകാര്യതാ ക്രമീകരണങ്ങളിൽ എപ്പോൾ വേണമെങ്കിലും മാറ്റാം. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "സ്റ്റോറീസ് പങ്കിടുകയും കാണുകയും ചെയ്യുക",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "ചെറിയ മാറ്റങ്ങളും ബഗ് പരിഹരിക്കലുകളും പ്രകടന മെച്ചപ്പെടുത്തലുകളും. Signal ഉപയോഗിക്കുന്നതിന് നന്ദി!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "നിങ്ങൾ JAWS സ്‌ക്രീൻ റീഡിംഗ് പ്രോഗ്രാമാണ് ഉപയോഗിക്കുന്നതെങ്കിൽ, വിജയകരമായി വോയ്‌സ് മെമ്മോകൾ പ്ലേ ചെയ്യാനും \"കൂടുതൽ വായിക്കുക\" എന്ന ബട്ടണിന് പിന്നിൽ ചുരുക്കിയിരിക്കുന്ന ദൈർഘ്യമേറിയ സന്ദേശങ്ങൾ ആക്‌സസ് ചെയ്യാനും നിങ്ങൾക്ക് ഇപ്പോൾ കഴിയുന്നതാണ്.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "പോയിന്‍റിലേക്ക് എത്താനോ വിശദാംശങ്ങൾ മനസ്സിലാക്കാനോ ഓഡിയോ സന്ദേശങ്ങളുടെ വേഗത മാറ്റുക.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "നിങ്ങളുടെ ഇമോജി തിരയൽ കാര്യക്ഷമമാക്കുക. ഇമോജി പിക്കർ തുറന്നുകഴിഞ്ഞാൽ, 🔍 ഒഴിവാക്കി, കീവേഡുകൾ ടൈപ്പ് ചെയ്യുക.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "अटी आणि गोपनीयता धोरण",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple सिलिकॉन",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "त्रुटी कॉपी करा आणि सोडा",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "ऑडिओ संलग्नचा प्लेबॅक अवधी",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "वरील $composeIcon$ वर क्लिक करा आणि संदेश पाठवण्यासाठी आपले संपर्क किंवा गट शोधा.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "स्टोरी सेटिंग्ज",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "आपली स्टोरी कोण पाहू शकतात ते निवडा ",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "यांना पाठवा",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "गट निवडा",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "माझ्या स्टोरीज ची गोपनीयता",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "कोणती Signal कनेक्शन्स आपली स्टोरी पाहू शकतील ते निवडा. आपण नेहमी हे गोपनीयता सेटिंग्ज मध्ये बदलू शकता. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "स्टोरीज शेअर करा व पहा",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "लहान ट्विक्स, दोष निवारण, आणि कामगिरी सुधारणा. Signal वापरल्याबद्दल आभारी आहोत!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "आपण JAWS स्क्रिन वाचन प्रोग्राम वापरतअसल्यास, आपण आता ध्वनी मेमोज यशस्वीरित्या प्ले करु शकता आणि “अधिक वाचा” बटणाच्या मागे लहान झालेल्या दीर्घ संदेशांना ॲक्सेस करु शकता.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "मुद्दा लक्षात घेण्यासाठी किंवा तपशील ऐकण्यासाठी ऑडिओ संदेशाचा वेग बदला.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "आपला इमोजी शोध स्ट्रिमलाइन करा. एकदा तुम्ही इमोजी पिकर वर ओढला तर, 🔍 वगळा आणि फक्त मुख्य शब्द टाईप करून सुरुवात करा.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Terma & Dasar Privasi",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Silikon Apple",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Ralat menyalin dan berhenti",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Masa main balik lampiran audio",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Klik $composeIcon$ di atas dan cari kenalan atau kumpulan anda untuk menghantar mesej.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Tetapan cerita",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Pilih siapa yang boleh tonton cerita anda",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Hantar kepada",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Pilih kumpulan",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Privasi cerita saya",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Pilih hubungan Signal mana yang boleh menonton cerita anda. Anda sentiasa boleh menukar ini dalam tetapan privasi. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Kongsi & Tonton Cerita",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Sedikit pengubahsuaian, pembaikan pepijat dan peningkatan prestasi. Terima kasih kerana menggunakan Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Jika anda menggunakan program membaca skrin JAWS, anda kini boleh memainkan memo suara dan mengakses mesej panjang yang telah dipendekkan di sebalik butang \"baca lagi\".",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Tukar kepantasan mesej audio sama ada untuk memahami atau mengetahui butirannya.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Memperkemas pencarian emoji anda. Setelah anda mengeluarkan pemilih emoji, langkau 🔍 dan mula menaip kata kunci.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "လိုက်နာဆောင်ရွက်ရမည့် အချက်များ",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple Silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "ချို့ယွင်းချက်ကို ကူးပြီး ထွက်ရန်",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "ပူးတွဲပါ အော်ဒီယိုဖိုင် ပြန်ဖွင့်ချိန်",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "အထက်ပါ $composeIcon$ ကို နှိပ်ပြီး မက်ဆေ့ချ်ပို့ရန် သင့်အဆက်အသွယ်များ သို့မဟုတ် အဖွဲ့များကို ရှာပါ။",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "စတိုရီ ဆက်တင်",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "သင့်စတိုရီကို ကြည့်နိုင်မည့်သူများကိုရွေးရန်",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "ဖော်ပြပါသို့ ပို့ရန်",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "အဖွဲ့များ ရွေးချယ်ရန်",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "ကျွန်ုပ်၏ စတိုရီ ကိုယ်ပိုင်အချက်အလက်",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "သင့်စတိုရီကို ကြည့်နိုင်မည့် Signal အဆက်အသွယ်များကို ရွေးပါ။ ဤသည်ကို ကိုယ်ပိုင်အချက်အလက် ဆက်တင်တွင် အမြဲပြောင်းလဲနိုင်ပါသည်။ $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "စတိုရီများကို မျှဝေကြည့်ရှုရန်",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "အနေအထား ပြုပြင်မှုလေးများ၊ ချို့ယွင်းချက် ပြင်ဆင်မှုများနှင့် စွမ်းဆောင်ရည် မြှင့်တင်မှုများ။ Signal ကို သုံးသည့်အတွက် ကျေးဇူးတင်ပါသည်။",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "JAWS စခရင် ဖတ်ရှုမှု ပရိုဂရမ်ကို သုံးနေပါက သင်သည် ယခုအခါ အသံမီမိုများကို အောင်မြင်စွာ ဖွင့်နိုင်ပါမည်၊ \"ပိုမိုဖတ်ရှုရန်\" ခလုတ်၏ နောက်တွင် အတိုချုံးပေးထားသည့် မက်ဆေ့ချ်ရှည်များကို ဝင်ရောက်ကြည့်ရှုနိုင်ပါသည်။",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "နားလည်နိုင်ရန် သို့မဟုတ် အသေးစိတ် ကြားနိုင်ရန် အော်ဒီယိုမက်ဆေ့ချ်များ၏ မြန်နှုန်းကို ပြောင်းပါ။",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "သင်၏ အီမိုဂျိ ရှာဖွေရေးနည်းလမ်းကို သုံးပါ။ အီမိုဂျိ ပစ်ကာကို ထုတ်ထားပြီးသည့်နောက် 🔍 ကို ကျော်ပြီး သော့ချက်စကားလုံးများကို စတင်ရိုက်ထည့်ပါ။",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Vilkår og personvernerklæring",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Kopier feil og avslutt",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Spilletid for lydvedlegg",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": "0.5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Klikk på $composeIcon$ ovenfor og søk etter kontakter eller grupper å melde til.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Innstillinger for story",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Velg hvem som kan se storyen din",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Send til",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Velg grupper",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Personvern for Mine stories",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Velg hvilke Signal-kontakter som kan se storyen din. Du kan når som helst endre dette via personvernsinntillingene.$learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Del og se storyer",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Noen små justeringer, feilrettinger og ytelsesforbedringer. Takk for at du bruker Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Hvis du bruker skjermlesningsprogrammet JAWS, kan du nå spille av talemeldinger og lese lange meldinger som kortes ned med en «Les mer»-knapp.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Endre hastigheten på talemeldinger slik at du kan komme til poenget eller få med deg alle detaljene.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Søk etter emojis på en enklere måte. Du trenger ikke lenger trykke på 🔍, bare skriv inn søkeordene og så dukker de opp.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Gebruiksvoorwaarden & privacybeleid",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Foutmelding kopiëren en afsluiten",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -36,7 +40,7 @@
"description": "The label that is used for the Create/upload sticker pack option in the File menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuEdit": {
"message": "&Bewerken",
"message": "B&ewerken",
"description": "The label that is used for the Edit menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuView": {
@ -164,7 +168,7 @@
"description": "Label for context button next to each message"
},
"contextMenuCopyLink": {
"message": "Verwijzing kopiëren",
"message": "Link kopiëren",
"description": "Shown in the context menu for a link to indicate that the user can copy the link"
},
"contextMenuCopyImage": {
@ -484,7 +488,7 @@
"description": "Shown as the text for the copy button on the debug log screen"
},
"debugLogCopy": {
"message": "Verwijzing kopiëren",
"message": "Link kopiëren",
"description": "Shown as the text for the copy button on the debug log screen"
},
"debugLogSave": {
@ -492,7 +496,7 @@
"description": "Shown as the text for the download button on the debug log screen"
},
"debugLogLinkCopied": {
"message": "De verwijzing is naar het klembord gekopieerd",
"message": "De link is naar het klembord gekopieerd",
"description": "Shown in a toast to let the user know that the link to the debug log has been copied to their clipboard"
},
"reportIssue": {
@ -3492,7 +3496,7 @@
"description": "Title for the share stage of the sticker creator"
},
"StickerCreator--ShareStage--help": {
"message": "Gebruik jouw nieuwe stickers via het sticker-pictogram, of deel ze met je kennissen door middel van de koppeling hieronder.",
"message": "Gebruik jouw nieuwe stickers via het sticker-pictogram, of deel ze met je kennissen door middel van de link hieronder.",
"description": "Help text for the share stage of the sticker creator"
},
"StickerCreator--ShareStage--callToAction": {
@ -3570,7 +3574,7 @@
}
},
"StickerCreator--Toasts--linkedCopied": {
"message": "Koppeling gekopieerd",
"message": "Link gekopieerd",
"description": "Text for the toast when a link for sharing is copied from the Sticker Creator"
},
"StickerCreator--StickerPreview--light": {
@ -4242,7 +4246,7 @@
"description": "Button to dismiss popup dialog when user-initiated task has gone wrong"
},
"unknown-sgnl-link": {
"message": "Sorry, die sgnl:// verwijzing klopt niet.",
"message": "Sorry, die sgnl:// link klopt niet.",
"description": "Shown if you click on a sgnl:// link not currently supported by Desktop"
},
"GroupV2--cannot-send": {
@ -4254,11 +4258,11 @@
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
},
"GroupV2--join--invalid-link--title": {
"message": "Ongeldige verwijzing",
"message": "Ongeldige link",
"description": "Shown if we are unable to parse a group link"
},
"GroupV2--join--invalid-link": {
"message": "Dit is geen geldige groepsverwijzing. Ga na dat je de volledige verwijzing gebruikt met de juiste karakters voordat je probeert lid te worden van de groep.",
"message": "Dit is geen geldige groepslink. Ga na dat je de volledige link gebruikt met de juiste karakters voordat je probeert lid te worden van de groep.",
"description": "Shown if we are unable to parse a group link"
},
"GroupV2--join--prompt": {
@ -4274,11 +4278,11 @@
"description": "Shown if you click a group link for a group where you've already requested approval'"
},
"GroupV2--join--unknown-link-version--title": {
"message": "Onbekend verwijzingsformaat",
"message": "Onbekend linkformaat",
"description": "This group link is no longer valid."
},
"GroupV2--join--unknown-link-version": {
"message": "Deze groepsverwijzing wordt niet langer ondersteund in deze versie van Signal-desktop.",
"message": "Deze groepslink wordt niet langer ondersteund in deze versie van Signal-desktop.",
"description": "Shown if you click a group link and we can't get information about it"
},
"GroupV2--join--link-revoked--title": {
@ -4286,7 +4290,7 @@
"description": "Shown if you click a group link and we can't get information about it"
},
"GroupV2--join--link-revoked": {
"message": "De groepsverwijzing is niet langer geldig.",
"message": "De groepslink is niet langer geldig.",
"description": "Shown if you click a group link and we can't get information about it"
},
"GroupV2--join--link-forbidden--title": {
@ -4294,7 +4298,7 @@
"description": "Shown if you click a group link and you have been forbidden from joining via the link"
},
"GroupV2--join--link-forbidden": {
"message": "Je kunt niet door middel van een groepsverwijzing lid worden van deze groep omdat je door een beheerder uit deze groep bent verwijderd. ",
"message": "Je kunt niet door middel van een groepslink lid worden van deze groep omdat je door een beheerder uit deze groep bent verwijderd. ",
"description": "Shown if you click a group link and you have been forbidden from joining via the link"
},
"GroupV2--join--prompt-with-approval": {
@ -4354,7 +4358,7 @@
"description": "Shown in composition area when you've requested to join a group"
},
"GroupV2--join--general-join-failure--title": {
"message": "Verwijzingsfout",
"message": "Linkfout",
"description": "Shown if something went wrong when you try to join via a group link"
},
"GroupV2--join--general-join-failure": {
@ -4556,11 +4560,11 @@
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-invite-link--disabled--you": {
"message": "Je hebt de beheerderstoestemming-vereiste om via de groepsverwijzing lid te mogen worden uitgeschakeld.",
"message": "Je hebt de beheerderstoestemming-vereiste om via de groepslink lid te mogen worden uitgeschakeld.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-invite-link--disabled--other": {
"message": "$adminName$ heeft de beheerderstoestemming-vereiste om via de groepsverwijzing lid te mogen worden van de groep uitgeschakeld.",
"message": "$adminName$ heeft de beheerderstoestemming-vereiste om via de groepslink lid te mogen worden van de groep uitgeschakeld.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
@ -4570,15 +4574,15 @@
}
},
"GroupV2--access-invite-link--disabled--unknown": {
"message": "De beheerderstoestemming-vereiste om via de groepsverwijzing lid te mogen worden van de groep is uitgeschakeld.",
"message": "De beheerderstoestemming-vereiste om via de groepslink lid te mogen worden van de groep is uitgeschakeld.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-invite-link--enabled--you": {
"message": "Je hebt de beheerderstoestemming-vereiste om via de groepsverwijzing lid te mogen worden van de groep ingeschakeld.",
"message": "Je hebt de beheerderstoestemming-vereiste om via de groepslink lid te mogen worden van de groep ingeschakeld.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-invite-link--enabled--other": {
"message": "$adminName$ heeft de beheerderstoestemming-vereiste voor personen die lid willen worden via de groepsverwijzing ingeschakeld.",
"message": "$adminName$ heeft de beheerderstoestemming-vereiste voor personen die lid willen worden via de groepslink ingeschakeld.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
@ -4588,7 +4592,7 @@
}
},
"GroupV2--access-invite-link--enabled--unknown": {
"message": "De beheerderstoestemming-vereiste om via de groepsverwijzing lid te mogen worden van de groep is ingeschakeld.",
"message": "De beheerderstoestemming-vereiste om via de groepslink lid te mogen worden van de groep is ingeschakeld.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--invited--you": {
@ -4726,11 +4730,11 @@
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add-from-link--you--you": {
"message": "Je bent via de groepsverwijzing lid geworden van de groep.",
"message": "Je bent via de groepslink lid geworden van de groep.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add-from-link--other": {
"message": "$memberName$ is lid geworden via de groepsverwijzing.",
"message": "$memberName$ is lid geworden via de groepslink.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
@ -5280,7 +5284,7 @@
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--admin-approval-add-one--other": {
"message": "$joinerName$ heeft via de groepsverwijzing verzocht om lid te worden.",
"message": "$joinerName$ heeft via de groepslink verzocht om lid te worden.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"joinerName": {
@ -5332,7 +5336,7 @@
}
},
"GroupV2--admin-approval-bounce--one": {
"message": "$joinerName$ heeft via de groepsverwijzing verzocht lid te worden van de groep en heeft dat verzoek weer ingetrokken",
"message": "$joinerName$ heeft via de groepslink verzocht lid te worden van de groep en heeft dat verzoek weer ingetrokken",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"joinerName": {
@ -5356,11 +5360,11 @@
}
},
"GroupV2--group-link-add--disabled--you": {
"message": "Je hebt de groepsverwijzingen ingeschakeld zonder beheerderstoestemming-vereiste om lid te mogen worden.",
"message": "Je hebt de groepslink ingeschakeld zonder beheerderstoestemming-vereiste om lid te mogen worden.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-add--disabled--other": {
"message": "$adminName$ heeft de groepsverwijzing ingeschakeld zonder beheerderstoestemming-vereiste om lid te mogen worden.",
"message": "$adminName$ heeft de groepslink ingeschakeld zonder beheerderstoestemming-vereiste om lid te mogen worden.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
@ -5370,15 +5374,15 @@
}
},
"GroupV2--group-link-add--disabled--unknown": {
"message": "De groepsverwijzing is ingeschakeld zonder beheerderstoestemming-vereiste om lid te mogen worden.",
"message": "De groepslink is ingeschakeld zonder beheerderstoestemming-vereiste om lid te mogen worden.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-add--enabled--you": {
"message": "Je hebt de groepsverwijzing ingeschakeld met beheerderstoestemming-vereiste om lid te mogen worden ook ingeschakeld.",
"message": "Je hebt de groepslink ingeschakeld met beheerderstoestemming-vereiste om lid te mogen worden ook ingeschakeld.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-add--enabled--other": {
"message": "$adminName$ heeft de groepsverwijzing ingeschakeld met beheerderstoestemming-vereiste om lid te mogen worden ook ingeschakeld.",
"message": "$adminName$ heeft de groepslink ingeschakeld met beheerderstoestemming-vereiste om lid te mogen worden ook ingeschakeld.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
@ -5388,15 +5392,15 @@
}
},
"GroupV2--group-link-add--enabled--unknown": {
"message": "De groepsverwijzing is ingeschakeld met beheerderstoestemming-vereiste om lid te mogen worden ook ingeschakeld.",
"message": "De groepslink is ingeschakeld met beheerderstoestemming-vereiste om lid te mogen worden ook ingeschakeld.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-remove--you": {
"message": "Je hebt de groepsverwijzing uitgeschakeld.",
"message": "Je hebt de groepslink uitgeschakeld.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-remove--other": {
"message": "$adminName$ heeft de groepsverwijzing uitgeschakeld.",
"message": "$adminName$ heeft de groepslink uitgeschakeld.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
@ -5406,15 +5410,15 @@
}
},
"GroupV2--group-link-remove--unknown": {
"message": "De groepsverwijzing is uitgeschakeld.",
"message": "De groepslink is uitgeschakeld.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-reset--you": {
"message": "Je hebt de groepsverwijzing vernieuwd.",
"message": "Je hebt de groepslink vernieuwd.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-reset--other": {
"message": "$adminName$ heeft de groepsverwijzing vernieuwd.",
"message": "$adminName$ heeft de groepslink vernieuwd.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
@ -5424,7 +5428,7 @@
}
},
"GroupV2--group-link-reset--unknown": {
"message": "De groepsverwijzing is vernieuwd.",
"message": "De groepslink is vernieuwd.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--description--remove--you": {
@ -5726,7 +5730,7 @@
"description": "Title for the modal to unmute a chat"
},
"ConversationDetails--group-link": {
"message": "Groepsverwijzing",
"message": "Groepslink",
"description": "This is the label for the group link management panel"
},
"ConversationDetails--disappearing-messages-label": {
@ -5890,19 +5894,19 @@
"description": "In the conversation notifications settings, this is the option that doesn't notify you for @mentions if the conversation is muted"
},
"GroupLinkManagement--clipboard": {
"message": "Groepsverwijzing gekopieerd.",
"message": "Groepslink gekopieerd.",
"description": "Shown in a toast when a user selects to copy group link"
},
"GroupLinkManagement--share": {
"message": "Verwijzing kopiëren",
"message": "Link kopiëren",
"description": "This lets users share their group link"
},
"GroupLinkManagement--confirm-reset": {
"message": "Weet je zeker dat je de groepsverwijzing wilt vernieuwen? Als je de verwijzing vernieuwt zullen mensen niet langer lid kunnen worden via de huidige verwijzing.",
"message": "Weet je zeker dat je de groepslink wilt vernieuwen? Als je de link vernieuwt zullen mensen niet langer lid kunnen worden via de huidige link.",
"description": "Shown in the confirmation dialog when an admin is about to reset the group link"
},
"GroupLinkManagement--reset": {
"message": "Verwijzing vernieuwen",
"message": "Link vernieuwen",
"description": "This lets users generate a new group link"
},
"GroupLinkManagement--approve-label": {
@ -5910,7 +5914,7 @@
"description": "Title for the approve new members select area"
},
"GroupLinkManagement--approve-info": {
"message": "Vereis voor iedere persoon die via de groepsverwijzing lid wil worden eerst toestemming van een beheerder",
"message": "Vereis voor iedere persoon die via de groepslink lid wil worden eerst toestemming van een beheerder",
"description": "Description for the approve new members select area"
},
"PendingInvites--tab-requests": {
@ -5954,7 +5958,7 @@
}
},
"PendingRequests--deny-for--with-link": {
"message": "Wil je het lidmaatschapverzoek van “$name$” afwijzen? Als je dit doet dan kan hij of zij niet opnieuw via de groepsverwijzing verzoeken om lid te worden van de groep.",
"message": "Wil je het lidmaatschapverzoek van “$name$” afwijzen? Als je dit doet dan kan hij of zij niet opnieuw via de groepslink verzoeken om lid te worden van de groep.",
"description": "This is the modal content when confirming denying a group request to join",
"placeholders": {
"name": {
@ -6040,7 +6044,7 @@
"description": "This is the modal button to deny group request to join"
},
"PendingRequests--info": {
"message": "Personen in deze lijst proberen via de groepsverwijzing lid te worden van “$name$”.",
"message": "Personen in deze lijst proberen via de groepslink lid te worden van “$name$”.",
"description": "Information shown below the pending admin approval list",
"placeholders": {
"name": {
@ -6062,7 +6066,7 @@
"description": "Title of dialog to block a user from requesting to join via the link again"
},
"PendingRequests--block--contents": {
"message": "$name$ zal niet langer via de groepsverwijzing lid kunnen worden van deze groep en ook niet kunnen verzoeken om lid te worden van de groep. Hij of zij kan dan nog wel lid worden via een uitnodiging.",
"message": "$name$ zal niet langer via de groepslink lid kunnen worden van deze groep en ook niet kunnen verzoeken om lid te worden van de groep. Hij of zij kan dan nog wel lid worden via een uitnodiging.",
"description": "Details of dialog to block a user from requesting to join via the link again",
"placeholders": {
"name": {
@ -6241,6 +6245,22 @@
"message": "Afspeellengte van het audiobericht",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1,5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": "0,5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Klik op de $composeIcon$ hierboven en zoek een contactpersoon of groep om een bericht naar te verzenden.",
"description": "Shown in the left-pane when the inbox is empty",
@ -6368,7 +6388,7 @@
}
},
"RemoveGroupMemberConfirmation__description__with-link": {
"message": "Wil je “$name$” van de groep verwijderen? Als je dit doet dan zal hij of zij niet via de groepsverwijzing verzoeken om opnieuw lid te worden van de groep.",
"message": "Wil je “$name$” van de groep verwijderen? Als je dit doet dan zal hij of zij niet via de groepslink verzoeken om opnieuw lid te worden van de groep.",
"description": "When confirming the removal of a group member, show this text in the dialog",
"placeholders": {
"name": {
@ -7395,6 +7415,10 @@
"message": "Verhaalinstellingen",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Kies wie dit verhaal kan bekijken",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Verzonden aan",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Groepen kiezen",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Mijn verhaalprivacy",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Kies welke Signal-contacten je verhaal kunnen zien. Je kunt dit altijd veranderen in je privacyinstellingen. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Verhalen delen en bekijken",
"description": "Select box title for the stories on/off toggle"
@ -7630,7 +7668,7 @@
"description": "Placeholder for the add text input"
},
"TextAttachment__preview__link": {
"message": "Verwijzing volgen",
"message": "Link volgen",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
@ -7691,8 +7729,12 @@
"message": "Kleine aanpassingen, bugfixes en prestatieverbeteringen. Bedankt dat je Signal gebruikt!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Als je het schermleesprogramma van JAWS gebruikt, kun je nu spraakmemo's afspelen en toegang krijgen tot langere berichten die ingekort worden achter een 'Meer informatie'-knop.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Verander de snelheid van gesproken berichten om tot de kern te komen of om meer details op te vangen.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Zoek sneller naar emoji's. Open de emojizoeker, sla de 🔍 over en typ gewoon wat je zoekt.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Vilkår og personvernfråsegn",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Kopier feil og avslutt",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Playback time of audio attachment",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Click the $composeIcon$ above and search for your contacts or groups to message.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Historieinnstillingar",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Choose who can view your story",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Send til",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Vel grupper",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "My stories privacy",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Choose which Signal connections can view your story. You can always change this in privacy settings. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Share & View Stories",
"description": "Select box title for the stories on/off toggle"
@ -7549,6 +7587,18 @@
"message": "Cant download story. You will need to share it again.",
"description": "Description for image errors but when it is your own image"
},
"StoryCreator__error--video-too-long": {
"message": "Cannot post video to story because it is too long",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__error--video-unsupported": {
"message": "Cannot post video to story as it is an unsupported file format",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__error--video-error": {
"message": "Failed to load video",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__text-bg--background": {
"message": "Text has a white background color",
"description": "Button label"
@ -7679,8 +7729,12 @@
"message": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "If youre using the JAWS screen reading program, you can now successfully play voice memos and access longer messages that get shortened behind a “read more” button.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Change the speed of audio messages to either get to the point or catch the details.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Streamline your emoji searching. Once youve pulled up the emoji picker, skip the 🔍 and just start typing keywords.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "ਸ਼ਰਤਾਂ ਅਤੇ ਪਰਦੇਦਾਰੀ ਨੀਤੀ",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "ਗਲਤੀ ਨੂੰ ਕਾਪੀ ਕਰੋ ਤੇ ਬਾਹਰ ਨਿਕਲੋ",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "ਆਡੀਓ ਅਟੈਚਮੈਂਟ ਦਾ ਪਲੇਅਬੈਕ ਸਮਾਂ",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "ਉੱਪਰ $composeIcon$ ’ਤੇ ਕਲਿਕ ਕਰੋ ਅਤੇ ਸੁਨੇਹਾ ਭੇਜਣ ਲਈ ਆਪਣੇ ਸੰਪਰਕ ਜਾਂ ਗਰੁੱਪ ਲੱਭੋ।",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "ਸਟੋਰੀ ਦੀਆਂ ਸੈਟਿੰਗਾਂ",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "ਚੁਣੋ ਕਿ ਤੁਹਾਡੀ ਸਟੋਰੀ ਕੌਣ ਦੇਖ ਸਕਦਾ ਹੈ",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "ਇਸ ਨੂੰ ਭੇਜੋ",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "ਗਰੁੱਪ ਚੁਣੋ",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "ਮੇਰੀਆਂ ਸਟੋਰੀਆਂ ਦੀ ਪਰਦੇਦਾਰੀ",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "ਚੁਣੋ ਕਿ ਕਿਹੜੇ Signal ਕਨੈਕਸ਼ਨ ਤੁਹਾਡੀ ਸਟੋਰੀ ਦੇਖ ਸਕਦੇ ਹਨ। ਤੁਸੀਂ ਪਰਦੇਦਾਰੀ ਸੈਟਿੰਗਾਂ ਵਿੱਚ ਕਦੇ ਵੀ ਇਸ ਨੂੰ ਬਦਲ ਸਕਦੇ ਹੋ। $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "ਸਟੋਰੀਆਂ ਨੂੰ ਸਾਂਝਾ ਕਰੋ ਅਤੇ ਦੇਖੋ",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "ਛੋਟੇ-ਮੋਟੇ ਸੁਧਾਰ, ਖ਼ਰਾਬੀਆਂ ਨੂੰ ਦਰੁਸਤ ਅਤੇ ਪ੍ਰਦਰਸ਼ਨ ਨੂੰ ਬਿਹਤਰ ਬਣਾਇਆ ਗਿਆ ਹੈ। Signal ਦੀ ਵਰਤੋਂ ਕਰਨ ਲਈ ਤੁਹਾਡਾ ਧੰਨਵਾਦ!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "ਜੇਕਰ ਤੁਸੀਂ JAWS ਸਕ੍ਰੀਨ ਰੀਡਿੰਗ ਪ੍ਰੋਗਰਾਮ ਦੀ ਵਰਤੋਂ ਕਰ ਰਹੇ ਹੋ, ਤਾਂ ਤੁਸੀਂ ਹੁਣ ਸਫਲਤਾਪੂਰਵਕ ਵੌਇਸ ਮੈਮੋ ਚਲਾ ਸਕਦੇ ਹੋ ਅਤੇ ਲੰਬੇ ਸੁਨੇਹਿਆਂ ਨੂੰ ਪੜ੍ਹ ਸਕਦੇ ਹੋ ਜੋ \"ਹੋਰ ਪੜ੍ਹੋ\" ਬਟਨ ਦੇ ਪਿੱਛੇ ਲੁਕ ਜਾਂਦੇ ਹਨ।",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "ਸਿੱਧਾ ਮੁੱਦੇ ਦੀ ਗੱਲ ਉੱਤੇ ਪਹੁੰਚਣ ਲਈ ਜਾਂ ਕੋਈ ਜ਼ਰੂਰੀ ਜਾਣਕਾਰੀ ਸੁਣਨ ਲਈ ਆਡੀਓ ਸੁਨੇਹਿਆਂ ਦੀ ਗਤੀ ਵਧਾਓ।",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "ਇਮੋਜੀ ਖੋਜਣ ਦੇ ਤਰੀਕੇ ਨੂੰ ਸੁਚਾਰੂ ਬਣਾਓ। ਇੱਕ ਵਾਰ ਜਦੋਂ ਤੁਸੀਂ ਇਮੋਜੀ ਪਿੱਕਰ ਨੂੰ ਖੋਲ੍ਹ ਲੈਂਦੇ ਹੋ, ਤਾਂ 🔍 ਨੂੰ ਛੱਡੋ ਅਤੇ ਸਿੱਧਾ ਕੀਵਰਡ ਟਾਈਪ ਕਰਨਾ ਸ਼ੁਰੂ ਕਰੋ।",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Regulamin i Polityka prywatności",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple Sillicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Skopiuj błąd i zakończ",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Czas odtwarzania załącznika audio",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1,5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": "0,5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Kliknij $composeIcon$ powyżej i wyszukaj kontakty l;ub grupy, aby wysłać wiadomość.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Ustawienia historii",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Zdecyduj, kto może wyświetlać relację",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Wyślij do",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Wybierz grupy",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Prywatność moich relacji",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Zdecyduj, które kontakty Signal mogą wyświetlać Twoją relację. Zawsze możesz to zmienić w ustawieniach prywatności. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Udostępniaj i oglądaj relacje",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Małe ulepszenia, poprawki błędów i zwiększona funkcjonalność. Dzięki za korzystanie z Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Jeśli korzystasz z programu do odczytu ekranu JAWS, możesz teraz z powodzeniem odtwarzać notatki głosowe i uzyskać dostęp do dłuższych wiadomości, ukrytych pod przyciskiem „Czytaj dalej”.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "• Zmieniaj prędkość wiadomości głosowych, by przejść do sedna lub wychwycić szczegóły.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Ułatw sobie szukanie emoji. Na ekranie wyboru emoji po prostu wpisz słowa kluczowe zamiast 🔍.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "شرایط او د محرمیت تګلاره",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "د کاپي تیروتنه او بندول",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "د اډیويي ضمیمې د بیا پلي کولو وخت",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "پورته پر $composeIcon$ کلیک وکړئ او خپلو مخاطبینو او ګروپونو ته د پیغام ورکولو لپاره پلټنه وکړئ.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7201,6 +7221,14 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__add-story--text": {
"message": "Text story",
"description": "Label to create a new text story"
},
"Stories__add-story--media": {
"message": "Photo or video",
"description": "Label to create a new multimedia story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
@ -7387,6 +7415,10 @@
"message": "Story settings",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Choose who can view your story",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "ته لیږل",
"description": "Title for the send story modal"
@ -7395,6 +7427,44 @@
"message": "Send story",
"description": "aria-label for the send story button"
},
"SendStoryModal__new": {
"message": "New story",
"description": "button to create a new distribution list to send story to"
},
"SendStoryModal__new-private--title": {
"message": "New private story",
"description": "Create a new distribution list"
},
"SendStoryModal__new-private--description": {
"message": "Visible only to specific people",
"description": "Description of what a distribution list would do"
},
"SendStoryModal__new-group--title": {
"message": "New group story",
"description": "Select a group to send a story to"
},
"SendStoryModal__new-group--description": {
"message": "Share to an existing group",
"description": "Description of what selecting a group would do"
},
"SendStoryModal__choose-groups": {
"message": "Choose groups",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "My stories privacy",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Choose which Signal connections can view your story. You can always change this in privacy settings. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Share & View Stories",
"description": "Select box title for the stories on/off toggle"
@ -7503,12 +7573,42 @@
"message": "پټول",
"description": "Action button for the confirmation dialog to hide a story"
},
"StoryImage__error": {
"message": "Error displaying image",
"description": "aria-label for image errors"
"StoryImage__error2": {
"message": "Cant download story. $name$ will need to share it again.",
"description": "Description for image errors",
"placeholders": {
"name": {
"content": "$1",
"example": "Clara"
}
}
},
"StoryCreator__text-bg": {
"message": "Toggle text background color",
"StoryImage__error--you": {
"message": "Cant download story. You will need to share it again.",
"description": "Description for image errors but when it is your own image"
},
"StoryCreator__error--video-too-long": {
"message": "Cannot post video to story because it is too long",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__error--video-unsupported": {
"message": "Cannot post video to story as it is an unsupported file format",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__error--video-error": {
"message": "Failed to load video",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__text-bg--background": {
"message": "Text has a white background color",
"description": "Button label"
},
"StoryCreator__text-bg--inverse": {
"message": "Text has selected color as the background color",
"description": "Button label"
},
"StoryCreator__text-bg--none": {
"message": "Text has no background color",
"description": "Button label"
},
"StoryCreator__story-bg": {
@ -7629,8 +7729,12 @@
"message": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "If youre using the JAWS screen reading program, you can now successfully play voice memos and access longer messages that get shortened behind a “read more” button.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Change the speed of audio messages to either get to the point or catch the details.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Streamline your emoji searching. Once youve pulled up the emoji picker, skip the 🔍 and just start typing keywords.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Termos e Política de Privacidade",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Copiar erro e sair",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Tempo de reprodução do anexo de áudio",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1,5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": "0,5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Clique no $composeIcon$ acima para pesquisar os seus contatos ou grupos e enviar mensagens para eles.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Configurações do Story",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Escolha quem pode ver o seu story",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Enviar para",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Escolher grupos",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Privacidade dos meus stories",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Escolha quais contatos do Signal podem ver o seu story. É possível mudar isso nas configurações de privacidade. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Compartilhar e visualizar Stories",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Pequenas alterações adicionais, correções de bugs e melhorias de desempenho. Agradecemos por usar o Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Se estiver usando o programa de leitura na tela JAWS, você poderá reproduzir mensagens de voz e acessar mensagens mais longas, que serão encurtadas por trás do botão \"Leia mais\".",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Mude a velocidade das mensagens de áudio para ir direto ao ponto ou captar os detalhes.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Otimize a busca por emojis. Assim que acessar o seletor de emojis, esqueça a 🔍 e comece a digitar palavras-chave.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Termos e política de privacidade",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Copiar erro e sair",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Tempo de reprodução de anexo de áudio",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Clique no $composeIcon$ acima e pesquise pela mensagem dos seus contactos ou grupos.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Definições de histórias",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Escolha quem pode ver a sua história",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Enviar para",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Escolher grupos",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "A privacidade das minhas histórias",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Escolha que contactos do Signal é que podem ver a sua história. Pode sempre alterar isto nas definições de privacidade. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Partilhar e ver histórias",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Pequenos ajustes adicionais, correções de bugs e melhorias de desempenho. Obrigado por usar o Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Se estiver a usar o programa de leitura de ecrã JAWS, agora pode reproduzir mensagens de voz e aceder a mensagens mais longas que são encurtadas por detrás do botão \"Ler mais\".",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Altere a velocidade das mensagens de áudio para ir direto ao assunto ou apanhar mais detalhes.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Otimize a pesquisa de emojis. Assim que abrir o selecionador de emojis, esqueça a 🔍 e escreva diretamente as palavras-chave.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Termeni și politică de confidențialitate",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Copiază eroarea și închide aplicația",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Timp de redare al atașamentului audio",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Apasă $composeIcon$ de mai sus și caută contactele sau grupurile cu care vrei să comunici.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Setări poveste",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Alege cine poate să-ți vadă povestea",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Trimite către",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Alege grupurile",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Confidențialitatea poveștilor mele",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Alege ce conexiuni Signal pot să-ți vadă povestea. Poți oricând să schimbi asta din setările de confidențialitate. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Trimite și Vizualizează Poveștile",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Mici ajustări, soluționări de bug-uri și îmbunătățiri ale performanței. Mersi că folosești Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Dacă folosești programul de citire a ecranului JAWS, poți acum să rulezi cu succes mementouri vocale și să accesezi mesaje mai lungi care sunt scurtate în spatele unui buton „citește mai mult‟.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Schimbă viteza mesajelor audio ca să ajungi mai repede la subiect sau ca să prinzi toate detaliile.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Caută mai ușor emojiurile. După ce ai deschis meniul de emojiuri, sari peste 🔍 și scrie direct cuvinte cheie.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Условия и Политика конфиденциальности",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Скопировать ошибку и выйти",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Время воспроизведения аудиовложения",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": "0.5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Нажмите на $composeIcon$ выше и найдите контакта или группу для общения.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Настройки историй",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Выберите, кто может просматривать эту историю",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Получатель:",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Выберите группы",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Настройки приватности моих историй",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Выберите, какие контакты Signal могут просматривать вашу историю. Вы всегда можете изменить это в настройках конфиденциальности. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Делиться историями и просматривать их",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Небольшие изменения, исправления ошибок и улучшения производительности. Спасибо за то, что пользуетесь Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Если вы используете программу чтения с экрана JAWS, то теперь вы можете успешно воспроизводить голосовые заметки и получать доступ к более длинным сообщениям, которые можно сократить, нажав кнопку «подробнее».",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Измените скорость аудиосообщений, чтобы перейти к сути или уловить детали.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Оптимизируйте поиск эмодзи. Открыв выбор эмодзи, пропустите 🔍 и просто начните вводить ключевые слова.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Podmienky a Ochrana osobných údajov",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Kopírovať a ukončiť",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Čas prehrávania zvukovej prílohy",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Kliknite hore na $composeIcon$ a vyhľadajte svoje kontakty, alebo skupiny ktorým chcete poslať správu.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Nastavenia príbehu",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Vyberte, kto si môže pozrieť váš príbeh",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Poslať",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Vyberte skupiny",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Súkromie mojich príbehov",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Vyberte, ktoré Signal spojenia si môžu pozrieť váš príbeh. Výber môžete kedykoľvek zmeniť v nastaveniach súkromia. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Zdieľať a zobraziť príbehy",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Malé úpravy, opravy chýb a vylepšenia výkonu. Ďakujeme, že používate Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Ak používate program na čítanie obrazovky JAWS, teraz môžete jednoducho prehrávať hlasové správy a pristupovať k dlhším správam, ktoré boli skryté pod tlačidlom „zistiť viac“.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Zmeňte rýchlosť zvukových správ, aby ste si vypočuli len to podstatné, alebo zistili čo vám ušlo.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Zjednodušte si vyhľadávanie emoji. Po rozbalení ponuky s emoji, preskočte 🔍 a začnite rovno písať kľúčové slová.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Pogoji uporabe in Pravilnik o zasebnosti",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Kopiraj napako in zapusti aplikacijo",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Čas predvajanja zvočne priloge",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Kliknite $composeIcon$ zgoraj in poiščite stik ali skupino, ki ji želite pisati.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Nastavitve zgodbe",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Izberite, kdo lahko vidi vašo Zgodbo",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Poslano uporabniku_ci",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Izberi skupine",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Zasebnost mojih Zgodb",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Izberite, katere Signalove povezave si lahko ogledajo vašo Zgodbo. To lahko kadarkoli spremenite v nastavitvah zasebnosti. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Deljenje & Ogled Zgodb",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Majhne prilagoditve, popravki napak in izboljšave zmogljivosti. Hvala, da uporabljate Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Če uporabljate program za branje zaslona JAWS, lahko zdaj uspešno predvajate glasovne beležke in dostopate do daljših sporočil, ki se skrajšajo za gumbom »preberi več«.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Spremenite hitrost glasovnih sporočil, da preskočite do bistva ali ulovite podrobnosti.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Poenostavite iskanje emojijev. Ko odprete izbirnik emojijev, preskočite 🔍 in preprosto začnite vnašati ključne besede.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Kushte & Rregulla Privatësie",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Kopjo gabimin dhe dil",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Kohë luajtje e bashkëngjitjes audio",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Klikoni $composeIcon$ më sipër dhe kërkoni për kontaktet ose grupet tuaja për tu dërguar mesazh.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Rregullime historie",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Zgjidh kush mund ta shohë postimin tënd të përkohshëm",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Dërguar",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Zgjidhni grupe",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Privatësia e postimeve të mia të përkohshme",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Zgjidh se cili nga kontaktet e Signal mund të shohë postimin tënd të përkohshëm. Këtë mund ta ndryshosh në çdo çast te parametrat e privatësisë. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Shpërndaj dhe shiko postimet e përkohshme ",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Rregullme të vogla, riparime të gabimeve dhe përmirësime të mbarëvajtjes. Faleminderit që përdorni Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Nëse po përdor programin e leximit të ekranit JAWS, tani mund të luash me sukses shënimet zanore dhe të aksesosh mesazhe më të gjata që shkurtohen pas butonit \"lexo më shumë\".",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Ndrysho shpejtësinë e mesazheve zanore ose për të kuptuar shpejt thelbin, ose për t'u marrë me detajet.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Drejto kërkimin për emoji. Pasi të kesh nxjerrë zgjedhësin e emoji, kaloje 🔍 dhe fillo të shkruash fjalën kyçe.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Услови коришћења и правила приватности",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Копирај грешку и напусти",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Брзина репродукције аудио прилога",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Кликни на $composeIcon$ и потражи контакте или групе за слање поруке.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Подешавања приче",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Izaberite ko može da vidi vašu priču",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Пошаљи у",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Одабрати групу",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Privatnost mojih priča",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Birajte koje Signal veze mogu da vide vašu priču. Uvek to možete da promenite u podešavanjima privatnosti. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Podelite i vidite priče",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Obavili smo manja fina prilagođavanja, ispravke grešaka i poboljšanja performansi. Hvala što koristite Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Ako koristite program za čitanje JAWS, sada možete da puštate glasovne beleške i pristupate dužim porukama koje se skraćuju iza dugmeta „Pročitajte više“",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Promenite brzinu audio poruka tako da ili dođete do suštine brže, ili da imate više vremena da pohvatate detalje.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Pojednostavite pretragu emodžija. Kada pokrenete birač emodžija, preskočite 🔍 i samo krenite da kucate ključne reči.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Licens- och integritetspolicy",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple-chip",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Kopiera felmeddelande och avsluta",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Uppspelningstid för ljudbilaga",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Klicka på $composeIcon$ ovan och sök efter dina kontakter eller grupper till meddelandet.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Berättelse inställningar",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Välj vilka som kan visa din berättelse",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Skicka till",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Välj grupper",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Mina berättelser-integritet",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Välj vilka Signal-förbindelser som kan visa din berättelse. Du kan alltid ändra dina val i inställningarna för integritetsskydd. $learnMore$ ",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Dela och visa Stories",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Små justeringer, buggfixar och prestandaförbättringar. Tack för att du använder Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Om du använder skärmuppläsningsprogrammet JAWS så kan du nu spela upp röstmeddelanden. Du får även tillgång till längre meddelanden som förkortas bakom en läs mer-knapp.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Ändra hastigheten på ljudmeddelanden för att snabbt komma till det viktiga eller fånga varje detalj.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Effektivisera dina emojisökningar. När du har emojifönstret uppe så kan du skippa 🔍 och börja skriva in sökord istället.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Sera ya Masharti na Usiri",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Nakili hitilafu na uondoke",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Muda wa kucheza wa kiambatisho cha sauti",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Bonyeza $composeIcon$ hapa juu na uwatafute waasiliani zako au vikundi vya kutumia ujumbe.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Mipangilio ya stori",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Chagua nani anayeweza kutazama stori yako",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Tuma kwa ",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Chagua vikundi",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Faragha ya stori zangu",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Chagua Signal connections wepi wanaoweza kutazama stori yako. Unaweza ukabadili hii kwenye mipangilio ya faragha. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Shiriki & Tazama Stori",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Mabadiliko madogo, marekebisho ya bugs na uboreshaji wa utendaji. Asante kwa kutumia Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Kama unatumia programu ya kusoma skrini ya JAWS, unaweza kucheza vizuri jumbe za sauti na kupata jumbe ndefu zaidi ambazo zitafupishwa chini ya kitufe cha \"soma zaidi\" ",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Badili kasi ya jumbe za sauti ili kusikiliza dakika fulani ama kupata maelezo.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Rahisisha utafutaji wako wa emoji. Mara tu baada ya kupandisha juu kichagua emoji, ruka 🔍 na anza kuandika maneno muhimu.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "விதிமுறைகள் மற்றும் தனியுரிமைக் கொள்கை",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "ஆப்பிள் சிலிகான்",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "பிழையை நகலெடுத்து வெளியேற்றவும்",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "கேட்பொலி இணைப்பின் முழு இயக்க நேரம்",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1 எக்ஸ்",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "செய்தியை அனுப்ப, மேலே உள்ள $composeIcon$ அழுத்தி உங்கள் தொடர்புகள் அல்லது குழுக்களைத் தேடுங்கள். ",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "ஸ்டோரி அமைப்புகள்",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "உங்கள் ஸ்டோரியை யார் பார்க்கலாம் என்பதைத் தேர்வு செய்யவும்",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "அனுப்பவும்",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "குழுக்களைத் தேர்ந்தெடுக்கவும்",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "என் ஸ்டோரீஸ் தனியுரிமை",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "உங்கள் ஸ்டோரியை எந்த சிக்னல் இணைப்புகள் பார்க்கலாம் என்பதைத் தேர்வு செய்யவும். தனியுரிமை அமைப்புகளில் நீங்கள் இதை எப்போது வேண்டுமானாலும் மாற்றலாம். $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "ஸ்டோரீஸ்-ஐப் பகிரவும் & பார்க்கவும்",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "சிறு மாற்றங்கள், பிழை திருத்தங்கள் மற்றும் செயல்திறன் மேம்பாடுகள். சிக்னலைப் பயன்படுத்தியதற்கு நன்றி!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "நீங்கள் JAWS ஸ்கிரீன் ரீடிங் திட்டத்தைப் பயன்படுத்துகிறீர்கள் எனில், நீங்கள் இப்போது குரல் மெமோக்களை வெற்றிகரமாக இயக்கலாம் மற்றும் \"மேலும் படிக்க\" பட்டனின் பின்னால் சுருக்கப்படும் நீண்ட செய்திகளை அணுகலாம்.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "விஷயத்திற்கு வருவதற்கு அல்லது விவரங்களை தெரிந்து கொள்வதற்கு ஆடியோ செய்திகளின் வேகத்தை மாற்றவும்.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "உங்கள் ஈமோஜி தேடலை சீரமைக்கவும். ஈமோஜி பிக்கரை மேலே இழுத்தவுடன், 🔍 -ஐத் தவிர்த்துவிட்டு, முக்கிய வார்த்தைகளை டைப் செய்யத் தொடங்கவும்.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "నిబంధనలు & గోప్యతా విధానం",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "లోపం కాపీ చేసి నిష్క్రమించండి",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "ఆడియో జోడింపు యొక్క ప్లేబ్యాక్ సమయం",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "పై $composeIcon$ పై క్లిక్ చేసి, సందేశానికి మీ పరిచయాలు లేదా సమూహాల కోసం శోధించండి.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "స్టోరీ సెట్టింగ్‌లు",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "మీ కథను ఎవరు వీక్షించవచ్చో ఎంచుకోండి",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "వీరికి పంపండి",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "గ్రూపులను ఎంచుకోండి",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "నా కథల గోప్యత",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "మీ కథను ఏ Signal కనెక్షన్లు వీక్షించవచ్చు అనేది ఎంచుకోండి. మీరు దీనిని ఎప్పుడూ మీ గోప్యతా సెట్టింగ్‌లలో మార్చవచ్చు. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "స్టోరీస్ చూడండి & పంచుకోండి",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "చిన్న ట్వీక్‌లు, బగ్ ఫిక్స్‌లు, మరియు పనితీరు మెరుగుదలలు. Signal ఉపయోగించినందుకు మీకు ధన్యవాదాలు!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "మీరు JAWS స్క్రీన్ రీడింగ్ ప్రోగ్రామ్ ఉపయోగిస్తున్నట్లయితే, మీరు ఇప్పుడు విజయవంతంగా వాయిస్ మీమ్‌లను ప్లే చేయవచ్చు, \"మరింత చదవండి\" బటన్ వెనుక కుదించబడే పొడవైన సందేశాలను యాక్సెస్ చేసుకోవచ్చు.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "ముఖ్యమైన విషయాలను లేదా వివరాలను సరిగ్గా అర్థం చేసుకోవడానికి ఆడియో సందేశాల వేగాన్ని మార్చండి.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "మీ ఎమోజీ శోధనను క్రమబద్ధం చేయండి. మీరు ఎమోజీ పికర్‌ను పైకి లాగిన తరువాత, 🔍 ను దాటవేయండి మరియు కీవర్డ్‌లు టైప్ చేయడం ప్రారంభించండి.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "เงื่อนไขและนโยบายความเป็นส่วนตัว",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple Silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "คัดลอกข้อผิดพลาดและออก",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "เวลาการเล่นของแฟ้มแนบเสียง",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "คลิก $composeIcon$ ด้านบน และค้นหาผู้ติดต่อหรือกลุ่มของคุณเพื่อส่งข้อความ",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "การตั้งค่าสตอรี่",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "เลือกว่าจะให้ใครเห็นสตอรี่ของคุณบ้าง",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "ส่งไปยัง",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "เลือกกลุ่ม",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "ความเป็นส่วนตัวของสตอรี่",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "เลือกว่าจะให้เครือข่าย Signal คนไหนเห็นสตอรี่ของคุณบ้าง คุณสามารถเปลี่ยนแปลงตัวเลือกนี้ได้ทุกเมื่อในการตั้งค่าความเป็นส่วนตัว $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "แชร์และดูสตอรี่",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "มีการปรับเปลี่ยนเล็กน้อย พร้อมแก้ไขบั๊ก และการพัฒนาประสิทธิภาพให้ดียิ่งขึ้น ขอขอบคุณที่เลือกใช้ Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "สำหรับผู้ใช้โปรแกรมอ่านออกเสียงบนหน้าจอ JAWS ตอนนี้คุณสามารถฟังข้อความเสียงและเข้าถึงข้อความที่ยาวขึ้น ซึ่งปกติจะต้องกดปุ่ม \"อ่านเพิ่มเติม\" เพื่อดู",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "เปลี่ยนความเร็วในการเล่นข้อความเสียงได้ตามต้องการ จะเล่นแบบเร็วเพื่อจับเอาใจความสำคัญหรือจะเล่นแบบปกติเพื่อฟังรายละเอียดทั้งหมดก็ได้",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "ปรับปรุงการค้นหาอีโมจิให้สะดวกและง่ายดายขึ้น ไม่ต้องมองหา 🔍 อีกต่อไป แค่กดปุ่มเลือกอีโมจิแล้วพิมพ์คำค้นหาได้เลย",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Şartlar ve Gizlilik İlkesi",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Hatayı kopyala ve çık",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Ses eklentisinin oynatılma süresi",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Yukarıdaki $composeIcon$ simgesine tıklayın ve ileti göndermek için kişilerinizi veya gruplarınızı arayın.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Hikaye ayarları",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Hikayeni kimlerin görüntüleyebileceğini seç",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Gönderilecek",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Grupları seç",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Hikayelerimin gizliliği",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Hikayeni hangi Signal bağlantılarının görüntüleyebileceğini seç. Seçimini her zaman gizlilik ayarlarından değiştirebilirsin. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Hikayeleri Paylaş ve Görüntüle",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Küçük ince ayarlar, hata düzeltmeleri ve performans geliştirmeleri yaptık. Signal'i kullandığın için teşekkürler!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "JAWS ekran okuma programını kullanıyorsan, artık sesli notları başarıyla oynatabilir ve \"devamını oku\" butonu ile kısaltılan uzun mesajlara erişebilirsin.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "• İstediğin yeri dinlemek veya detayları öğrenmek için sesli mesajların hızını değiştir.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Emoji aramalarını kolaylaştır. Emoji seçiciyi açtıktan sonra 🔍 işaretinden sonra anahtar kelimeleri yazmaya başla.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "كېلىشىم ۋە شەخسىيەت تۈزۈمى",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "كۆچۈرۈش خاتالىقى ۋە چېكىنىش",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "ئۈن قوشۇمچىنى قويۇش ۋاقتى",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "يۇقىرىدىكى $composeIcon$ نى چېكىپ، ئالاقەداش ياكى گۇرۇپپا ئۇچۇرىنى ئىزدەڭ.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7201,6 +7221,14 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__add-story--text": {
"message": "Text story",
"description": "Label to create a new text story"
},
"Stories__add-story--media": {
"message": "Photo or video",
"description": "Label to create a new multimedia story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
@ -7387,6 +7415,10 @@
"message": "Story settings",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Choose who can view your story",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "يوللانغۇچى",
"description": "Title for the send story modal"
@ -7395,6 +7427,44 @@
"message": "Send story",
"description": "aria-label for the send story button"
},
"SendStoryModal__new": {
"message": "New story",
"description": "button to create a new distribution list to send story to"
},
"SendStoryModal__new-private--title": {
"message": "New private story",
"description": "Create a new distribution list"
},
"SendStoryModal__new-private--description": {
"message": "Visible only to specific people",
"description": "Description of what a distribution list would do"
},
"SendStoryModal__new-group--title": {
"message": "New group story",
"description": "Select a group to send a story to"
},
"SendStoryModal__new-group--description": {
"message": "Share to an existing group",
"description": "Description of what selecting a group would do"
},
"SendStoryModal__choose-groups": {
"message": "Choose groups",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "My stories privacy",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Choose which Signal connections can view your story. You can always change this in privacy settings. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Share & View Stories",
"description": "Select box title for the stories on/off toggle"
@ -7503,12 +7573,42 @@
"message": "يوشۇر",
"description": "Action button for the confirmation dialog to hide a story"
},
"StoryImage__error": {
"message": "Error displaying image",
"description": "aria-label for image errors"
"StoryImage__error2": {
"message": "Cant download story. $name$ will need to share it again.",
"description": "Description for image errors",
"placeholders": {
"name": {
"content": "$1",
"example": "Clara"
}
}
},
"StoryCreator__text-bg": {
"message": "Toggle text background color",
"StoryImage__error--you": {
"message": "Cant download story. You will need to share it again.",
"description": "Description for image errors but when it is your own image"
},
"StoryCreator__error--video-too-long": {
"message": "Cannot post video to story because it is too long",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__error--video-unsupported": {
"message": "Cannot post video to story as it is an unsupported file format",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__error--video-error": {
"message": "Failed to load video",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__text-bg--background": {
"message": "Text has a white background color",
"description": "Button label"
},
"StoryCreator__text-bg--inverse": {
"message": "Text has selected color as the background color",
"description": "Button label"
},
"StoryCreator__text-bg--none": {
"message": "Text has no background color",
"description": "Button label"
},
"StoryCreator__story-bg": {
@ -7629,8 +7729,12 @@
"message": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "If youre using the JAWS screen reading program, you can now successfully play voice memos and access longer messages that get shortened behind a “read more” button.",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Change the speed of audio messages to either get to the point or catch the details.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Streamline your emoji searching. Once youve pulled up the emoji picker, skip the 🔍 and just start typing keywords.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Умови використання та політика конфіденційності",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Скопіювати текст помилки та вийти",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Час відтворення аудіо вмісту",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Натисніть на $composeIcon$ вище і пошукайте ваші контакти або групи для спілкування.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Налаштування історії",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Виберіть, хто може бачити вашу сторі",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Надіслати",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Обрати групи",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Конфіденційність сторіз",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Виберіть, які контакти Signal можуть бачити вашу сторі. Змінити дозвіл можна в налаштуваннях конфіденційності. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Поширення і перегляд сторіз",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Дрібні поліпшення, виправлення помилок і покращення роботи застосунку. Дякуємо, що ви з Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Якщо ви користуєтеся програмою для читання з екрана JAWS, то тепер ви зможете відтворювати голосові нотатки і матимете доступ до довших повідомлень, які скорочуються кнопкою «Читати далі».",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Змінюйте швидкість аудіоповідомлень, щоб дізнатися про найголовніше або розчути всі подробиці.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Спрощуємо пошук емодзі: тепер, відкривши меню з пошуком емодзі, можна не натискати на 🔍, а відразу ввести ключове слово.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "شراٰئط اور پرائیویسی پالیسی",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple سیلیکون",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "کاپی میں غلطی اور چھوڑ دیں",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "منسلک آڈیو کے پلے بیک وقت",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "مذکورہ $composeIcon$ پر کلک کریں اور پیغام دینے کیلئے اپنے رابطوں یا گروپس کو تلاش کریں۔",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "اسٹوری کی ترتیبات",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "انتخاب کریں کہ کون آپ کی سٹوری دیکھ سکتا ہے",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "بھیجیں بطرف",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "گروپس منتخب کریں",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "میری سٹوریز کی پرائیویسی",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "انتخاب کریں کہ کون سے Signal کنکشنز آپ کی سٹوری دیکھ سکتے ہیں۔ آپ اسے ہمیشہ پرائیویسی سیٹنگز میں تبدیل کر سکتے ہیں۔ $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "سٹوریز شیئر کریں اور دیکھیں",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "معمولی تبدیلیاں کی گئیں، بگ ٹھیک کیے گئے، اور کارکردگی اور بھی بہتر بنائی گئی ہے۔ Signal استعمال کرنے کے لیے شکریہ!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "اگر آپ JAWS اسکرین ریڈنگ پروگرام استعمال کر رہے ہیں، تو آپ کامیابی سے آواز کے میموز پلے کر سکتے ہیں اور ایسے طویل پیغامات تک رسائی کر سکتے ہیں جو \"مزید پڑھیں\" بٹن کے پیچھے مختصر ہو جاتے ہیں۔",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "مطلب کی بات پر آنے یا تفصیلات جاننے کے لیے آڈیو میسجز کی رفتار تبدیل کریں۔",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "اپنی ایموجی کی تلاش کو اسٹریم لائن کریں۔ آپ ایموجی پکر سامنے لانے کے بعد، 🔍 کو موخر کریں اور بس کلیدی الفاظ ٹائپ کرنا شروع کر دیں۔",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "Điều khoản và Chính sách bảo mật",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Sao chép lỗi và thoát",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "Thời gian phát lại của đính kèm âm thanh",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Nhấn $composeIcon$ ở trên và tìm các liên hệ hoặc nhóm của bạn để nhắn tin.",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "Cài đặt story",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Chọn người có thể xem story của bạn",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Gửi đến",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "Chọn nhóm",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Sự riêng tư của story của tôi",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Chọn các liên hệ Signal có thể xem story của bạn. Bạn luôn có thể thay đổi trong phần cài đặt sự riêng tư. $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "Chia sẻ & Xem Story",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "Các tinh chỉnh, sửa lỗi, và cải thiện hiệu năng. Cảm ơn bạn đã sử dụng Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "Nếu bạn đang sử dụng chương trình đọc màn hình JAWS, giờ đây bạn có thể phát ghi nhớ thoại và đọc được các tin nhắn dài được thu gọn với nút \"đọc thêm\".",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "Thay đổi tốc độ của tin nhắn âm thanh để nắm nội dung dễ dàng hơn.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Cải thiện tốc độ tìm emoji. Sau khi mở bảng chọn emoji, bạn có thể bỏ qua nút 🔍 và gõ từ khóa luôn.",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "條款同私隱政策",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "複製錯誤然後離開",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "語音附件嘅播放時間",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "㩒上面嘅 $composeIcon$,就可以搵聯絡人或者群組然後傳送訊息。",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "是日花生設定",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "選擇邊個可以睇到你嘅限時動態",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "傳畀",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "揀邊啲谷",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "「我嘅限時動態」私隱設定",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "選擇邊個 Signal 人脈可以睇到你嘅限時動態。你隨時都可以喺私隱設定度更改。 $learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "分享同睇吓限時動態",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "我哋做咗啲調整、修復咗一啲錯誤,同埋加強咗程式功能。多謝你使用 Signal",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "如果你用緊 JAWS 螢幕閱讀程式嘅話,你而家可以播放語音備忘錄,同埋睇到有「閱讀更多」按鈕嘅長訊息。",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "調較語音訊息嘅速度,方便你掌握訊息重點或者聽清楚細節。",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "搵表情符號簡單咗。當你打開表情符號選擇器之後就可以跳過 🔍,然後直接輸入關鍵字。",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "协议与隐私政策",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "复制出错信息并退出",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "音频附件播放时间...",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "点击上方 的 $composeIcon$,搜索发送消息的联系人或群组。",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "动态设置",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "选择谁可以看您的动态",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "发送给",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "选择群组",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "我的动态隐私",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "选择哪个 Signal 密友可以看您的动态。您可以随时在隐私设置中对此进行更改。$learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "分享和浏览动态",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "我们进行了功能微调、漏洞修复和性能强化。感谢使用 Signal",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "如果您使用 JAWS 萤幕阅读器,您现在可以播放语音备忘录,并通过点击“阅读更多”按钮查看被缩短的长消息。",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "更改语音消息的播放速度来把握要点或听取详细信息。",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "简化表情符号的搜索操作。当您打开表情符号选择器后,您可以跳过搜索步骤 🔍,仅输入关键词即可快速查找自己想要的表情符号。",
"description": "Release notes for v5.57"
}
}

View File

@ -7,6 +7,10 @@
"message": "服務條款與隱私政策",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple Silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "複製錯誤並離開",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
@ -6241,6 +6245,22 @@
"message": "音效附檔的播放時間",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1.5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": ".5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "單擊上面$composeIcon$的內容,然後搜索要傳送訊息的聯絡人或群組。",
"description": "Shown in the left-pane when the inbox is empty",
@ -7395,6 +7415,10 @@
"message": "限時動態設定",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "選擇誰能瀏覽你的限動",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "傳送給",
"description": "Title for the send story modal"
@ -7427,6 +7451,20 @@
"message": "選擇群組",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "我的限動隱私設定",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "選擇哪些 Signal 聯絡人可以瀏覽你的限動。你可以隨時透過隱私設定變更權限。$learnMore$",
"description": "Disclaimer on how changes to story settings work",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Stories__settings-toggle--title": {
"message": "分享及瀏覽限動",
"description": "Select box title for the stories on/off toggle"
@ -7691,8 +7729,12 @@
"message": "細微的調整、問題修復和效能改善。感謝各位使用 Signal",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "若你是 JAWS 螢幕閱讀程式的使用者,現在可順利播放語音備忘錄,而點選「閱讀更多」按鈕後,還可存取較長的訊息內容。",
"description": "Release notes for v5.53"
"WhatsNew__v5.57--1": {
"message": "變更語音訊息的播放速度,方便聽取重點或聆聽細節。",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "簡化表情符號的搜尋流程。開啟表情符號挑選器時,不用再 🔍,直接輸入關鍵字即可!",
"description": "Release notes for v5.57"
}
}

View File

@ -4,7 +4,7 @@
"description": "Private messaging from your desktop",
"desktopName": "signal.desktop",
"repository": "https://github.com/signalapp/Signal-Desktop.git",
"version": "5.57.0-beta.1",
"version": "5.57.0",
"license": "AGPL-3.0-only",
"author": {
"name": "Signal Messenger, LLC",

View File

@ -29,6 +29,7 @@ $color-gray-95: #121212;
$color-black: #000000;
$color-white-alpha-06: rgba($color-white, 0.06);
$color-white-alpha-08: rgba($color-white, 0.08);
$color-white-alpha-12: rgba($color-white, 0.12);
$color-white-alpha-20: rgba($color-white, 0.2);
$color-white-alpha-40: rgba($color-white, 0.4);

View File

@ -46,20 +46,80 @@ $audio-attachment-button-margin-small: 4px;
.module-message__audio-attachment__controls {
display: flex;
flex: 1;
justify-content: right;
padding: 0 4px;
margin-right: 4px;
}
.module-message__audio-attachment__dot {
display: flex;
align-items: center;
justify-content: flex-start;
transition: width 100ms ease-out;
&:before {
content: '';
display: block;
width: 6px;
height: 6px;
border-radius: 100%;
transition: background 100ms ease-out;
}
&--unplayed {
width: 14px;
}
&--played {
width: 0px;
}
.module-message__audio-attachment--incoming & {
&--unplayed:before {
@include light-theme {
background: $color-gray-60;
}
@include dark-theme {
background: $color-gray-25;
}
}
}
.module-message__audio-attachment--outgoing & {
&--unplayed:before {
background: $color-white-alpha-80;
}
}
&--played:before {
background: transparent;
}
}
.module-message__audio-attachment__playback-rate-button {
@include button-reset;
@include font-body-2-bold;
width: 38px;
height: 18px;
text-align: center;
font-weight: 700;
border-radius: 4px;
font-size: 12px; /* tiny override */
padding: 1px 7px;
margin: -1px 4px;
background: $color-white-alpha-20;
font-size: 11px;
padding: 1px 2px;
margin: -2px 0;
line-height: 16px;
letter-spacing: 0.05px;
user-select: none;
.module-message__audio-attachment--incoming & {
@include light-theme {
color: $color-gray-60;
background: $color-black-alpha-08;
}
@include dark-theme {
color: $color-gray-25;
background: $color-white-alpha-08;
}
}
.module-message__audio-attachment--outgoing & {
color: $color-white-alpha-80;
background: $color-white-alpha-20;
}
}
.module-message__audio-attachment__button,
@ -197,8 +257,6 @@ $audio-attachment-button-margin-small: 4px;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-left: $audio-attachment-button-size +
$audio-attachment-button-margin-big;
@media (min-width: 0px) and (max-width: 799px) {
margin-left: $audio-attachment-button-size +
@ -208,24 +266,11 @@ $audio-attachment-button-margin-small: 4px;
.module-message__audio-attachment__countdown {
@include font-caption;
align-items: center;
display: flex;
flex-shrink: 1;
width: $audio-attachment-button-size;
user-select: none;
&:after {
content: '';
display: block;
width: 6px;
height: 6px;
margin-left: 6px;
border-radius: 100%;
transition: background 100ms ease-out;
}
&--played:after {
background: transparent;
}
text-align: center;
white-space: nowrap;
margin-right: 12px;
.module-message__audio-attachment--incoming & {
@include light-theme {

View File

@ -974,7 +974,10 @@ export class Message extends React.PureComponent<Props, State> {
if (
isImage(attachments) ||
(isVideo(attachments) && hasVideoScreenshot(attachments))
(isVideo(attachments) &&
(!isDownloaded(attachments[0]) ||
!attachments?.[0].pending ||
hasVideoScreenshot(attachments)))
) {
const bottomOverlay = !isSticker && !collapseMetadata;
// We only want users to tab into this if there's more than one
@ -1081,7 +1084,16 @@ export class Message extends React.PureComponent<Props, State> {
)}
// There's only ever one of these, so we don't want users to tab into it
tabIndex={-1}
onClick={this.openGenericAttachment}
onClick={() => {
if (!isDownloaded(firstAttachment)) {
kickOffAttachmentDownload({
attachment: firstAttachment,
messageId: id,
});
} else {
this.openGenericAttachment();
}
}}
>
{pending ? (
<div className="module-message__generic-attachment__spinner-container">
@ -2735,7 +2747,6 @@ export class Message extends React.PureComponent<Props, State> {
attachments &&
attachments.length > 0 &&
!isAttachmentPending &&
(isImage(attachments) || isVideo(attachments)) &&
!isDownloaded(attachments[0])
) {
event.preventDefault();

View File

@ -633,39 +633,46 @@ export const MessageAudio: React.FC<Props> = (props: Props) => {
>
{timeToText(countDown)}
</div>
<div className={`${CSS_BASE}__controls`}>
<div
aria-hidden="true"
className={classNames(
`${CSS_BASE}__dot`,
`${CSS_BASE}__dot--${played ? 'played' : 'unplayed'}`
)}
/>
{isPlaying && (
<button
type="button"
className={classNames(`${CSS_BASE}__playback-rate-button`)}
onClick={ev => {
ev.stopPropagation();
setPlaybackRate(nextPlaybackRate(playbackRate));
}}
tabIndex={0}
>
{playbackRateLabels[playbackRate]}
</button>
)}
</div>
{!withContentBelow && !collapseMetadata && (
<>
<div className={`${CSS_BASE}__controls`}>
{isPlaying && (
<button
type="button"
className={classNames(`${CSS_BASE}__playback-rate-button`)}
onClick={ev => {
ev.stopPropagation();
setPlaybackRate(nextPlaybackRate(playbackRate));
}}
tabIndex={0}
>
{playbackRateLabels[playbackRate]}
</button>
)}
</div>
<MessageMetadata
direction={direction}
expirationLength={expirationLength}
expirationTimestamp={expirationTimestamp}
hasText={withContentBelow}
i18n={i18n}
id={id}
isShowingImage={false}
isSticker={false}
isTapToViewExpired={false}
showMessageDetail={showMessageDetail}
status={status}
textPending={textPending}
timestamp={timestamp}
/>
</>
<MessageMetadata
direction={direction}
expirationLength={expirationLength}
expirationTimestamp={expirationTimestamp}
hasText={withContentBelow}
i18n={i18n}
id={id}
isShowingImage={false}
isSticker={false}
isTapToViewExpired={false}
showMessageDetail={showMessageDetail}
status={status}
textPending={textPending}
timestamp={timestamp}
/>
)}
</div>
);