Compare commits

...

15 Commits
main ... 5.28.x

Author SHA1 Message Date
Scott Nonnenberg 838a50d6c7 v5.28.0 2022-01-12 13:22:42 -08:00
Scott Nonnenberg c20fdd1eb7 Update strings 2022-01-12 13:11:41 -08:00
automated-signal e1a98db503
Fix flaky test-release test
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2022-01-12 12:46:16 -08:00
automated-signal 5a2a8ac513
getProfiles: Fetch a maximum of three profiles at at a time
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2022-01-11 12:03:09 -08:00
Scott Nonnenberg 8e868fae8c
Fix messages_unread index 2022-01-11 11:02:08 -08:00
automated-signal 9aab70b940
Update last conversation message after loading
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2022-01-11 10:07:25 -06:00
automated-signal 9d17f40c1a
Fix messages_preview index
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2022-01-07 12:27:40 -08:00
automated-signal c53df5a1d5
Remove M1 support from 5.28 release notes
Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
2022-01-06 15:58:54 -06:00
automated-signal 2a2f8ebf55
Use serverTimestamp for delivery receipts
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2022-01-06 13:05:19 -08:00
automated-signal e3f27db349
Increase contrast of attachment close button in dark mode
Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
2022-01-06 11:25:00 -08:00
automated-signal fa54e8a61e
Protocol filter: Support home path mapped to UNC share
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2022-01-06 11:23:44 -08:00
Evan Hahn bbbbd8137a
Switch to low QR code error correction
(cherry picked from commit fc3ebe40a7)
2022-01-06 09:59:03 -06:00
Evan Hahn 88b1b77cea
Switch to qrcode-generator library
(cherry picked from commit c8d32f0327)
2022-01-06 09:10:33 -06:00
automated-signal 80bf326e96
Add "Need help?" link to link screen
Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
2022-01-05 15:13:39 -08:00
automated-signal 851e7c7f5c
Enable notifications for disappearing messages on macOS 12.0.1 and above
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2022-01-05 15:13:02 -08:00
97 changed files with 5194 additions and 1793 deletions

View File

@ -1,9 +1,8 @@
<!-- Copyright 2019-2021 Signal Messenger, LLC -->
<!-- Copyright 2019-2022 Signal Messenger, LLC -->
<!-- SPDX-License-Identifier: AGPL-3.0-only -->
<!-- prettier-ignore -->
<link rel="stylesheet" href="../stylesheets/manifest.css" />
<script src="../components/qrcode/qrcode.js"></script>
<script>
window.SignalWindow = window.SignalWindow || {};
window.SignalWindow.log = {

View File

@ -2600,6 +2600,10 @@ Signal Desktop makes use of the following open source projects.
License: MIT
## qrcode-generator
License: MIT
## quill
Copyright (c) 2014, Jason Chen

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ changed their number to a new number",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Privaatheid is moontlik. Signal maak dit maklik.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Koppel jou selfoon te Signal Desktop?",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal-instellings",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Gekoppelde toestelle",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' knoppie",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Koppel nuwe toestel",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Instellings",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Kom meer te wete",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Toestelnaam",
@ -1371,6 +1417,10 @@
"message": "Sinkroniseer kontakte en groepe",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Kon nie aan bediener koppel.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Iets het verkeerd geloop!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Probeer weer",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "لقد استُبدِل رقم $sender$ برقم جديد",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "الحفاظ على الخصوصية أمر ممكن. يجعل Signal ذلك سهلا.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "يُرجى ربط هاتفك بنسخة Signal للحاسوب",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "إعدادات Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "الأجهزة المرتبطة",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "زر '+'",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "ربط جهاز جديد",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "امسح هذا الرمز ضوئيًا في تطبيق Signal على هاتفك",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "افتح Signal على هاتفك",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "الإعدادات",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "لمعرفة المزيد",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "‫اسم الجهاز",
@ -1371,6 +1417,10 @@
"message": "مزامنة جهات الاتصال والمجموعات",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "فشل الاتصال بالخادم.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "حدث خطأٌ ما!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "حاول مجدداً",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "‫لقد أصبح الآن Signal Desktop يدعم بشكل طبيعي « المعالج M1 » لشركة آبل، والتي تُستخدَم في حواسيبهم الجديدة. إن كنت من مستخدمي هذا الصنف من الأجهزة، فمن المفترض أن يكون التطبيق أسرع مما سبق. أما إن كنت على غير ذلك، فيكفيك غبطة أن آخرين تحسن استخدامهم للتطبيق. نود أن نتقدم ببالغ عبارات الامتنان والشكر لـ $dennis$ بفضل العمل الشاق الذي تم إنجازه !",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "هناك أيضا بضع تعديلات وإصلاحات للعلل لإبقاء عمل Signal سلسا، بما في ذلك عدة تحسينات متعلقة بالمكالمات.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1331,29 +1331,75 @@
"message": "Gizlilik mümkündür. Signal, bunu asanlaşdırır.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Telefonunuzu, Signal Masaüstü ilə əlaqələndirin.",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal Tənzimləmələri",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Əlaqə yaradılmış cihazlar",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' düyməsi",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Yeni cihazla əlaqə yarat",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"message": "Bu kodu telefonunuzdakı Signal tətbiqində skan edin",
"description": "Alt text for the QR code on the device link screen"
"Install__scan-this-code": {
"message": "Bu kodu, telefonunuzdakı Signal tətbiqində skan edin",
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Signal-ı telefonunuzda açın",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "$settings$ bölməsinə, daha sonra $linkedDevices$ bölməsinə toxunun",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Tənzimləmələr",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Android üçün $plusButton$, iPhone üçün $linkNewDevice$ düyməsinə toxunun",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "QR kod yüklənilə bilmədi. İnternetinizi yoxlayıb yenidən sınayın. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Daha ətraflı",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Bu adı telefonunuzda \"Əlaqə yaradılmış cihazlar\"ın altında görəcəksiniz.",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Kompüterim",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Cihaz adı",
@ -1371,6 +1417,10 @@
"message": "Əlaqələr və qruplar eyniləşdirilir",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Qeyd: Söhbət tarixçəniz bu cihazla eyniləşdirilməyəcək",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Serverlə bağlantı qurulmadı.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Nəsə səhv getdi!",
"description": ""
},
"installUnknownError": {
"message": "Gözlənilməz bir xəta baş verdi. Zəhmət olmasa yenidən sınayın.",
"description": ""
},
"installTryAgain": {
"message": "Yenidən sına",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Masaüstü, artıq Apple-ın ən son kompüterlərində istifadə edilən M1 çipini yerli olaraq dəstəkləyir. Bu yeni modelləri istifadə edirsinizsə, tətbiq daha sürətli olmalıdır. Əziyyətinə görə çoxlu təşəkkürlər $dennis$!",
"message": "Signal Masaüstü, artıq Apple-ın ən son kompüterlərində istifadə edilən M1 çipi üçün optimallaşdırılıb. Bu yeni modelləri istifadə edirsinizsə, tətbiq daha sürətli olmalıdır. İstifadə etmirsinizsə, onda istifadə edənləri mehribanca salamlayın. Əziyyətinə görə çoxlu təşəkkürlər $dennis$!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Həmçinin, zənglərlə əlaqəli bir neçə təkmilləşdirmə daxil olmaqla Signal-ın problemsiz işləməsini təmin etmək üçün bir neçə xəta düzəlişləri də var.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Yeni il, yeni başlanğıc ekranı. Başlanğıc quraşdırma ekranlarını 2022 üçün vaxtında yenidən dizayn etdik.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ changed their number to a new number",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Поверителността е възможна. Сигнал го прави лесно.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Свържете телефона си със Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal Настройки",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Свързани Устройства",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' Бутон",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Свържи Ново Устройство",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Настройки",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Научете повече",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Име на Устройството",
@ -1371,6 +1417,10 @@
"message": "Синхронизиране на контакти и групи",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Неуспешна връзка със сървъра.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Нещо се обърка!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Опитай отново",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ একটি নতুন নম্বরে তাদের নম্বর পরিবর্তন করেছে",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "গোপনীয়তা সম্ভব। Signal এটি সহজ করে তোলে।",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Signal ডেস্কটপে আপনার ফোন সংযুক্ত করুন",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal সেটিংস",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "সংযুক্ত ডিভাইসগুলি",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' বোতাম",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "নতুন ডিভাইস যুক্ত করুন",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "আপনার ফোনে সিগন্যাল অ্যাপে এই কোডটি স্ক্যান করুন",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "আপনার ফোনে সিগন্যাল খুলুন",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "সেটিংস",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "আরও জানুন",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "ডিভাইস এর নাম",
@ -1371,6 +1417,10 @@
"message": "গ্রুপ এবং পরিচিতিসমূহ সমন্বয় করা হচ্ছে",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "সার্ভারের সাথে সংযোগ করতে ব্যর্থ।",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "কিছু ভুল হয়েছে!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "আবার চেষ্টা করুন",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -188,7 +188,7 @@
"description": "One of the menu options available in the Avatar popup menu"
},
"loading": {
"message": "S'està carregant...",
"message": "Es carrega...",
"description": "Message shown on the loading screen before we've loaded any messages"
},
"optimizingApplication": {
@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ ha canviat el número",
"message": "$sender$ ha canviat el número de telèfon.",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "La privadesa és possible. El Signla la fa fàcil.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Enllaceu el mòbil amb el Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Configuració del Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Dispositius enllaçats",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Botó «+»",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Enllaça un dispositiu nou",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Escanegeu aquest codi a l'aplicació Signal del telèfon",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Obriu el Signal al telèfon.",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Toqueu$settings$ i després $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Configuració",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Toqueu $plusButton$ (Android) o $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "No s'ha pogut carregar el codi QR. Comproveu la connexió a Internet i torneu-ho a provar. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Més informació",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Veureu aquest nom sota \"Dispositius enllaçats\" al telèfon.",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "L'ordinador",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Nom del dispositiu",
@ -1371,6 +1417,10 @@
"message": "Sincronització de contactes i grups",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Nota: l'historial de converses no se sincronitzarà amb aquest dispositiu.",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "No s'ha pogut connectar al servidor.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Alguna cosa ha anat malament!",
"description": ""
},
"installUnknownError": {
"message": "Hi ha hagut un error inesperat. Torneu-ho a provar.",
"description": ""
},
"installTryAgain": {
"message": "Torna a provar-ho",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "El Signal Desktop ara admet de manera nativa el xip M1 d'Apple que s'usa als seus ordinadors més nous. Si esteu en un d'aquests dispositius nous, l'aplicació hauria de ser molt més ràpida. Si no hi sou, donem la benvinguda als usuaris que hi són. Moltes gràcies a $dennis$ pel seu esforç aquí!",
"message": "El Signal Desktop ara està optimitzat per al xip M1 d'Apple, que s'usa als seus ordinadors més nous. Si sou en un d'aquests dispositius nous, l'aplicació hauria de ser molt més ràpida. Si no hi sou, donem la benvinguda als usuaris que hi són. Moltes gràcies a $dennis$ pel seu esforç aquí!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "També hi ha una sèrie de petits retocs i correccions d'errors perquè el Signal funcioni sense problemes, incloses diverses millores relacionades amb les trucades.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Any nou, nova pantalla de configuració inicial. Hem redissenyat les pantalles de configuració inicial just a temps per al 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ změnili své číslo na nové",
"message": "$sender$ změnil své telefonní číslo",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Soukromí je možné. Signal jej usnadňuje.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Propojit telefon se Signal v počítači",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Nastavení Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Propojená zařízení",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Tlačítko '+'",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Propojit nové zařízení",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"message": "Naskenujte tento kód v aplikaci Signal ve svém telefonu.",
"description": "Alt text for the QR code on the device link screen"
"Install__scan-this-code": {
"message": "Tento kód naskenujte v aplikaci Signal na svém telefonu",
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Na svém telefonu otevřete Signal",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Klepněte na $settings$ a potom na $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Nastavení",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Klepněte na $plusButton$ (Android), nebo na $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "QR kód se nemohl načíst. Zkontrolujte své připojení k internetu a zkuste to znovu. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Zjistit více",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Název tohoto zařízení uvidíte pod „Spárovaná zařízení“",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Můj počítač",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Název zařízení",
@ -1371,6 +1417,10 @@
"message": "Synchronizuji kontakty a skupiny",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Poznámka: Historie chatu nebude synchronizována do tohoto zařízení.",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Připojení k serveru selhalo.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Něco se pokazilo!",
"description": ""
},
"installUnknownError": {
"message": "Nastala neočekávaná chyba. Zkuste to prosím znovu.",
"description": ""
},
"installTryAgain": {
"message": "Zkusit znovu",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop nyní nativně podporuje čip M1 společnosti Apple, který se používá v novějších počítačích. Pokud používáte jedno z těchto nových zařízení, aplikace by měla být mnohem svižnější. Pokud nejste, ostatním to přejte. Obrovské díky $dennis$ za jeho skvělou práci!",
"message": "Signal Desktop nyní nativně podporuje čip M1 společnosti Apple, který se používá v novějších počítačích. Pokud používáte jedno z těchto nových zařízení, aplikace by měla být mnohem svižnější. Pokud ne, ostatním to přejte. Obrovské díky $dennis$ za jeho skvělou práci!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "K dispozici je také řada drobných vylepšení a oprav chyb, které zajišťují bezproblémový chod aplikace Signal, včetně několika vylepšení souvisejících s voláním.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Nový rok, nová úvodní obrazovka nastavení. Přepracovali jsme obrazovky úvodního nastavení tak akorát na začátek 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "Newidiodd $sender$ eu rhif i rif newydd",
"message": "Newidiodd $sender$ ei rif ffôn",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Mae preifatrwydd yn bosib. Mae Signal yn ei wneud yn hawdd.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Cysylltwch eich ffôn i Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Gosodiadau Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Dyfeisiau Cysylltiedig",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Botwm '+'",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Cysylltu Dyfais Newydd",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Sganio'r cod hwn yn yr ap Signal ar eich ffôn",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Agorwch Signal ar eich ffôn",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tapiwch ar $settings$, yna tapiwch $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Gosodiadau",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tapiwch $plusButton$ (Android) neu $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "Nid oedd modd i'r cod QR lwytho. Gwiriwch eich rhyngrwyd a rhoi cynnig arall arni. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Dysgu rhagor",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Byddwch yn gweld yr enw hwn o dan \"Dyfeisiau Cysylltiedig\" ar eich ffôn",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Y Cyfrifiadur",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Enw dyfais",
@ -1371,6 +1417,10 @@
"message": "Yn cydweddu cysylltiadau a grwpiau",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Sylw: Ni fydd eich hanes sgwrsio yn cael ei gydweddu a'r ddyfais hon",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Methwyd cysylltu â'r gweinydd.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Aeth rhywbeth o'i le!",
"description": ""
},
"installUnknownError": {
"message": "Digwyddodd gwall annisgwyl. Ceisiwch eto.",
"description": ""
},
"installTryAgain": {
"message": "Ceisio eto",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Mae Signal Desktop bellach yn cefnogi'r sglodyn M1 Apple yn frodorol sy'n cael eu defnyddio yn eu cyfrifiaduron diweddaraf. Os ydych chi ar un o'r dyfeisiau newydd hynny, dylai'r ap fod yn llawer mwy chwim. Os nad ydych chi, rhowch groeso cynnes i'r defnyddwyr sydd. Diolch enfawr i $dennis$ am ei waith caled yma!",
"message": "Bellach mae Signal Desktop wedi'i optimeiddio ar gyfer sglodyn M1 Apple sy'n cael ei ddefnyddio yn eu cyfrifiaduron diweddaraf. Os ydych chi ar un o'r dyfeisiau newydd sbon hynny, dylai'r ap fod yn llawer mwy cyflym. Os nad ydych chi, rhowch groeso cynnes i'r defnyddwyr sydd. Diolchiadau mawr i $dennis$ am ei waith caled!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Mae yna hefyd nifer o newidiadau bach a chywiriadau i gadw Signal i redeg yn llyfn, gan gynnwys sawl gwelliant sy'n gysylltiedig â galwadau.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Blwyddyn newydd, sgrin sefydlu gychwynnol newydd. Rydym wedi ailgynllunio'r sgriniau gosod cychwynnol mewn pryd ar gyfer 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ ændrede sit nummer til et nyt nummer.",
"message": "$sender$ har ændret sit telefonnummer",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Privatliv er muligt. Signal gør det nemt",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Forbind din telefon til Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal-indstillinger",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Forbundne enheder",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' knap",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Forbind ny enhed",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan denne kode i Signal-appen på din telefon",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Åbn Signal på din telefon",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tryk ind på $settings$, tryk så på $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Indstillinger",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tryk på $plusButton$ (Android) eller $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "QR-kode kunne ikke indlæses. Tjek dit internet, og prøv igen. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Lær mere",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Du vil se dette navn under \"Forbundne enheder\" på din telefon",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Min computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Enhedsnavn",
@ -1371,6 +1417,10 @@
"message": "Synkroniserer kontakter og grupper",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Bemærk: Din samtalehistorik vil ikke blive synkroniseret til denne enhed",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Det var ikke muligt at kontakte serveren.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Noget gik galt!",
"description": ""
},
"installUnknownError": {
"message": "Der opstod en uventet fejl. Prøv venligst igen.",
"description": ""
},
"installTryAgain": {
"message": "Prøv igen",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop understøtter nu Apples M1-chip, som bruges i deres nyere computere. Hvis du bruger en af disse nymodens enheder, bør appen være meget hurtigere. Hvis ikke, så giv en varm velkomst til de brugere, der gør. En stor tak til $dennis$ for hans store indsats her!",
"message": "Signal Desktop er nu optimeret til Apples M1-chip, som bruges i deres nyere computere. Hvis du bruger en af disse nymodens enheder, burde appen nu være meget hurtigere. Hvis du ikke gør, så giv en varm velkomst til de brugere, der gør. En kæmpe tak til $dennis$ for hans hårde arbejde her!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Der er også en række små justeringer og fejlrettelser for at få Signal til at køre problemfrit, herunder flere opkaldsrelaterede forbedringer.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Nyt år, nyt skærmbillede til startopsætning. Vi har omdesignet skærmbillederne til den indledende opsætning lige i tide til 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1331,29 +1331,75 @@
"message": "Privatsphäre ist möglich. Signal macht sie einfach.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Kopple dein Telefon mit Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal-Einstellungen",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Gekoppelte Geräte",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "»+«-Schaltfläche",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Neues Gerät koppeln",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scanne diesen Code mit der auf deinem Telefon installierten Signal-App ein",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Öffne Signal auf deinem Telefon",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tippe auf $settings$, dann auf $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Einstellungen",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tippe auf $plusButton$ (Android) oder $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "Der QR-Code konnte nicht geladen werden. Überprüfe bitte deine Internetverbindung und versuche es erneut.$learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Mehr erfahren",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Dieser Name wird unter »Gekoppelte Geräte« auf deinem Telefon erscheinen.",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Mein Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Gerätename",
@ -1371,6 +1417,10 @@
"message": "Kontakte und Gruppen werden synchronisiert …",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Hinweis: Dein bisheriger Unterhaltungsverlauf wird nicht auf dieses Gerät übertragen.",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Verbinden mit Server gescheitert.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Etwas ist schiefgelaufen!",
"description": ""
},
"installUnknownError": {
"message": "Ein unerwarteter Fehler ist aufgetreten. Versuche es bitte erneut.",
"description": ""
},
"installTryAgain": {
"message": "Erneut versuchen",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop unterstützt nun nativ Apples M1-Chip, den Apple in seinen neueren Rechnern verbaut. Wenn du so ein neumodisches Gerät benutzt, sollte das Programm deutlich flüssiger laufen. Wenn nicht, heiße die Nutzer, die es tun, herzlich willkommen. Vielen Dank an $dennis$ für seine harte Arbeit hier!",
"message": "Signal Desktop ist nun für Apples M1-Chip optimiert, den Apple in seinen neueren Rechnern verbaut. Wenn du so ein neumodisches Gerät benutzt, sollte das Programm deutlich flüssiger laufen. Wenn nicht, heiße die Nutzer, die es tun, herzlich willkommen. Vielen Dank an $dennis$ für seine harte Arbeit hier!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Es ist auch eine Reihe kleiner Optimierungen und Fehlerbehebungen eingeflossen, eingeschlossen einiger anrufbezogenen Verbesserungen, damit Signal weiterhin flüssig läuft.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Neues Jahr, neuer Ersteinrichtungsbildschirm. Wir haben den Ersteinrichtungsbildschirm gerade rechtzeitig für 2022 neu gestaltet.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "Ο/Η $sender$ άλλαξε τον αριθμό τηλεφώνου του/της",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Η ιδιωτικότητα είναι εφικτή. Το Signal την κάνει εύκολη.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Σύνδεσε το τηλέφωνό σου με το Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Ρυθμίσεις του Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Συνδεμένες συσκευές ",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Κουμπί '+'",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Σύνδεση νέας συσκεύης",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Σκάναρε αυτό τον κωδικό στην εφαρμογή Signal στη συσκευή σου",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Άνοιξε το Signal στο κινητό σου",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Ρυθμίσεις",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Μάθε περισσότερα",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Όνομα συσκεύης",
@ -1371,6 +1417,10 @@
"message": "Συγχρονισμός ομάδων και επαφών",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Αποτυχία σύνδεσης με τον διακομιστή.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Κάτι πήγε στραβά!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Ξαναπροσπάθησε",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1368,6 +1368,10 @@
"message": "Learn more",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__support-link": {
"message": "Need help?",
"description": "Shown on the install screen. Link takes users to a support page"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ ŝanĝis sian numeron.",
"message": "$sender$ ŝanĝis sian telefonnumeron.",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Privateco eblas. Signal tion faciligas.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Ligi vian poŝtelefonon al Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Agordoj de Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Ligitaj aparatoj",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Butono „+“",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Ligi novan aparaton",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Skani tiun kodon en la aplikaĵo Signal ĉe via telefono",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Malfermi Signal ĉe via telefono",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tuŝetu „$settings$“, poste tusêtu „$linkedDevices$“",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Agordoj",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tuŝetu $plusButton$ (Android) aŭ $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "La QR-kodo ne funkciis. Kontrolu vian retaliron kaj reprovu. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Scii pli",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Vi vidos tiun nomon ĉe „Ligitaj aparatoj“ ĉe via telefono",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Mia komputilo",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Nomo de la aparato",
@ -1371,6 +1417,10 @@
"message": "Sinkronigo de kontaktoj kaj grupoj",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Notu: viaj antaŭaj interparoloj ne sinkroniĝos en tiun aparaton.",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Malsukcesis konekti al servilo.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Ho ve! Okazis eraro!",
"description": ""
},
"installUnknownError": {
"message": "Neatendita eraro okazis. Bonvolu reprovi.",
"description": ""
},
"installTryAgain": {
"message": "Provi denove",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop nun funkcias senpere ĉe M1-komputiloj de Apple. Sur tiaj komputiloj, la aplikaĵo estu pli rapida. Multajn dankojn al $dennis$ por ties granda laboro pri tio!",
"message": "Signal Desktop nun funkcias senpere ĉe novaj M1-komputiloj de Apple. Sur tiaj komputiloj, la aplikaĵo estu pli rapida. Multajn dankojn al $dennis$ por ties granda laboro pri tio!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Estas ankaŭ kelkaj plibonaĵetoj kaj sencimigoj, por ke Signal plu bone funkcias, inkluzive de plibonigoj pri alvokoj.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Nova jaro, nova eka agordo-fenestro. Ni refaris la bonvenigajn fenestrojn ĵuse por 2022. ",
"description": "Release notes for v5.28"
}
}

View File

@ -1331,29 +1331,75 @@
"message": "La privacidad es posible. Signal lo hace fácil.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Enlaza tu teléfono con Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Ajustes de Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Dispositivos enlazados",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Botón '+'",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Enlazar nuevo dispositivo",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"message": "Escanea este código en la aplicación de Signal en tu teléfono",
"description": "Alt text for the QR code on the device link screen"
"Install__scan-this-code": {
"message": "Escanea este código desde Signal en tu teléfono",
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Abre Signal en tu teléfono.",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Toca en «$settings$», después en «$linkedDevices$»",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Ajustes",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Toca en «$plusButton$» (Android) o «$linkNewDevice$» (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "Fallo al cargar el código QR. Comprueba tu conexión e inténtalo de nuevo. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Saber más",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Este nombre aparecerá bajo «Dispositivos enlazados» en tu teléfono",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Computadora/ordenador",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Nombre del dispositivo",
@ -1371,6 +1417,10 @@
"message": "Sincronizando personas y grupos",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Nota: Tus chats previos no se sincronizarán con este dispositivo",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Fallo al conectar con el servidor.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "¡Algo ha salido mal!",
"description": ""
},
"installUnknownError": {
"message": "Ha ocurrido un fallo inesperado. Por favor, inténtalo de nuevo.",
"description": ""
},
"installTryAgain": {
"message": "Inténtalo de nuevo",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop funciona nativamente en los procesadores M1 que Apple usa en sus nuevos Macs. Si utilizas uno de esos Macs, Signal funciona de manera más ligera. Si no, dale la bienvenida a la gente que los usa. ¡Los agradecimientos son para $dennis$ por su duro trabajo!",
"message": "Ahora, Signal Desktop está optimizada para los procesadores M1 que Apple usa en sus nuevos Macs. Si utilizas uno de esos Macs, Signal funciona de manera más ligera. Si no, dale la bienvenida a la gente que los usa. ¡Los agradecimientos son para $dennis$ por su duro trabajo!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "También hemos reparado un par de fallos para que Signal funcione mejor, sobre todo en las llamadas.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Año nuevo, nueva pantalla de configuración. Hemos rediseñado las pantallas de configuración a tiempo para 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ muutis enda telefoninumbri uueks numbriks",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Privaatsus on võimalik. Signal teeb selle lihtsaks.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Ühenda telefon Signal Desktopiga",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signali sätted",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Ühendatud seadmed",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+'-nupp",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Ühenda uus seade",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Skanni see kood enda telefonis oleva Signal rakendusega",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Ava Signal enda telefonis",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Sätted",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Rohkem infot",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Seadme nimi",
@ -1371,6 +1417,10 @@
"message": "Kontaktide ja gruppide sünkimine",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Ühenduse loomine serverisse ei õnnestunud.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Midagi läks valesti!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Proovi uuesti",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ changed their number to a new number",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Pribatutasuna posible da. Signal-ek erraz egiten du.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Lotu zure telefona Signal Desktop-ekin",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal Ezarpenak",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Lotutako Gailuak",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' Botoia",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Gailu berria lotu",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Ezarpenak",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Gehiago jakin",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Gailuaren izena",
@ -1371,6 +1417,10 @@
"message": "Kontaktuak eta taldeak sinkronizatzen",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Ezin izan da zerbitzariarekin konektatu.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Zerbait oker joan da",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Saiatu berriro",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ شمارهٔ خود را به یک شمارهٔ جدید تغییر داد",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "حفظ حریم خصوصی ممکن است. سیگنال این کار را راحت‌تر میکند.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "موبایل خود را به سیگنال Desktop لینک کنید",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "تنظیمات سیگنال",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "دستگاه های متصل شده",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "دکمه '+'",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "لینک کردن دستگاه جدید",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "تنظیمات",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "بیشتر یاد بگیرید",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "نام دستگاه",
@ -1371,6 +1417,10 @@
"message": "هماهنگ سازی مخاطبین و گروه ها",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "برقراری ارتباط با سرور ناموفق بود.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "خطایی رخ داد!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "دوباره تلاش کنید",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$on vaihtanut puhelinnumeronsa",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Yksityisyys on mahdollista. Signal tekee siitä helppoa.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Yhdistä puhelimesi ja Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal-asetukset",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Yhdistetyt laitteet",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+'-nappi",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Yhdistä uusi laite",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Skannaa tämä koodi puhelimesi Signal-sovelluksessa.",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Avaa Signal puhelimessa",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Asetukset",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Lue lisää",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Laitteen nimi",
@ -1371,6 +1417,10 @@
"message": "Synkronoidaan yhteystietoja ja ryhmiä",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Palvelimeen ei saada yhteyttä.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Jokin meni pieleen!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Yritä uudelleen",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "On muutamia pieniä viilauksia ja korjauksia, joiden avulla Signal toimii sulavasti, mukaan lukien muutamia puheluaiheisia parannuksia.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ a changé son numéro pour un nouveau.",
"message": "$sender$ a changé de numéro de téléphone",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "La confidentialité est possible. Signal la facilite.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Reliez votre téléphone à Signal Desktop pour ordinateur",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Paramètres de Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Appareils reliés",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Bouton « + »",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Relier un nouvel appareil",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Balayez ce code dans lapplication Signal sur votre téléphone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Ouvrez Signal sur votre téléphone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Touchez $settings$ puis $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Paramètres",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Touchez $plusButton$ (Android) ou $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "Le code QR na pas pu être chargé. Vérifiez votre connexion à Internet puis réessayez. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "En apprendre davantage",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Ce nom apparaîtra sous « Appareils reliés » sur votre téléphone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Mon ordinateur",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Nom de lappareil ",
@ -1371,6 +1417,10 @@
"message": "Synchronisation des contacts et groupes",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Remarque : lhistorique de vos conversations ne sera pas synchronisé avec cet appareil",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Échec de connexion au serveur.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Une erreur sest produite.",
"description": ""
},
"installUnknownError": {
"message": "Une erreur inattendue sest produite. Veuillez réessayer.",
"description": ""
},
"installTryAgain": {
"message": "Réessayer",
"description": ""
@ -1424,19 +1478,19 @@
"description": "Text in the call lobby when you can't join because the call is full"
},
"calling__button--video__label": {
"message": "Appareil photo",
"message": "Caméra",
"description": "Label under the video button"
},
"calling__button--video-disabled": {
"message": "Lappareil photo est désactivé",
"message": "La caméra est désactivée",
"description": "Button tooltip label when the camera is disabled"
},
"calling__button--video-off": {
"message": "Désactiver lappareil photo",
"message": "Désactiver la caméra",
"description": "Button tooltip label for turning off the camera"
},
"calling__button--video-on": {
"message": "Activer lappareil photo",
"message": "Activer la caméra",
"description": "Button tooltip label for turning on the camera"
},
"calling__button--audio__label": {
@ -6180,7 +6234,7 @@
"description": "Label for the Disappearing Messages default timer setting"
},
"UniversalTimerNotification__text": {
"message": "La minuterie des messages éphémères sera définie sur $timeValue$ quand vous échanger des messages avec eux.",
"message": "La minuterie des messages éphémères sera définie sur $timeValue$ quand vous échangez des messages avec cette personne.",
"description": "A message displayed when default disappearing message timeout is about to be applied",
"placeholders": {
"timeValue": {
@ -6194,11 +6248,11 @@
"description": "An error notification displayed when message fails to render due to an internal error"
},
"GroupDescription__read-more": {
"message": "lire la suite",
"message": "Lire la suite",
"description": "Button text when the group description is too long"
},
"EditConversationAttributesModal__description-warning": {
"message": "Les descriptions de gruope seront visibles aux membres de ce groupe et aux personnes qui ont été invitées.",
"message": "Les descriptions de groupe seront visibles aux membres de ce groupe et aux personnes qui ont été invitées.",
"description": "Label text shown when editing group description"
},
"ConversationDetailsHeader--add-group-description": {
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop pour ordinateur supporte désormais nativement la puce M1 d'Apple qui est utilisée dans leurs derniers ordinateurs. Si vous êtes sur un de ces appareils dernier cri, l'appli devrait être bien plus rapide. Sinon, souhaitez la bienvenue à ceux qui le sont. Énormes remerciements à $dennis$ pour ce dur travail !",
"message": "Signal Desktop pour ordinateur est désormais optimisé pour la puce M1 dApple qui est utilisée dans ses ordinateurs les plus récents. Si vous êtes sur lun de ces appareils dernier cri, lappli devrait être beaucoup plus rapide. Sinon, souhaitez chaleureusement la bienvenue aux utilisateurs qui le sont. Un grand merci à $dennis$ pour son travail acharné!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Il y a aussi quelques petits ajustements et corrections de bugs pour que Signal tourne bien, y compris plusieurs améliorations sur les appels.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Nouvelle année, nouvel écran de configuration initiale. Nous avons redessiné les écrans de configuration initiale juste à temps pour 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ changed their number to a new number",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "ગોપનીયતા શક્ય છે. Signal તેને સરળ બનાવે છે.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "તમારા ફોનને Signal ડેસ્કટોપ સાથે લિંક કરો",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal સેટિંગ્સ",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "લિંક થયેલ ડિવાઇસ",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' બટન",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "નવું ડિવાઇસ લિંક કરો",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "સેટિંગ્સ",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "વધુ શીખો",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "ડિવાઇસનું નામ",
@ -1371,6 +1417,10 @@
"message": "સંપર્કો અને ગ્રુપનું સિંક કરી રહ્યું છે",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "સર્વર સાથે કનેક્ટ કરવામાં નિષ્ફળ.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "કંઈક ખોટું થયું!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "ફરીથી પ્રયત્ન કરો",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ שינה/שינתה את המספר שלו/שלה אל מספר חדש",
"message": "$sender$ שינה/שינתה את המספר שלו/שלה",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "פרטיות היא אפשרית. Signal הופך את זה לקל.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Signal Desktop קשר את הטלפון שלך אל",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "הגדרות Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "מכשירים מקושרים",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "כפתור '+'",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "קשר מכשיר חדש",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "סרוק קוד זה ביישום Signal בטלפון שלך",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "פתח את Signal בטלפון שלך",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "הקש על $settings$, לאחר מכן הקש על $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "הגדרות",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "הקש על $plusButton$ (Android) או $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "קוד ה־QR לא היה יכול להיטען. בדוק את חיבור האינטרנט שלך ונסה שוב. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "למד עוד",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "תראה שם זה תחת \"מכשירים מקושרים\" בטלפון שלך",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "המחשב שלי",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "שם מכשיר",
@ -1371,6 +1417,10 @@
"message": "מסנכרן אנשי קשר וקבוצות",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "הערה: היסטורית ההתכתבויות שלך לא תסונכרן אל מכשיר זה",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "נכשל בחיבור לשרת.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "משהו השתבש!",
"description": ""
},
"installUnknownError": {
"message": "שגיאה בלתי צפויה התרחשה. אנא נסה שוב.",
"description": ""
},
"installTryAgain": {
"message": "נסה שוב",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop תומך באופן טבעי עכשיו בשבב M1 של Apple שנמצא בשימוש במחשבים החדשים יותר שלה. אם אתה על אחד מהמחשבים החדשים האלו, היישום אמור להיות זריז הרבה יותר. תודה ענקית אל $dennis$ על עבודתו הקשה כאן!",
"message": "Signal Desktop ממוטב עכשיו עבור שבב M1 של Apple שנמצא בשימוש במחשבים החדשים יותר שלה. אם אתה על אחד מהמחשבים החדשים האלו, היישום אמור להיות זריז הרבה יותר. תודה ענקית אל $dennis$ על עבודתו הקשה כאן!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "ישנם גם מספר שפצורים ותיקוני תקלים כדי להשאיר את Signal רץ בצורה חלקה, כולל כמה שיפורים קשורי התקשרות.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "שנה חדשה, מסך הגדרה ראשונית חדש. עיצבנו מחדש את מסכי ההגדרה הראשונית בדיוק בזמן אל 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ ने अपना नंबर किसी नए नंबर से बदल लिया",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "गोपनीयता संभव है. Signal उसे आसान बनता है",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Signal Desktop से अपना फ़ोन लिंक करें",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal सेटिंग्स",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "लिंक की गईं डिवाइसें",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' बटन",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "नया डिवाइस लिंक करें",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "इस कोड को अपने फ़ोन के Signal ऐप में स्कैन करें",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "अपने फ़ोन पर Signal को ओपेन करें",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "सेटिंग्स",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "अधिक जानें",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "डिवाइस का नाम",
@ -1371,6 +1417,10 @@
"message": "संपर्क और समूह सिंक हो रहे हैं",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "सर्वर से कनेक्ट करने में विफल",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "कुछ गलत हो गया",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "फिर से कोशिश करो",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Signal को सुचारू रूप से चलाने के लिए कई छोटे बदलाव और त्रुटि ठीक करी गई हैं, जिसमें कई कॉलिंग-संबंधी सुधार भी शामिल हैं।",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ promijenio je svoj broj ",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Privatnost je moguća. Signal to olakšava.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Povežite vaš telefon s Signalom za Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Postavke Signala",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Povezani uređaji",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' Dugme",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Poveži novi uređaj",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Postavke",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Saznajte više",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Naziv uređaja",
@ -1371,6 +1417,10 @@
"message": "Sinkroniziranje kontakata i grupa",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Nije uspjelo povezivanje s poslužiteljem.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Nešto je pošlo po zlu.",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Pokušajte ponovo",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1228,7 +1228,7 @@
"description": "Shown in timeline when a error happened, and the session was automatically reset."
},
"ChatRefresh--learnMore": {
"message": "További információ",
"message": "Tudj meg többet!",
"description": "Shown in timeline when session is automatically reset, to provide access to a popup info dialog"
},
"ChatRefresh--summary": {
@ -1254,7 +1254,7 @@
}
},
"DeliveryIssue--learnMore": {
"message": "További információ",
"message": "Tudj meg többet!",
"description": "Shown in timeline when message delivery issue happens, to provide access to a popup info dialog"
},
"DeliveryIssue--title": {
@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ megváltoztatta a számát egy új számra.",
"message": "$sender$ megváltoztatta a telefonszámát",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "A magánélet védelme nem lehetetlen. A Signal ezt egyszerűvé teszi.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Telefonod összepárosítása Signal Desktop-al",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal beállítások",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Párosított eszközök",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' gomb",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Új eszköz párosítása",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Olvasd be ezt a kódot a Signal telefonos alkalmazással!",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Nyisd meg a Signalt a telefonodon!",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Koppints a $settings$, majd a $linkedDevices$ menüpontra",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Beállítások",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Koppints a $plusButton$ (Android) vagy $linkNewDevice$ (iPhone) gombra",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "Nem sikerült betölteni a QR kódot. Ellenőrizd a hálózati kapcsolatot és próbáld újra. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Tudj meg többet!",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Ez a név fog megjelenni az \"Összekapcsolt eszközök\" menüpont alatt a telefonodon",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Számítógépem",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Eszköz neve",
@ -1371,6 +1417,10 @@
"message": "Kontaktok és csoportok szinkronizálása",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Megjegyzés: A beszélgetés előzményei nem fognak átkerülni erre az eszközre",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Nem sikerült csatlakozni a kiszolgálóhoz.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Probléma merült fel!",
"description": ""
},
"installUnknownError": {
"message": "Váratlan hiba történt. Próbáld újra!",
"description": ""
},
"installTryAgain": {
"message": "Újra",
"description": ""
@ -3482,7 +3536,7 @@
}
},
"MessageRequests--learn-more": {
"message": "További információ",
"message": "Tudj meg többet!",
"description": "Shown at the end of profile sharing messages as a link."
},
"ConversationHero--members": {
@ -5210,7 +5264,7 @@
"description": "Shown in timeline when a legacy group (GV1) is upgraded to a new group (GV2)"
},
"GroupV1--Migration--learn-more": {
"message": "További információ",
"message": "Tudj meg többet!",
"description": "Shown on a bubble below a 'group was migrated' timeline notification, or as button on Migrate dialog"
},
"GroupV1--Migration--migrate": {
@ -5778,7 +5832,7 @@
"description": "When creating a new group and inviting users, this is shown in the dialog"
},
"NewlyCreatedGroupInvitedContactsDialog--body--learn-more": {
"message": "További információ",
"message": "Tudj meg többet!",
"description": "When creating a new group and inviting users, this is shown in the dialog"
},
"AddGroupMembersModal--title": {
@ -5902,7 +5956,7 @@
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "További információ",
"message": "Tudj meg többet!",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
@ -6348,7 +6402,7 @@
}
},
"ProfileEditor--learnMore": {
"message": "További információ",
"message": "Tudj meg többet!",
"description": "Text that links to a support article"
},
"Bio--speak-freely": {
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "A Signal Desktop natívan támogatja az Apple új gépeiben használatos M1 processzorát. Ha te is ilyennel rendelkezel, akkor az alkalmazás sokkal gyorsabbnak fog tűnni. Ha neked nem, küldd tiszteletedet azoknak, akiknek igen. Hatalmas köszönet $dennis$ részére a kemény munkájáért!",
"message": "A Signal Desktop mostantól natív támogatást nyújt az Apple új gépeiben használatos M1 processzorokhoz. Ha te is rendelkezel ilyennel, akkor az alkalmazás sokkal gyorsabbnak fog érződni. Ha te még nem, akkor küldd meleg üdvözletedet azoknak, akik már igen. Hatalmas köszönet $dennis$ részére áldozatos munkájáért!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Néhány kisebb újítás és hibajavítás (például hívással kapcsolatos fejlesztések) annak érdekében, hogy a Signal továbbra is gond nélkül fusson.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Új év, új kezdőképernyő a kezdeti lépésekhez. Épphogy elkészültünk az új beállító-képernyőkkel 2022-re.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ mengubah nomornya ke nomor baru",
"message": "$sender$ mengubah nomornya",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Privasi itu mungkin. Signal membuatnya lebih mudah.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Sambungkan telpon Anda dengan Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Pengaturan Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Perangkat Terhubung",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' Tombol",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Sambungkan Perangkat Baru",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Pindai kode ini di aplikasi Signal di ponsel Anda",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Buka Signal di ponsel Anda",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Pengaturan",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Pelajari lebih lanjut",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Nama Perangkat",
@ -1371,6 +1417,10 @@
"message": "Sinkronisasi dengan kontak dan grup",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Gagal menyambungkan ke peladen.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Ada yang keliru!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Coba Lagi",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Ada juga sejumlah perubahan kecil dan perbaikan bug untuk menjaga Signal berjalan dengan lancar, termasuk beberapa peningkatan terkait panggilan.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ skipti yfir í nýtt símanúmer",
"message": "$sender$ skipti um símanúmer",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Gagnaleynd er möguleg. Signal gerir hana auðvelda.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Tengja símann þinn við Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal stillingar",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Tengd tæki",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' hnappur",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Tengjast nýju tæki",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Skannaðu þennan kóða með Signal-forritinu á símanum þínum",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Opnaðu Signal á símanum þínum",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Ýttu inn í $settings$, ýttu síðan á $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Stillingar",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Ýttu á $plusButton$ (Android) eða $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "Ekki var hægt að hlaða inn QR-kóðanum. Athugaðu nettenginguna þína og prófaðu svo aftur. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Kanna nánar",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Þú munt sjá þetta heiti undir \"Tengd tæki\" á símanum þínum.",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Tölvan mín",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Heiti tækis",
@ -1371,6 +1417,10 @@
"message": "Samstilla tengiliði og hópa",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Athugaðu: Spjallferillinn þinn verður ekki samstilltur við þetta tæki",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Náði ekki að tengjast netþjóni.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Eitthvað fór úrskeiðis!",
"description": ""
},
"installUnknownError": {
"message": "Óvænt villa kom upp. Prófaðu aftur.",
"description": ""
},
"installTryAgain": {
"message": "Reyndu aftur",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop styður núna M1-örflöguna frá Apple sem er notuð í tölvunum þeirra. Ef þú ert með eitt af þessum nýkomnu tækjum, ætti forritið að vera með mun betri svörun. Ef svo er ekki, ættirðu að óska til hamingju þeim notendum sem þessa njóta. Gríðarlega góðar þakkir til $dennis$ fyrir vinnu hans við þetta!",
"message": "Signal Desktop er núna bestað fyrir M1-örflöguna frá Apple sem er notuð í tölvunum þeirra. Ef þú ert með eitt af þessum nýkomnu tækjum, ætti forritið að vera með mun betri svörun. Ef svo er ekki, ættirðu að óska til hamingju þeim notendum sem þessa njóta. Gríðarlega góðar þakkir til $dennis$ fyrir vinnu hans við þetta!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Það er einnig fjöldi smábreytinga og lagfæringa á göllum sem hjálpa til við að keyra Signal óaðfinnanlega, þar með taldar lagfæringar sem tengjast símtölum.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Nýtt ár, nýr fyrsti uppsetningarskjár. Okkur tókst að endurhanna uppsetningarskjáinn í tæka tíð áður en árið 2022 gekk í garð.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ ha cambiato il suo numero con un nuovo numero",
"message": "$sender$ ha cambiato il suo numero di telefono",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "La riservatezza è possibile. Signal la rende facile.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Collega il tuo telefono a Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Impostazioni di Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Dispositivi collegati",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Pulsante \"+\"",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Collega un nuovo dispositivo",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scansiona questo codice nell'app Signal sul tuo telefono",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Apri Signal sul tuo telefono",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Clicca nelle $settings$, poi clicca $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Impostazioni",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Clicca $plusButton$ (Android) o $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "Non è stato possibile caricare il codice QR. Controlla la tua connessione internet e riprova. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Scopri di più",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Vedrai questo nome sotto \"Dispositivi collegati\" sul tuo telefono",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Il mio computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Nome del dispositivo",
@ -1371,6 +1417,10 @@
"message": "Sincronizzazione contatti e gruppi",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Nota: La tua cronologia delle chat non sarà sincronizzata su questo dispositivo",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Connessione al server non riuscita.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Qualcosa non ha funzionato!",
"description": ""
},
"installUnknownError": {
"message": "Si è verificato un errore inaspettato. Si prega di riprovare.",
"description": ""
},
"installTryAgain": {
"message": "Riprova",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop ora supporta nativamente il chip M1 di Apple, utilizzato nei loro nuovi computer. Se sei su uno di questi nuovi dispositivi, l'applicazione dovrebbe essere molto più veloce. Se non lo sei, dai un caldo benvenuto agli utenti che lo sono. Un enorme ringraziamento a $dennis$ per il suo duro lavoro!",
"message": "Signal Desktop è ora ottimizzato per il chip M1 di Apple, utilizzato nei loro nuovi computer. Se sei su uno di questi nuovi dispositivi, l'applicazione dovrebbe essere molto più veloce. Se non lo sei, dai un caldo benvenuto agli utenti che lo sono. Un enorme ringraziamento a $dennis$ per il suo duro lavoro!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Ci sono anche una serie di piccole modifiche e correzioni di bug per mantenere Signal senza problemi, compresi diversi miglioramenti relativi alle chiamate.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Anno nuovo, nuova schermata di configurazione iniziale. Abbiamo ridisegnato le schermate di configurazione iniziale giusto in tempo per il 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ 電話番号を変更しました",
"message": "$sender$ 電話番号を変更しました",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Signalを使えば簡単にプライバシーを守れます。",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "携帯電話をSignal Desktopにリンクする",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal設定",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "リンク済み端末",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "「+」ボタン",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "新しい端末をリンク",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "携帯電話のSignalアプリで、このQRコードを読み取ってください。",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "あなたの電話でSignalを開きます",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "$settings$ をタップして、その次に $linkedDevices$ をタップしてください",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "設定",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Androidでは $plusButton$ を、iPhoneでは $linkNewDevice$ をタップしてください",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "QRコードが読みこめません。インターネットの接続を確認して、再度お試しください。$learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "さらに詳しく",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "この名前はスマートフォン版Signalの「リンク済み端末」に表示されます",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "このコンピュータ",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "端末名",
@ -1371,6 +1417,10 @@
"message": "連絡先とグループを同期しています",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "注意: このデバイスをリンクする前のチャット履歴は同期されません",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "サーバーに接続できませんでした",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "エラーが発生しました。",
"description": ""
},
"installUnknownError": {
"message": "予期せぬエラーが発生しました。再度お試しください。",
"description": ""
},
"installTryAgain": {
"message": "もう一度試す",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop は、Apple M1 チップにネイティブ対応しました。Apple M1 チップを搭載した端末をお持ちの皆さん、お待たせしました。これは、$dennis$ さんのおかげで実現しました。ありがとうございます。",
"message": "Signal Desktop は、Apple M1 チップにネイティブ対応しました。Apple M1 チップを搭載した端末をお持ちの皆さん、お待たせしました。アプリの動作が高速になります!$dennis$ さんのおかげで実現しました。ありがとうございます。",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "また、通話に関する修正を含めた、細かな変更とバグ修正を行いました。",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "初期設定画面をリニューアルしました。2022年もSignalをよろしくお願いします。",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ changed their number to a new number",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "ភាពឯកជនគឺអាចធ្វើទៅបាន។ Signalធ្វើបានដោយងាយស្រួល។",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "តភ្ជាប់ទូរស័ព្ទរបស់អ្នក ទៅកាន់ Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "ការកំណត់ Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "ឧបករណ៍បានតភ្ជាប់",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' ប៊ូតុង",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "តភ្ជាប់ឧបករណ៍ថ្មី",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "ការកំណត់",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "សិក្សាបន្ថែម",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "ឈ្មោះឧបករណ៍",
@ -1371,6 +1417,10 @@
"message": "កំពុងចម្លងបញ្ជីទំនាក់ទំនង និងក្រុម",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "បរាជ័យក្នុងការតភ្ជាប់ទៅកាន់ម៉ាស៊ីនមេ។",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "មានបញ្ហាខុសប្រក្រតី!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "ព្យាយាមម្តងទៀត",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ changed their number to a new number",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "ಖಾಸಗಿತನ ಸಾಧ್ಯ. Signal ಇದನ್ನು ಸುಲಭವಾಗಿಸುತ್ತದೆ.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "ನಿಮ್ಮ ಫೋನ್ ಅನ್ನು Signal Desktop ಗೆ ಲಿಂಕ್ ಮಾಡಿ",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal ಸೆಟ್ಟಿಂಗ್‌ಗಳು",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "ಲಿಂಕ್ ಮಾಡಲಾದ ಸಾಧನಗಳು",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' ಬಟನ್",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "ಹೊಸ ಸಾಧನವನ್ನು ಲಿಂಕ್ ಮಾಡಿ",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "ಸೆಟ್ಟಿಂಗ್‌ಗಳು",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "ಸಾಧನದ ಹೆಸರು",
@ -1371,6 +1417,10 @@
"message": "ಸಂಪರ್ಕಗಳು ಮತ್ತು ಗ್ರೂಪ್‌ಗಳನ್ನು ಸಿಂಕ್ ಮಾಡಲಾಗುತ್ತಿದೆ",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "ಪೂರೈಕೆಗಣಕದ ಜೋತೆ ಸಂಪರ್ಕ ವಿಫಲವಾಗಿದೆ.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "ಏನೋ ತಪ್ಪಾಗಿದೆ!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ changed their number to a new number",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "개인정보 지키기, Signal과 함께라면 아주 쉽습니다.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "휴대전화와 Signal Desktop 연결하기",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal 설정",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "연결된 기기",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' 버튼",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "새 기기 연결",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "설정",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "더 알아보기",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "기기 이름",
@ -1371,6 +1417,10 @@
"message": "연락처와 그룹 동기화 중",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "서버에 연결할 수 없습니다.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "오류가 발생했습니다!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "다시 시도해 주세요.",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ changed their number to a new number",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Nihênî pêkan e. Signal jî wê hesan dike.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Telefona xwe li Signal Desktopê girê bide",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Sazkariyên Signalê",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Cîhazên girêdayî",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Bişkoka '+'ê",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Cîhaza nû girê bide",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Sazkarî",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Zêdetir bizane",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Navê cîhazê",
@ -1371,6 +1417,10 @@
"message": "Navnivîsk û kom tên senkronîzekirin",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Li serverê nehate girêdan.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Hinek tişt çewt çûn!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Dîsa biceribîne",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ changed their number to a new number",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "ມີຄວາມເປັນສວ່ນໄດ້. ສີກຫນໍໄດ້ໄຫ້ ຄວາມສະໂດກສະບາຍ.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "ລີ່ງໂທລະສັບ ຂອງທ່ານ ໄປທີສີກຫນໍ ແດັດທອບ",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "ຕັ້ງຄ່າສີກຫນໍ",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "ອຸປະກອນເຊື່ອມໂຍງ",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "ປຸ່ມ",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "ອຸປະກອນເຊື່ອມໂຍງໄໝ່",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "ຕັ້ງຄ່າ",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Learn more",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "ຊື່ອຸປະກອນ",
@ -1371,6 +1417,10 @@
"message": "ການຕິດຕໍ່ພົວພັນແລະກຸ່ມ",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "ການເຊື່ອມຕໍ່ກັບເຊີບເວີລົ້ມເຫລວ",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "ບາງຢາງມີບັນຫາ",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "ລອງໄໝ່ອີກຄັ້ງ",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ pasikeitė numerį į naują",
"message": "$sender$ pasikeitė telefono numerį",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Privatumas yra įmanomas. Signal padaro jį lengvu.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Susiekite savo telefoną su Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal nustatymai",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Susieti įrenginiai",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "\"+\" mygtukas",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Susieti naują įrenginį",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Nuskenuokite šį kodą naudodami telefone įdiegtą Signal programėlę",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Atverkite savo telefone Signal programėlę",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Bakstelėkite ant $settings$, o tuomet ant $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Nustatymai",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Bakstelėkite ant $plusButton$ („Android“ įrenginiuose) arba ant $linkNewDevice$ („iPhone“ įrenginiuose)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "Nepavyko įkelti QR kodo. Patikrinkite interneto ryšį ir bandykite dar kartą. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Sužinoti daugiau",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Jūs matysite šį pavadinimą savo telefone, „Susietų įrenginių“ skyrelyje.",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Mano kompiuteris",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Įrenginio pavadinimas",
@ -1371,6 +1417,10 @@
"message": "Sinchronizuojami adresatai ir grupės",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Pastaba: Jūsų pokalbių istorija nebus sinchronizuota į šį įrenginį",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Nepavyko prisijungti prie serverio.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Kažkas nutiko!",
"description": ""
},
"installUnknownError": {
"message": "Įvyko netikėta klaida. Bandykite dar kartą.",
"description": ""
},
"installTryAgain": {
"message": "Bandykite dar kartą",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Dabar, Signal Desktop palaiko „Apple“ M1 lustą, kuris yra naudojamas jų naujesniuose kompiuteriuose. Jei turite kurį nors iš tų naujų įrenginių, programa juose veiks žymiai sklandžiau. Jei tokiais įrenginiais nesinaudojate, pasveikinkite naudotojus, kurie jais naudojasi. Didelis ačiū $dennis$ už šį sudėtingą darbą!",
"message": "Dabar, Signal Desktop yra optimizuota naudoti su „Apple“ M1 lustais, kurie yra naudojami jų naujesniuose kompiuteriuose. Jei turite kurį nors iš tų naujų įrenginių, programa juose veiks žymiai sklandžiau. Jei tokiais įrenginiais nesinaudojate, pasveikinkite naudotojus, kurie jais naudojasi. Didelis ačiū $dennis$ už šį sudėtingą darbą!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Be to, yra daug smulkių patobulinimų ir klaidų ištaisymų, įskaitant su skambučiais susijusius pagerinimus, kurie padės Signal sklandžiai veikti.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Naujieji metai, naujas pradinės sąrankos langas. Prasidedant 2022-siems, perprojektavome pradinės sąrankos langus.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ mainīja numuru uz jaunu",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Privātums ir iespējams. Signāls padara to viegli īstenojamu.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Saistīt tālruni ar Signal Desktop versiju",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal iestatījumi",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Saistītās ierīces",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' poga",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Pievienot jaunu ierīci",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Iestatījumi",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Lasīt vairāk",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Ierīces nosaukums",
@ -1371,6 +1417,10 @@
"message": "Sinhronizē kontaktpersonas un grupas",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Neizdevās pieslēgties serverim",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Kaut kas sagāja grīstē!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Mēģiniet vēlreiz",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ changed their number to a new number",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Приватноста е можна. Signal ја прави лесна.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Поврзете го Вашиот телефон со Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal поставки",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Поврзани уреди",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' копче",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Поврзете нов уред",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Поставувања",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Дознајте повеќе",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Име на уредот",
@ -1371,6 +1417,10 @@
"message": "Синхронизација на контакти и групи",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Не успеав да се поврзам со серверот.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Нешто тргна наопаку!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Обиди се повторно ",
"description": ""
@ -6128,7 +6182,7 @@
"description": "Label for the saturation slider"
},
"CustomColorEditor__title": {
"message": "Custom Color",
"message": "Боја на разговор",
"description": "Modal title for the custom color editor"
},
"customDisappearingTimeOption": {
@ -6202,7 +6256,7 @@
"description": "Label text shown when editing group description"
},
"ConversationDetailsHeader--add-group-description": {
"message": "Add group description...",
"message": "Додадете опис на групата...",
"description": "Placeholder text in the details header for those that can edit the group description"
},
"MediaQualitySelector--button": {
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ അവരുടെ നമ്പർ ഒരു പുതിയ നമ്പറിലേക്ക് മാറ്റി",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "സ്വകാര്യത സാധ്യമാണ്. Signal ഇത് എളുപ്പമാക്കുന്നു.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "നിങ്ങളുടെ ഫോൺ Signal Desktop-മായി ബന്ധിപ്പിക്കുക ",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal ക്രമീകരണങ്ങൾ",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "ലിങ്ക് ചെയ്തിട്ടുള്ള ഡിവൈസുകൾ",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' ബട്ടൺ",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "പുതിയ ഡിവൈസ് ലിങ്ക് ചെയ്യുക",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "ക്രമീകരണങ്ങൾ",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "കൂടുതൽ അറിയുക",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "ഉപകരണത്തിന്റെ പേര്",
@ -1371,6 +1417,10 @@
"message": "കോൺ‌ടാക്റ്റുകളും ഗ്രൂപ്പുകളും സമന്വയിപ്പിക്കുന്നു",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "സെർവറുമായി കണക്റ്റ് ചെയ്യാനായില്ല.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "എന്തോ കുഴപ്പം സംഭവിച്ചു!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "വീണ്ടും ശ്രമിക്കുക",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ ने त्याचा क्रमांक एका नवीन क्रमांकात बदलला",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "गोपनीयता शक्य आहे. Signal ते सहज बनवते.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Signal Desktop वर आपला फोन लिंक करा",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal सेटिंग",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "लिंक केलेले डिव्हाईस",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' बटण",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "नवीन डिव्हाईस जोडा",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "तुमच्या फोनवरील Signal ॲपमध्ये हे कोड स्कॅन करा",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "आपल्या फोनवर Signal उघडा",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "सेटिंग",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "अधिक जाणा",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "डिव्हाईस नाव",
@ -1371,6 +1417,10 @@
"message": "संपर्क आणि गट संकलित करत आहे",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "सर्व्हरला कनेक्ट करण्यात अयशस्वी.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "काहीतरी चुकीचे झाले!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "पुन्हा प्रयत्न करा",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ telah mengubah nombor mereka kepada nombor baharu",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Privasi mampu dicapai. Signal memudahkannya.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Pautkan telefon anda kepada Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Tetapan Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Peranti Dipautkan",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Butang '+'",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Pautkan Peranti Baru",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Semak imbas kod ini dalam aplikasi Signal di telefon anda",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Buka Signal di telefon anda",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Tetapan",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Ketahui lebih lanjut",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Nama peranti",
@ -1371,6 +1417,10 @@
"message": "Menyegerakkan kenalan dan kumpulan",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Gagal menyambung ke pelayan.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Ada yang tidak kena!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Cuba lagi",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ changed their number to a new number",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Personvern er mulig. Signal gjør det lett.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Koble telefonen din til Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Innstillinger for Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Koblede enheter",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "«+»-ikonet",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Koble Til En Ny Enhet",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Innstillinger",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Lær mer",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Enhetsnavn",
@ -1371,6 +1417,10 @@
"message": "Synkroniserer kontakter og grupper",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Klarte ikke koble til tjeneren.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Noe gikk galt!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Prøv igjen",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1331,29 +1331,75 @@
"message": "Privacy is mogelijk. Signal maakt het gemakkelijk.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Koppel je telefoon aan Signal-Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signals instellingen",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Gekoppelde apparaten",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "+-knop",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Nieuw apparaat koppelen",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan deze code met de Signal app op je telefoon",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open de Signal app op je telefoon",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tik op $settings$ en vervolgens op $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Instellingen",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tik op $plusButton$ (Android) of $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "De QR-code kan niet geladen worden. Ga na dat je apparaat met het internet is verbonden en probeer het opnieuw. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Meer leren hierover",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Je zult deze naam zien in het menu Gekoppelde apparaten in de Signal app op je telefoon.",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Mijn computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Apparaatnaam",
@ -1371,6 +1417,10 @@
"message": "Contacten en groepen worden gesynchroniseerd",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Let op: Je gespreksgeschiedenis uit het verleden wordt niet overgezet naar dit apparaat",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Verbinden met server mislukt.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Er ging iets mis!",
"description": ""
},
"installUnknownError": {
"message": "Er is een onverwachte fout opgetreden. Probeer het opnieuw.",
"description": ""
},
"installTryAgain": {
"message": "Opnieuw proberen",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal-Desktop ondersteunt nu Apples M1-chip die in hun nieuwere computers wordt gebruikt. Als je een van deze nieuwe apparaten gebruikt, zou de Signal app vanaf nu veel sneller moeten zijn. Veel dank aan $dennis$ voor zijn harde werk aan deze verbetering!",
"message": "Signal-Desktop is nu geoptimaliseerd voor Apples M1-chip die in hun nieuwere computers wordt gebruikt. Als je een van deze nieuwe apparaten gebruikt, zou de Signal app vanaf nu veel sneller moeten zijn. Veel dank aan $dennis$ voor zijn harde werk aan deze verbetering!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Er zijn ook een aantal kleine verbeteringen en foutoplossingen om er onder andere tijdens het bellen voor te zorgen dat Signal goed blijft werken.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Het startscherm voor gebruikers die Signal-Desktop voor het eerst aan hun telefoon koppelen is opnieuw ontworpen.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ har endra nummeret sitt til eit nytt nummer",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Personvern er mogleg. Signal gjer det enkelt.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Kopla telefonen din til Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Innstillingar for Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Tilkopla einingar",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "«+»-knapp",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Kopla til ei ny eining",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Skann denne koden i Signal-appen på telefonen din",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Opna Signal på telefonen din",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Innstillingar",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Lær meir",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Einingsnamn",
@ -1371,6 +1417,10 @@
"message": "Synkroniserer kontaktar og grupper",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Kunne ikkje kopla til tenaren.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Noko gjekk gale!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Prøv igjen",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ changed their number to a new number",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Personvern er mulig. Signal gjør det enkelt.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Koble til telefonen din til Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Instillinger for Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Tilkoblede enheter",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' Knapp",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Koble Til En Ny Enhet",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Innstillinger",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Learn more",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Enhetsnavn",
@ -1371,6 +1417,10 @@
"message": "Synkroniserer kontaker og grupper",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Kunne ikke koble til tjeneren.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Noe gikk galt!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Try again",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ਨੇ ਆਪਣਾ ਨੰਬਰ ਨਵੇਂ ਨੰਬਰ ਨਾਲ ਬਦਲਿਆ ਹੈ ",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "ਪਰਦੇਦਾਰੀ ਸੰਭਵ ਹੈ। Signal ਨੇ ਇਹ ਸੌਖੀ ਕਰ ਦਿੱਤੀ ਹੈ।",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "ਆਪਣੇ ਫ਼ੋਨ ਨੂੰ Signal Desktop ਨਾਲ ਲਿੰਕ ਕਰੋ",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal ਸੈਟਿੰਗਾਂ",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "ਲਿੰਕ ਕੀਤੀਆਂ ਡਿਵਾਈਸਾਂ",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' ਬਟਨ",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "ਨਵੀਂ ਡਿਵਾਈਸ ਨੂੰ ਲਿੰਕ ਕਰੋ",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "ਸੈਟਿੰਗਾਂ",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "ਹੋਰ ਜਾਣੋ",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "ਡਿਵਾਈਸ ਦਾ ਨਾਂ",
@ -1371,6 +1417,10 @@
"message": "ਸੰਪਰਕ ਅਤੇ ਗਰੁੱਪ ਸਮਕਾਲੀ ਬਣਾਏ ਜਾ ਰਹੇ ਹਨ",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "ਸਰਵਰ ਨਾਲ ਕਨੈਕਟ ਕਰਨ ਵਿੱਚ ਅਸਫ਼ਲ",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "ਕੁਝ ਗਲਤ ਵਾਪਰਿਆ!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "ਫਿਰ ਕੋਸ਼ਿਸ਼ ਕਰੋ",
"description": ""
@ -2314,7 +2368,7 @@
"description": "The 'skip' button text in the 'choose group members' left pane screen"
},
"chooseGroupMembers__next": {
"message": "ਅਗਲਾ",
"message": "ਅੱਗੇ",
"description": "The 'next' button text in the 'choose group members' left pane screen"
},
"chooseGroupMembers__maximum-group-size__title": {
@ -3116,7 +3170,7 @@
"description": "Title for WhatsApp button"
},
"StickerCreator--AppStage--next": {
"message": "ਅਗਲਾ",
"message": "ਅੱਗੇ",
"description": "Default text for the next button on all stages of the sticker creator"
},
"StickerCreator--AppStage--prev": {
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1331,29 +1331,75 @@
"message": "Dzięki Signal zachowanie prywatności jest możliwe i proste.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Połącz swój telefon z Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Ustawienia Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Połączone urządzenia",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Przycisk \"+\"",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Połącz nowe urządzenie",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Zeskanuj ten kod, używając aplikacji Signal na swoim telefonie",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Otwórz Signal na swoim telefonie",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Stuknij $settings$, a następnie $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Ustawienia",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Stuknij $plusButton$ (Android) lub $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "Nie udało się załadować kodu QR. Sprawdź swoje połączenie z internetem i spróbuj ponownie. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Dowiedz się więcej",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Zobaczysz tę nazwę pod nagłówkiem \"Połączone urządzenia\" na swoim telefonie",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Mój komputer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Nazwa urządzenia",
@ -1371,6 +1417,10 @@
"message": "Synchronizacja grup i kontaktów",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Uwaga: Twoja historia rozmów nie zostanie zsynchronizowana na tym urządzeniu",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Nie można połączyć się z serwerem.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Coś poszło nie tak!",
"description": ""
},
"installUnknownError": {
"message": "Wystąpił nieoczekiwany błąd. Spróbuj ponownie.",
"description": ""
},
"installTryAgain": {
"message": "Spróbuj ponownie",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Aplikacja Signal Desktop wspiera teraz natywnie chip Apple M1, stosowany w nowszych komputerach tej firmy. Jeśli korzystasz z jednego z tych nowych urządzeń, aplikacja powinna teraz działać dużo płynniej. $dennis$ wykonał tu kawał dobrej roboty, ogromne dzięki!",
"message": "Aplikacja Signal Desktop jest teraz zoptymalizowana do działania z procesorem Apple M1, używanym w nowszych komputerach tej firmy. Jeśli posiadasz jedno z tych nowych urządzeń, aplikacja powinna działać bardziej płynnie. Jeśli nie, ciesz się szczęściem tych użytkowników, którzy je mają. Ogromne dzięki za Twoją, ciężką pracę, $dennis$!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Ta wersja zawiera również wiele drobnych ulepszeń i poprawek błędów, zapewniających płynne działanie aplikacji Signal, włącznie z kilkoma poprawkami połączeń.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Nowy rok i nowy ekran konfiguracji. Przeprojektowaliśmy ekrany początkowej konfiguracji, w sam raz na początek roku 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ خپله شمېره نوې شمېرې ته بدله کړې ده.",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "محرمیت ساتل ممکن ده. Signal هغه اسانه کړی ده.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "خپل ټلیفون د ډیسکټاپ له Signal سره لینک کړئ",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "د Signal تنظیمات",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "لینک شوې وسیلې",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "د '+' بټن",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "نوې وسیله لینک کړئ",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "دغه کوډ د خپل ټلیفون د Signal په اپلیکیشن کې سکن کړئ",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "تنظیمات",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "لا زیات زده کړئ ",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "د وسیلې نوم",
@ -1371,6 +1417,10 @@
"message": "د مخاطبینو او ګروپونو همآهنګ کول",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "له سرور سره نښلیدل تر سره نشو.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "کوم شی سم کار نه ورکوي!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "بیا هڅه وکړئ",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ alterou seu número de telefone para um novo número",
"message": "$sender$ alterou o número de telefone",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Privacidade é possível. Signal faz com que ela seja fácil.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Vincule seu telefone ao Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Configurações do Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Aparelhos vinculados",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Botão '+'",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Vincular novo aparelho",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Escaneie este código no aplicativo Signal do seu telefone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Abra o Signal no seu telefone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Toque em $settings$ e, em seguida, toque em $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Configurações",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Toque em $plusButton$ (Android) ou em $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "Não foi possível carregar o código QR. Verifique a sua internet e tente novamente. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Saiba mais",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Você verá este nome em \"Aparelhos vinculados\", no seu telefone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Meu computador",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Nome do aparelho",
@ -1371,6 +1417,10 @@
"message": "Sincronizando contatos e grupos",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Nota: seu histórico das conversas não será transferido para esse aparelho",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Falha de conexão ao servidor.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Algo deu errado!",
"description": ""
},
"installUnknownError": {
"message": "Ocorreu um erro inesperado. Por favor, tente novamente.",
"description": ""
},
"installTryAgain": {
"message": "Tentar novamente",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "A partir de agora, Signal Desktop suporta nativamente o chip M1, que é usado em computadores mais novos da Apple. Se você fizer uso de um desses computadores, o aplicativo do Signal funcionará confortavelmente, como ocorre em outros sistemas. Se este não for o chip do seu computador, também trouxemos mais potência para você. Um grande obrigado ao $dennis$ por seu trabalho árduo aqui!",
"message": "A partir de agora, Signal Desktop está otimizado para o chip M1, que é usado em computadores mais novos da Apple. Se você fizer uso de um desses computadores, o aplicativo do Signal funcionará confortavelmente, como ocorre em outros sistemas. Se este não for o chip do seu computador, também trouxemos mais potência para você. Um grande obrigado ao $dennis$ por seu trabalho árduo aqui!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Essa versão contém pequenos retoques e consertos no Signal para ele continuar funcionando confortavelmente. Melhoramos especialmente as chamadas de voz e de vídeo.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Redesenhamos as telas introdutórias, bem a tempo para o ano de 2022. Ano novo, nova tela de acesso.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ alterou o seu número de telemóvel para um número novo",
"message": "$sender$ alterou o número de telefone",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "A privacidade é possível. O Signal torna-a fácil.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Associar o seu telefone ao Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Definições do Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Dispositivos associados",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Botão '+'",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Associar um novo dispositivo",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Digitalize este código na aplicação do Signal no seu telemóvel",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Abra o Signal no seu telemóvel",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Toque em $settings$ e, em seguida, toque em $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Definições",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Toque em $plusButton$ (Android) ou em $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "Não foi possível carregar o código QR. Verifique a sua internet e tente novamente. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Saber mais",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Você verá este nome em \"Aparelhos vinculados\", no seu telefone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "O meu computador",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Nome do dispositivo",
@ -1371,6 +1417,10 @@
"message": "A sincronizar contactos e grupos",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Nota: O seu histórico de conversas não será sincronizado com este aparelho",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Falha na ligação ao servidor",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Ocorreu algo de errado!",
"description": ""
},
"installUnknownError": {
"message": "Ocorreu um erro inesperado. Por favor, tente novamente.",
"description": ""
},
"installTryAgain": {
"message": "Tentar novamente",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "A partir de agora, o Signal Desktop suporta nativamente o chip M1, que é usado em computadores mais recentes da Apple. Se estiver a utilizar um desses computadores, a aplicação Signal funcionará confortavelmente, como ocorre noutros sistemas. Se este não for o chip do seu computador, também trouxemos mais potência para si. Um grande obrigado ao $dennis$ por seu trabalho árduo aqui!",
"message": "A partir de agora, o Signal Desktop encontra-se otimizado para o chip M1, que é usado em computadores mais recentes da Apple. Se estiver a utilizar um desses computadores, a aplicação Signal funcionará confortavelmente, como ocorre noutros sistemas. Se este não for o chip do seu computador, também trouxemos mais potência para si. Um grande obrigado ao $dennis$ por seu trabalho árduo aqui!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Essa versão contém pequenos retoques e correções no Signal para ele continuar a funcionar confortavelmente. Melhoramos especialmente as chamadas de voz e de vídeo.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Redesenhamos os écrans de configuração, bem a tempo para o ano de 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ și-a schimbat numărul de telefon cu unul nou",
"message": "$sender$ și-a schimbat numărul de telefon",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Confidențialitatea este posibilă. Signal face asta ușor.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Asociază telefonul tău cu Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Setări Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Dispozitive asociate",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Butonul '+'",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Asociază dispozitiv nou",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scanează acest cod în aplicația Signal de pe telefonul tău",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Deschide Signal pe telefonul tău",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Deschide $settings$, apoi atinge $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Setări",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Atinge $plusButton$ (Android) sau $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "Codul QR nu a putut fi afișat. Verifică-ți conexiunea la internet și încearcă din nou. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Află mai multe",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Vei vedea acest nume în meniul \"Dispozitive Asociate\" pe telefonul tău",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Computerul meu",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Numele dispozitivului",
@ -1371,6 +1417,10 @@
"message": "Sincronizare contacte și grupuri",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Notă: Istoricul conversațiilor nu va fi sincronizat cu acest dispozitiv",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Conectarea la server a eșuat.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Ceva a funcționat greșit!",
"description": ""
},
"installUnknownError": {
"message": "A apărut o eroare neașteptată. Te rugăm să încerci din nou.",
"description": ""
},
"installTryAgain": {
"message": "Încearcă din nou",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop suportă acum în mod nativ cipul M1 de la Apple, care este utilizat în noile computere. Dacă folosiți unul dintre aceste dispozitive nou-nouțe, aplicația ar trebui să fie mult mai rapidă. Dacă nu, urați-le bun venit utilizatorilor care folosesc. Mulțumim mult lui $dennis$ pentru munca depusă aici!",
"message": "Signal Desktop este acum optimizat pentru cipul M1 de la Apple, care este utilizat în noile computere. Dacă folosești unul dintre aceste dispozitive nou-nouțe, aplicația ar trebui să fie mult mai rapidă. Dacă nu, urează-le bun venit utilizatorilor care sunt. Mulțumiri imense lui $dennis$ pentru munca depusă aici!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Am făcut, de asemenea, o serie de mici ajustări și am reparat câteva erori pentru ca Signal să funcționeze fără probleme, acestea includ și unele îmbunătățiri legate de apelare.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Un an nou, un ecran nou de configurare. Am schimbat designul ecranului inițial de configurare odată cu trecerea în 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1331,29 +1331,75 @@
"message": "Приватное общение возможно. Signal помогает его упростить.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Привяжите свой телефон к Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Настройки Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Привязанные устройства",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Кнопка «+»",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Привязать новое устройство",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Просканируйте этот код в приложении Signal на своем телефоне",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Откройте Signal на своем телефоне",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Нажмите на $settings$, затем на $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Настройки",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Нажмите на $plusButton$ (Android) или $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "Не удалось загрузить QR-код. Проверьте своё подключение к интернету и попробуйте ещё раз. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Узнать больше",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Вы увидите это имя в разделе «Привязанные устройства» на своём телефоне",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Мой компьютер",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Имя устройства",
@ -1371,6 +1417,10 @@
"message": "Синхронизация контактов и групп",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Обратите внимание: ваша история сообщений не будет синхронизирована на это устройство",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Не удалось подключиться к серверу.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Что-то пошло не так!",
"description": ""
},
"installUnknownError": {
"message": "Произошла неожиданная ошибка. Пожалуйста, попробуйте ещё раз.",
"description": ""
},
"installTryAgain": {
"message": "Попробовать еще раз",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop теперь напрямую поддерживает процессор Apple M1, который используется в новых компьютерах Apple. Если вы используете одно из таких новоиспечённых устройств, приложение должно работать намного оперативнее. Если нет, тепло поприветствуйте тех пользователей, которые используют такой компьютер. Огромное спасибо $dennis$ за его усердную работу в этой области!",
"message": "Signal Desktop теперь оптимизирован для процессора Apple M1, который используется в новых компьютерах Apple. Если вы используете одно из таких новоиспечённых устройств, приложение должно работать намного оперативнее. Если нет, тепло поприветствуйте тех пользователей, которые используют такой компьютер. Огромное спасибо $dennis$ за его усердную работу в этой области!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Также эта версия содержит несколько небольших изменений и исправлений, чтобы Signal продолжал работать плавно, включая несколько улучшений, связанных со звонками.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Новый год, новый экран начальной настройки. Мы обновили экраны начальной настройки как раз вовремя для 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ zmenil ich počet na nové číslo",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Súkromie je možné. Signal ho uľahčuje.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Pripojte svoj mobilný telefón k Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Nastavenia Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Pripojené zariadenia",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Tlačidlo \"+\"",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Pripojiť Nové Zariadenie",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Naskenujte tento kód v aplikácii Signal vo svojom telefóne",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Otvorte Signal na svojom telefóne",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Nastavenia",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Dozvedieť sa viac",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Názov zariadenia",
@ -1371,6 +1417,10 @@
"message": "Synchronizácia kontaktov a skupín",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Pripojenie k serveru zlyhalo.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Niekde sa stala chyba!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Skúsiť znova",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop teraz natívne podporuje čip Apple M1, ktorý sa používa v ich novších počítačoch. Ak používate jedno z týchto nových zariadení, aplikácia by mala byť oveľa svižnejšia. Ak nie ste jeho majiteľom, srdečne privítajte používateľov ktorí sú. Veľká vďaka $dennis$ za jeho tvrdú prácu tu!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Existuje tiež množstvo malých vylepšení a opráv chýb, aby Signal fungoval hladko, vrátane niekoľkých vylepšení súvisiacich s volaním.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "Uporabnik/ca $sender$ ima novo številko",
"message": "Uporabnik/ca $sender$ je spremenil/a svojo telefonsko številko.",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Zasebnost obstaja. Signal jo naredi preprosto.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Povežite svoj telefon z aplikacijo Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Nastavitve Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Povezane naprave",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Gumb '+'",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Poveži novo napravo",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Skenirajte to kodo v aplikaciji Signal na vašem telefonu",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Odprite Signal na vašem telefonu",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tapnite $settings$, nato $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Nastavitve",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tapnite $plusButton$ (Android) ali $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "Kode QR ni bilo mogoče prikazati. Preverite svojo internetno povezavo in poskusite znova. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Izvedite več",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "To ime boste na svojem telefonu videli pod \"Povezane naprave\"",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Moj računalnik",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Ime naprave",
@ -1371,6 +1417,10 @@
"message": "Usklajujem stike in skupine",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Pozor: zgodovina pogovorov ne bo sinhronizirana s to napravo",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Ne morem se povezati s strežnikom.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Nekaj je šlo narobe!",
"description": ""
},
"installUnknownError": {
"message": "Prišlo je do nepredvidene napake. Poskusite znova.",
"description": ""
},
"installTryAgain": {
"message": "Poskusi znova",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ ndryshoi numrin e vet me një numër të ri",
"message": "$sender$ ndryshoi numrin e vet të telefonit",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Privatësia është e mundur. Signal-i e bën të lehtë.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Lidheni telefonin tuaj me Signal-in për Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Rregullime Signal-i",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Pajisje të Lidhura",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Butoni '+'",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Lidhini Pajisje të Re",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"message": "Skanojeni këtë kod me aplikacionin Signal në telefonin tuaj",
"description": "Alt text for the QR code on the device link screen"
"Install__scan-this-code": {
"message": "Skanojeni këtë kod te aplikacioni Signal në telefonin tuaj",
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Hapni Signal-in në telefonin tuaj",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Prekni mbi $settings$, mandej prekni $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Rregullime",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Prekni $plusButton$ (Android) ose $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "Kodi QR su ngarkua dot. Kontrolloni lidhjen tuaj në internet dhe riprovoni. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Mësoni më tepër",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Këtë emër do ta shihni nën “Pajisje të Lidhura”, te telefoni juaj",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Kompjuteri Im",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Emër pajisjeje",
@ -1371,6 +1417,10 @@
"message": "Po njëkohësohen kontakte dhe grupe",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Shënim: Historiku i fjalosjes tuaj sdo të njëkohësohet në këtë pajisje",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Dështoi lidhja me shërbyesin.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Diç shkoi ters!",
"description": ""
},
"installUnknownError": {
"message": "Ndodhi një gabim i papritur. Ju lutemi, riprovoni.",
"description": ""
},
"installTryAgain": {
"message": "Riprovo",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal-i për Desktop tani mbulon së brendshmi procesorin M1 të Apple-it që përdoret në kompjuterat e tyre më të rinj. Nëse keni një nga këto pajisje të reja, aplikacioni do të jetë shumë më i zhdërvjellët. Nëse jo, urojuni mirëseardhjen atyre që i kanë. Falënderime pa masë për $dennis$ për punën e tij të palodhur për këtë aspekt!",
"message": "Signal-i për Desktop tani është i optimizuar për procesorin M1 të Apple-it që përdoret në kompjuterat e tyre më të rinj. Nëse keni një nga këto pajisje të reja, aplikacioni do të jetë shumë më i zhdërvjellët. Nëse jo, urojuni mirëseardhjen atyre që i kanë. Falënderime pa masë për $dennis$ për punën e tij të palodhur për këtë aspekt!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Ka gjithashtu një numër përimtimesh të vogla dhe ndreqje të metash, për ta mbajtur Signal-in të xhirojë rrjedhshëm, përfshi disa përmirësime të lidhura me thirrjet.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Vit i ri, skenë e re ujdisjeje fillestare. I kemi rihartuar skenat e ujdisjes fillestare tamam në kohë për 2022-shin.",
"description": "Release notes for v5.28"
}
}

View File

@ -648,7 +648,7 @@
}
},
"decryptionErrorToast": {
"message": "Desktop ran into a decryption error from $name$, device $deviceId$",
"message": "Догодила се грешка дешифровања на Desktop од $name$, уређај $deviceId$",
"description": "An error popup when we haven't added an in-timeline error for decryption error, only for beta/internal users.",
"placeholders": {
"name": {
@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ променио свој број на нови број",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Приватност је достижна. Signal вам то олакшава.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Повежите телефон са Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Поставке Signal-а",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Повезани уређаји",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' Дугме",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Повежи нови уређај",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Скенирајте овај кôд у Signal на Вашем телефону",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Отворите Signal на вашем телефону",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Подешавања",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Сазнај више",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Име уређаја",
@ -1371,6 +1417,10 @@
"message": "Усаглашавам контакте и групе",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Неуспешно повезивање са сервером.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Дошло је до грешке!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Покушај поново",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -878,7 +878,7 @@
"description": "Used as the 'title' attribute for the typing animation"
},
"contactInAddressBook": {
"message": "Den här personen är i dina kontakter.",
"message": "Den här personen finns i dina kontakter.",
"description": "Description of icon denoting that contact is from your address book"
},
"contactAvatarAlt": {
@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ bytte nummer till ett nytt nummer",
"message": "$sender$ ändrade sitt telefonnummer",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Integritet är möjligt. Signal gör det lätt.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Länka din telefon till Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal-inställningar",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Länkade enheter",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "\"+\"-knappen",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Länka ny enhet",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Skanna den här koden i Signal-appen på din telefon",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Öppna Signal på din telefon",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Inställningar",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tryck på $plusButton$ (Android) eller $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "QR-koden kunde inte läsas in. Kontrollera ditt internet och försök igen. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Läs mer",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Du kommer att se det här namnet under \"Länkade enheter\" på din telefon",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Min dator",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Enhetsnamn",
@ -1371,6 +1417,10 @@
"message": "Synkroniserar kontakter och grupper",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Obs: Din chatthistorik kommer inte att synkroniseras med den här enheten",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Det gick inte att ansluta till servern.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Något gick fel!",
"description": ""
},
"installUnknownError": {
"message": "Ett oväntat fel uppstod. Vänligen försök igen.",
"description": ""
},
"installTryAgain": {
"message": "Försök igen",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop stöder nu Apples M1-chip som används i deras nyare datorer. Om du använder en av dessa nymodiga enheter borde appen vara mycket snabbare. Om inte, hälsa användarna som gör det varmt välkomna. Stort tack till $dennis$ för hans hårda arbete här!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Det finns också ett antal små justeringar och felrättningar för att hålla Signal igång smidigt, inklusive flera samtalsrelaterade förbättringar.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ amebadilisha nambari yake na kuanza kutumia nambari mpya",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Faragha inawezekana. Signal inairahisisha.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Unganisha simu yako na Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Mipangilio ya Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Vifaa Vilivyounganishwa",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Kitufe cha Nyongeza",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Unganisha Kifaa Kipya",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Mipangilio",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Jifunze zaidi",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Jina la kifaa",
@ -1371,6 +1417,10 @@
"message": "Unganisha wawasiliani na vikundi",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Imeshindwa kuunganisha na seva.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Kuna kitu kimeenda kombo!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Jaribu tena",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ அவர்களின் எண்ணை புதிய எண்ணாக மாற்றினார்",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "தனியுரிமை சாத்தியம். Signal அதை எளிதாக்குகிறது.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "உங்கள் தொலைபேசியை Signal Desktop ப்பில் இணைக்கவும்",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal அமைப்புகள்",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "இணைக்கப்பட்ட சாதனங்கள்",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' பொத்தான்",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "புதிய சாதனத்தை இணைக்கவும்",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "அமைப்புகள்",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "மேலும் அறிக",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "சாதனத்தின் பெயர்",
@ -1371,6 +1417,10 @@
"message": "தொடர்புகள் மற்றும் குழுக்களை ஒத்திசைத்தல்",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "சேவகையத்திடம் தொடர்பு கொள்ள முடியவில்லை.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "ஏதோ தவறு நடைபெற்றிருக்கிறது!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "மீண்டும் முயற்சிக்கவும்",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ changed their number to a new number",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "గోప్యత సాధ్యమే. Signal సులభం చేస్తుంది.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "మీ ఫోన్‌ను Signal Desktop లింక్ చేయండి",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal అమరికలు",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "పరికరాలు అనుసంధానించు ",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' బటన్",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "కొత్త పరికరాన్ని అనుసంధానించు",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "అమరికలు",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "ఇంకా నేర్చుకో",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "పరికరం యొక్క పేరు ",
@ -1371,6 +1417,10 @@
"message": "పరిచయాలు మరియు సమూహాలను సమకాలీకరిస్తోంది",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "సర్వర్ తో అనుసంధాన ప్రయత్నం విఫలమైనది.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "ఏదో తప్పు జరిగినది.",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "మళ్ళీ ప్రయత్నించండి",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ เปลี่ยนหมายเลขของตนเองเป็นหมายเลขใหม่",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "ความเป็นส่วนตัวเป็นไปได้ Signal ทำให้มันง่าย",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "เชื่อมโยงโทรศัพท์ของคุณกับ Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "การตั้งค่า Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "อุปกรณ์ที่เชื่อมโยง",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "ปุ่ม '+'",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "เชื่อมโยงอุปกรณ์ใหม่",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "การตั้งค่า",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "เรียนรู้เพิ่มเติม",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "ชื่ออุปกรณ์",
@ -1371,6 +1417,10 @@
"message": "กำลังปรับประสานรายชื่อผู้ติดต่อและกลุ่ม",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "เชื่อมต่อกับเซิร์ฟเวอร์ล้มเหลว",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "เกิดข้อผิดพลาดบางอย่าง",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "ลองอีกครั้ง",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ telefon numrasını yeni bir numarayla değiştirdi",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Gizlilik mümkün. Signal ise bunu kolaylaştırır.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Signal Desktop'a telefonunuzu bağlayın",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal Ayarları",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Bağlı cihazlar",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' Düğmesi",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Yeni Cihaz Bağla",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Bu kodu telefonunuzdaki Signal uygulamasıyla tarayın",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Signal'ı telefonunda aç",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Ayarlar",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Dahasını öğrenin",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Cihaz adı",
@ -1371,6 +1417,10 @@
"message": "Kişiler ve gruplar senkronize ediliyor",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Sunucuya bağlanılamadı.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Bir şeyler ters gitti!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Tekrar dene",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ changed their number to a new number",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Signal شەخسىيەت قوغداشنى تېخىمۇ ئاسانلاشتۇردى.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "تېلېفونىڭىزنى Signal Desktop قا باغلاڭ",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal تەڭشەكلەر",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "باغلانغان ئۈسكۈنىلەر",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "«+» توپچە",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "يېڭى ئۈسكۈنە باغلا",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "تەڭشەكلەر",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "كۆپرەك ئۆگىنىش",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "ئۈسكۈنە ئىسمى",
@ -1371,6 +1417,10 @@
"message": "ئالاقەداش ۋە ئۇچۇرلارنى قەدەمداشلاۋاتىدۇ",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "مۇلازىمېتىرغا باغلىنالمىدى.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "خاتالىق كۆرۈلدى!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "قايتا سىنا",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -648,7 +648,7 @@
}
},
"decryptionErrorToast": {
"message": "Desktop ran into a decryption error from $name$, device $deviceId$",
"message": "У застосунку виникла помилка шифрування з $name$, пристрій $deviceId$",
"description": "An error popup when we haven't added an in-timeline error for decryption error, only for beta/internal users.",
"placeholders": {
"name": {
@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ змінив номер телефону на новий",
"message": "У $sender$ змінився номер телефону",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Приватність - це можливо. Signal робить її досягнення простим.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Прив'язати ваш телефон до Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Параметри Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Під’єднані пристрої",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' Кнопка",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Під’єднати новий пристрій",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Проскануйте цей код в застосунку Signal на своєму телефоні",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Відкрийте Signal на своєму телефоні",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Клацніть на $settings$, потім на $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Налаштування",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Клацніть на $plusButton$ (Android) чи $linkNewDevice$(iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "QR-код не вдалось завантажити. Перевірте з'єднання з інтернет та спробуйте пізніше. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Дізнатись більше",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "Ви побачите це ім'я у розділі «Прив'язані пристрої» на своєму телефоні",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Мій комп'ютер",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Назва пристрою",
@ -1371,6 +1417,10 @@
"message": "Синхронізування контактів та груп",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Примітка: Історія чату не синхронізується з цим пристроєм",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Не вдалося підключитись до сервера.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Щось пішло не так!",
"description": ""
},
"installUnknownError": {
"message": "Сталася непередбачувана помилка. Спробуйте пізніше, будь ласка.",
"description": ""
},
"installTryAgain": {
"message": "Спробувати знову",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop відтепер оптимізовано для чипів Apple M1, що використовуються у їхніх нових комп'ютерах. Якщо ви один з володільців цих новітніх пристроїв, застосунок працюватиме ще хутчіше. Якщо ні — тепло зустрічаймо тих, хто вже так. Величезна подяка $dennis$ за його важку працю над цим!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6712,11 +6766,15 @@
}
},
"WhatsNew__v5.27--1": {
"message": "On a long call? Your system should stay awake the whole time, instead of falling asleep while you're in the middle of an important discussion.",
"message": "Знаходитесь у тривалому виклику? Система залишатиметься пробудженою увесь час, та не засне посередині важливого обговорення.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"message": "Також є певна кількість маленьких доопрацювань та виправлень помилок, зокрема декілька покращень, пов'язаних з викликами, що дозволить Signal працювати плавніше.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "Новий Рік — нове вікно початкового налаштування. Ми вчасно оновили вигляд вікна початкового налаштування до 2022 року.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ changed their number to a new number",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "نجی معلومات کی حفاظت ممکن ہے۔ Signal اسے آسان بنا دیتا ہے۔",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "اپنے فون کو Signal Desktop کے ساتھ منسلک کریں",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal ترتیبات",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "ڈیوائس منسلک ہو چکی",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "'+' بٹن",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "نئی ڈیوائس منسلک کریں",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "ترتیبات",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "مزید پڑھیں",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "ڈیوائس کا نام",
@ -1371,6 +1417,10 @@
"message": "گروپس اور رابطے ہم آہنگ ہو رہے ہیں ",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "سرور کے ساتھ منسلک ہونے میں ناکام۔",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "کچھ غلط ہو گیا!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "دوبارہ کوشش کریں",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ đã thay đổi số của họ thành một số mới",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Sự riêng tư là khả thi. Signal khiến điều đó trở nên dễ dàng.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Liên kết điện thoại của bạn với Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal Cài đặt",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Các thiết bị Được liên kết",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Nút '+'",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Liên kết Thiết bị Mới",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Quét mã này trong ứng dụng Signal trên điện thoại của bạn.",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Mở Signal trên điện thoại của bạn",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "Cài đặt",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "Tìm hiểu thêm",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Tên thiết bị",
@ -1371,6 +1417,10 @@
"message": "Đồng bộ các liên lạc và nhóm",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Không thể kết nối đến máy chủ.",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "Đã xảy ra lỗi!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "Thử lại",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop hiện hỗ trợ nguyên bản chip M1 của Apple được sử dụng trong các máy tính mới của họ. Nếu bạn đang sử dụng một trong những thiết bị mới này, ứng dụng sẽ nhanh hơn nhiều. Nếu bạn không, hãy chào đón nồng nhiệt những người dùng đó. Rất cảm ơn $dennis$ vì sự chăm chỉ của anh ấy ở đây!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "Ngoài ra còn có một số chỉnh sửa nhỏ và sửa lỗi để giữ cho Signal hoạt động mượt mà, bao gồm một số cải tiến liên quan đến tính năng gọi điện.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ changed their number to a new number",
"message": "$sender$ changed their phone number",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "Signal 让隐私保护触手可及。",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "关联您的手机到 Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal 设置",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "已关联的设备",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "“+” 按键",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "关联新设备",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "Scan this code in the Signal app on your phone",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Open Signal on your phone",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Tap into $settings$, then tap $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "设置",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Tap $plusButton$ (Android) or $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "The QR code couldn't load. Check your internet and try again. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "了解更多",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "You'll see this name under \"Linked Devices\" on your phone",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "My Computer",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "设备名称",
@ -1371,6 +1417,10 @@
"message": "正在同步联系人和群组",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Note: Your chat history will not be synced to this device",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "连接服务器失败",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "出错了!",
"description": ""
},
"installUnknownError": {
"message": "An unexpected error occurred. Please try again.",
"description": ""
},
"installTryAgain": {
"message": "重试",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"message": "Signal Desktop is now optimized for Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
}
}

View File

@ -1282,7 +1282,7 @@
}
},
"ChangeNumber--notification": {
"message": "$sender$ 將他們的號碼變更為新號碼",
"message": "$sender$ 變更了他們的電話號碼",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
@ -1331,29 +1331,75 @@
"message": "隱私是有可能的。Signal 讓隱私更簡單。",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "將您的手機連結至 Signal 桌面版",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "Signal 設定",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "已連結的裝置",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "「+」按鈕",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "連結新裝置",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"LinkScreen__scan-this-code": {
"Install__scan-this-code": {
"message": "在手機上的 Signal 應用程式中掃描此代碼",
"description": "Alt text for the QR code on the device link screen"
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "在手機上開啟 Signal",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "點擊 $settings$,然後再點擊 $linkedDevices$",
"description": "Instructions on the device link screen",
"placeholders": {
"settings": {
"content": "$1",
"example": "<strong>Settings</strong>"
},
"linkedDevices": {
"content": "$2",
"example": "<strong>Linked Devices</strong>"
}
}
},
"Install__instructions__2__settings": {
"message": "設定",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "點擊 $plusButton$ (Android) 或 $linkNewDevice$ (iPhone)",
"description": "Instructions on the device link screen",
"placeholders": {
"plusButton": {
"content": "$1",
"example": "<PlusButton />"
},
"linkNewDevice": {
"content": "$2",
"example": "<strong>Link New Device</strong>"
}
}
},
"Install__qr-failed": {
"message": "無法載入二維條碼。 檢查你的網路,然後重試。 $learnMore$",
"description": "Shown on the install screen if the QR code fails to load",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "<a>Learn more</a>"
}
}
},
"Install__qr-failed__learn-more": {
"message": "了解更多",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__choose-device-name__description": {
"message": "你會在手機上的“已連結的裝置”下看到此名稱",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "本機",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "裝置名稱",
@ -1371,6 +1417,10 @@
"message": "正在同步聯絡人與群組",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "注意:你的聊天記錄不會同步到此裝置",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "無法連線到伺服器。",
"description": "Displayed when we can't connect to the server."
@ -1387,6 +1437,10 @@
"message": "發生錯誤!",
"description": ""
},
"installUnknownError": {
"message": "一個未預期的問題發生。 請再試一次。",
"description": ""
},
"installTryAgain": {
"message": "再試一次",
"description": ""
@ -6702,7 +6756,7 @@
"description": "Release notes for v5.26"
},
"WhatsNew__macos-m1": {
"message": "Signal 電腦版現在原生支持 Apple 的 M1 晶片該晶片用於其較新的Mac電腦。 如果你使用的是這些新裝置之一,那麼該應用程式應該會更加快速。 如果你不是,熱烈歡迎那些使用M1晶片 Mac電腦的使用者。 非常感謝 $dennis$ 在這裡的辛苦工作!",
"message": "Signal 電腦版 現在針對 Apple 的 M1 晶片進行了優化,該晶片用於它們較新的電腦。 如果你使用的是這些新裝置之一,那麼該應用程式應該會更加快速。 如果你不是,會喜愛的是那些用戶。 非常感謝 $dennis$ 在這樣的加速運作!",
"description": "Release note for the macOS M1 release",
"placeholders": {
"dennis": {
@ -6718,5 +6772,9 @@
"WhatsNew__v5.27--2": {
"message": "還有一些小的調整和錯誤修復,以維持 Signal 穩定執行,包括一些與通話相關的改進。",
"description": "Release notes for v5.27"
},
"WhatsNew__v5.28--1": {
"message": "新的一年,新的初始設定螢幕。 我們為 2022 年及時重新設計了初始設定螢幕。",
"description": "Release notes for v5.28"
}
}

View File

@ -29,7 +29,13 @@ export function _urlToPath(
options?: { isWindows: boolean }
): string {
const decoded = decodeURIComponent(targetUrl);
const withoutScheme = decoded.slice(options?.isWindows ? 8 : 7);
// We generally expect URLs to start with file:// or file:/// here, but for users with
// their home directory redirected to a UNC share, it will start with //.
const withoutScheme = decoded.startsWith('//')
? decoded
: decoded.slice(options?.isWindows ? 8 : 7);
const withoutQuerystring = _eliminateAllAfterCharacter(withoutScheme, '?');
const withoutHash = _eliminateAllAfterCharacter(withoutQuerystring, '#');

View File

@ -1,609 +0,0 @@
/**
* @fileoverview
* - Using the 'QRCode for Javascript library'
* - Fixed dataset of 'QRCode for Javascript library' for support full-spec.
* - this library has no dependencies.
*
* @author davidshimjs
* @see <a href="http://www.d-project.com/" target="_blank">http://www.d-project.com/</a>
* @see <a href="http://jeromeetienne.github.com/jquery-qrcode/" target="_blank">http://jeromeetienne.github.com/jquery-qrcode/</a>
*/
var QRCode;
(function () {
//---------------------------------------------------------------------
// QRCode for JavaScript
//
// Copyright (c) 2009 Kazuhiko Arase
//
// URL: http://www.d-project.com/
//
// Licensed under the MIT license:
// http://www.opensource.org/licenses/mit-license.php
//
// The word "QR Code" is registered trademark of
// DENSO WAVE INCORPORATED
// http://www.denso-wave.com/qrcode/faqpatent-e.html
//
//---------------------------------------------------------------------
function QR8bitByte(data) {
this.mode = QRMode.MODE_8BIT_BYTE;
this.data = data;
this.parsedData = [];
// Added to support UTF-8 Characters
for (var i = 0, l = this.data.length; i < l; i++) {
var byteArray = [];
var code = this.data.charCodeAt(i);
if (code > 0x10000) {
byteArray[0] = 0xF0 | ((code & 0x1C0000) >>> 18);
byteArray[1] = 0x80 | ((code & 0x3F000) >>> 12);
byteArray[2] = 0x80 | ((code & 0xFC0) >>> 6);
byteArray[3] = 0x80 | (code & 0x3F);
} else if (code > 0x800) {
byteArray[0] = 0xE0 | ((code & 0xF000) >>> 12);
byteArray[1] = 0x80 | ((code & 0xFC0) >>> 6);
byteArray[2] = 0x80 | (code & 0x3F);
} else if (code > 0x80) {
byteArray[0] = 0xC0 | ((code & 0x7C0) >>> 6);
byteArray[1] = 0x80 | (code & 0x3F);
} else {
byteArray[0] = code;
}
this.parsedData.push(byteArray);
}
this.parsedData = Array.prototype.concat.apply([], this.parsedData);
if (this.parsedData.length != this.data.length) {
this.parsedData.unshift(191);
this.parsedData.unshift(187);
this.parsedData.unshift(239);
}
}
QR8bitByte.prototype = {
getLength: function (buffer) {
return this.parsedData.length;
},
write: function (buffer) {
for (var i = 0, l = this.parsedData.length; i < l; i++) {
buffer.put(this.parsedData[i], 8);
}
}
};
function QRCodeModel(typeNumber, errorCorrectLevel) {
this.typeNumber = typeNumber;
this.errorCorrectLevel = errorCorrectLevel;
this.modules = null;
this.moduleCount = 0;
this.dataCache = null;
this.dataList = [];
}
QRCodeModel.prototype={addData:function(data){var newData=new QR8bitByte(data);this.dataList.push(newData);this.dataCache=null;},isDark:function(row,col){if(row<0||this.moduleCount<=row||col<0||this.moduleCount<=col){throw new Error(row+","+col);}
return this.modules[row][col];},getModuleCount:function(){return this.moduleCount;},make:function(){this.makeImpl(false,this.getBestMaskPattern());},makeImpl:function(test,maskPattern){this.moduleCount=this.typeNumber*4+17;this.modules=new Array(this.moduleCount);for(var row=0;row<this.moduleCount;row++){this.modules[row]=new Array(this.moduleCount);for(var col=0;col<this.moduleCount;col++){this.modules[row][col]=null;}}
this.setupPositionProbePattern(0,0);this.setupPositionProbePattern(this.moduleCount-7,0);this.setupPositionProbePattern(0,this.moduleCount-7);this.setupPositionAdjustPattern();this.setupTimingPattern();this.setupTypeInfo(test,maskPattern);if(this.typeNumber>=7){this.setupTypeNumber(test);}
if(this.dataCache==null){this.dataCache=QRCodeModel.createData(this.typeNumber,this.errorCorrectLevel,this.dataList);}
this.mapData(this.dataCache,maskPattern);},setupPositionProbePattern:function(row,col){for(var r=-1;r<=7;r++){if(row+r<=-1||this.moduleCount<=row+r)continue;for(var c=-1;c<=7;c++){if(col+c<=-1||this.moduleCount<=col+c)continue;if((0<=r&&r<=6&&(c==0||c==6))||(0<=c&&c<=6&&(r==0||r==6))||(2<=r&&r<=4&&2<=c&&c<=4)){this.modules[row+r][col+c]=true;}else{this.modules[row+r][col+c]=false;}}}},getBestMaskPattern:function(){var minLostPoint=0;var pattern=0;for(var i=0;i<8;i++){this.makeImpl(true,i);var lostPoint=QRUtil.getLostPoint(this);if(i==0||minLostPoint>lostPoint){minLostPoint=lostPoint;pattern=i;}}
return pattern;},createMovieClip:function(target_mc,instance_name,depth){var qr_mc=target_mc.createEmptyMovieClip(instance_name,depth);var cs=1;this.make();for(var row=0;row<this.modules.length;row++){var y=row*cs;for(var col=0;col<this.modules[row].length;col++){var x=col*cs;var dark=this.modules[row][col];if(dark){qr_mc.beginFill(0,100);qr_mc.moveTo(x,y);qr_mc.lineTo(x+cs,y);qr_mc.lineTo(x+cs,y+cs);qr_mc.lineTo(x,y+cs);qr_mc.endFill();}}}
return qr_mc;},setupTimingPattern:function(){for(var r=8;r<this.moduleCount-8;r++){if(this.modules[r][6]!=null){continue;}
this.modules[r][6]=(r%2==0);}
for(var c=8;c<this.moduleCount-8;c++){if(this.modules[6][c]!=null){continue;}
this.modules[6][c]=(c%2==0);}},setupPositionAdjustPattern:function(){var pos=QRUtil.getPatternPosition(this.typeNumber);for(var i=0;i<pos.length;i++){for(var j=0;j<pos.length;j++){var row=pos[i];var col=pos[j];if(this.modules[row][col]!=null){continue;}
for(var r=-2;r<=2;r++){for(var c=-2;c<=2;c++){if(r==-2||r==2||c==-2||c==2||(r==0&&c==0)){this.modules[row+r][col+c]=true;}else{this.modules[row+r][col+c]=false;}}}}}},setupTypeNumber:function(test){var bits=QRUtil.getBCHTypeNumber(this.typeNumber);for(var i=0;i<18;i++){var mod=(!test&&((bits>>i)&1)==1);this.modules[Math.floor(i/3)][i%3+this.moduleCount-8-3]=mod;}
for(var i=0;i<18;i++){var mod=(!test&&((bits>>i)&1)==1);this.modules[i%3+this.moduleCount-8-3][Math.floor(i/3)]=mod;}},setupTypeInfo:function(test,maskPattern){var data=(this.errorCorrectLevel<<3)|maskPattern;var bits=QRUtil.getBCHTypeInfo(data);for(var i=0;i<15;i++){var mod=(!test&&((bits>>i)&1)==1);if(i<6){this.modules[i][8]=mod;}else if(i<8){this.modules[i+1][8]=mod;}else{this.modules[this.moduleCount-15+i][8]=mod;}}
for(var i=0;i<15;i++){var mod=(!test&&((bits>>i)&1)==1);if(i<8){this.modules[8][this.moduleCount-i-1]=mod;}else if(i<9){this.modules[8][15-i-1+1]=mod;}else{this.modules[8][15-i-1]=mod;}}
this.modules[this.moduleCount-8][8]=(!test);},mapData:function(data,maskPattern){var inc=-1;var row=this.moduleCount-1;var bitIndex=7;var byteIndex=0;for(var col=this.moduleCount-1;col>0;col-=2){if(col==6)col--;while(true){for(var c=0;c<2;c++){if(this.modules[row][col-c]==null){var dark=false;if(byteIndex<data.length){dark=(((data[byteIndex]>>>bitIndex)&1)==1);}
var mask=QRUtil.getMask(maskPattern,row,col-c);if(mask){dark=!dark;}
this.modules[row][col-c]=dark;bitIndex--;if(bitIndex==-1){byteIndex++;bitIndex=7;}}}
row+=inc;if(row<0||this.moduleCount<=row){row-=inc;inc=-inc;break;}}}}};QRCodeModel.PAD0=0xEC;QRCodeModel.PAD1=0x11;QRCodeModel.createData=function(typeNumber,errorCorrectLevel,dataList){var rsBlocks=QRRSBlock.getRSBlocks(typeNumber,errorCorrectLevel);var buffer=new QRBitBuffer();for(var i=0;i<dataList.length;i++){var data=dataList[i];buffer.put(data.mode,4);buffer.put(data.getLength(),QRUtil.getLengthInBits(data.mode,typeNumber));data.write(buffer);}
var totalDataCount=0;for(var i=0;i<rsBlocks.length;i++){totalDataCount+=rsBlocks[i].dataCount;}
if(buffer.getLengthInBits()>totalDataCount*8){throw new Error("code length overflow. ("
+buffer.getLengthInBits()
+">"
+totalDataCount*8
+")");}
if(buffer.getLengthInBits()+4<=totalDataCount*8){buffer.put(0,4);}
while(buffer.getLengthInBits()%8!=0){buffer.putBit(false);}
while(true){if(buffer.getLengthInBits()>=totalDataCount*8){break;}
buffer.put(QRCodeModel.PAD0,8);if(buffer.getLengthInBits()>=totalDataCount*8){break;}
buffer.put(QRCodeModel.PAD1,8);}
return QRCodeModel.createBytes(buffer,rsBlocks);};QRCodeModel.createBytes=function(buffer,rsBlocks){var offset=0;var maxDcCount=0;var maxEcCount=0;var dcdata=new Array(rsBlocks.length);var ecdata=new Array(rsBlocks.length);for(var r=0;r<rsBlocks.length;r++){var dcCount=rsBlocks[r].dataCount;var ecCount=rsBlocks[r].totalCount-dcCount;maxDcCount=Math.max(maxDcCount,dcCount);maxEcCount=Math.max(maxEcCount,ecCount);dcdata[r]=new Array(dcCount);for(var i=0;i<dcdata[r].length;i++){dcdata[r][i]=0xff&buffer.buffer[i+offset];}
offset+=dcCount;var rsPoly=QRUtil.getErrorCorrectPolynomial(ecCount);var rawPoly=new QRPolynomial(dcdata[r],rsPoly.getLength()-1);var modPoly=rawPoly.mod(rsPoly);ecdata[r]=new Array(rsPoly.getLength()-1);for(var i=0;i<ecdata[r].length;i++){var modIndex=i+modPoly.getLength()-ecdata[r].length;ecdata[r][i]=(modIndex>=0)?modPoly.get(modIndex):0;}}
var totalCodeCount=0;for(var i=0;i<rsBlocks.length;i++){totalCodeCount+=rsBlocks[i].totalCount;}
var data=new Array(totalCodeCount);var index=0;for(var i=0;i<maxDcCount;i++){for(var r=0;r<rsBlocks.length;r++){if(i<dcdata[r].length){data[index++]=dcdata[r][i];}}}
for(var i=0;i<maxEcCount;i++){for(var r=0;r<rsBlocks.length;r++){if(i<ecdata[r].length){data[index++]=ecdata[r][i];}}}
return data;};var QRMode={MODE_NUMBER:1<<0,MODE_ALPHA_NUM:1<<1,MODE_8BIT_BYTE:1<<2,MODE_KANJI:1<<3};var QRErrorCorrectLevel={L:1,M:0,Q:3,H:2};var QRMaskPattern={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};var QRUtil={PATTERN_POSITION_TABLE:[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],G15:(1<<10)|(1<<8)|(1<<5)|(1<<4)|(1<<2)|(1<<1)|(1<<0),G18:(1<<12)|(1<<11)|(1<<10)|(1<<9)|(1<<8)|(1<<5)|(1<<2)|(1<<0),G15_MASK:(1<<14)|(1<<12)|(1<<10)|(1<<4)|(1<<1),getBCHTypeInfo:function(data){var d=data<<10;while(QRUtil.getBCHDigit(d)-QRUtil.getBCHDigit(QRUtil.G15)>=0){d^=(QRUtil.G15<<(QRUtil.getBCHDigit(d)-QRUtil.getBCHDigit(QRUtil.G15)));}
return((data<<10)|d)^QRUtil.G15_MASK;},getBCHTypeNumber:function(data){var d=data<<12;while(QRUtil.getBCHDigit(d)-QRUtil.getBCHDigit(QRUtil.G18)>=0){d^=(QRUtil.G18<<(QRUtil.getBCHDigit(d)-QRUtil.getBCHDigit(QRUtil.G18)));}
return(data<<12)|d;},getBCHDigit:function(data){var digit=0;while(data!=0){digit++;data>>>=1;}
return digit;},getPatternPosition:function(typeNumber){return QRUtil.PATTERN_POSITION_TABLE[typeNumber-1];},getMask:function(maskPattern,i,j){switch(maskPattern){case QRMaskPattern.PATTERN000:return(i+j)%2==0;case QRMaskPattern.PATTERN001:return i%2==0;case QRMaskPattern.PATTERN010:return j%3==0;case QRMaskPattern.PATTERN011:return(i+j)%3==0;case QRMaskPattern.PATTERN100:return(Math.floor(i/2)+Math.floor(j/3))%2==0;case QRMaskPattern.PATTERN101:return(i*j)%2+(i*j)%3==0;case QRMaskPattern.PATTERN110:return((i*j)%2+(i*j)%3)%2==0;case QRMaskPattern.PATTERN111:return((i*j)%3+(i+j)%2)%2==0;default:throw new Error("bad maskPattern:"+maskPattern);}},getErrorCorrectPolynomial:function(errorCorrectLength){var a=new QRPolynomial([1],0);for(var i=0;i<errorCorrectLength;i++){a=a.multiply(new QRPolynomial([1,QRMath.gexp(i)],0));}
return a;},getLengthInBits:function(mode,type){if(1<=type&&type<10){switch(mode){case QRMode.MODE_NUMBER:return 10;case QRMode.MODE_ALPHA_NUM:return 9;case QRMode.MODE_8BIT_BYTE:return 8;case QRMode.MODE_KANJI:return 8;default:throw new Error("mode:"+mode);}}else if(type<27){switch(mode){case QRMode.MODE_NUMBER:return 12;case QRMode.MODE_ALPHA_NUM:return 11;case QRMode.MODE_8BIT_BYTE:return 16;case QRMode.MODE_KANJI:return 10;default:throw new Error("mode:"+mode);}}else if(type<41){switch(mode){case QRMode.MODE_NUMBER:return 14;case QRMode.MODE_ALPHA_NUM:return 13;case QRMode.MODE_8BIT_BYTE:return 16;case QRMode.MODE_KANJI:return 12;default:throw new Error("mode:"+mode);}}else{throw new Error("type:"+type);}},getLostPoint:function(qrCode){var moduleCount=qrCode.getModuleCount();var lostPoint=0;for(var row=0;row<moduleCount;row++){for(var col=0;col<moduleCount;col++){var sameCount=0;var dark=qrCode.isDark(row,col);for(var r=-1;r<=1;r++){if(row+r<0||moduleCount<=row+r){continue;}
for(var c=-1;c<=1;c++){if(col+c<0||moduleCount<=col+c){continue;}
if(r==0&&c==0){continue;}
if(dark==qrCode.isDark(row+r,col+c)){sameCount++;}}}
if(sameCount>5){lostPoint+=(3+sameCount-5);}}}
for(var row=0;row<moduleCount-1;row++){for(var col=0;col<moduleCount-1;col++){var count=0;if(qrCode.isDark(row,col))count++;if(qrCode.isDark(row+1,col))count++;if(qrCode.isDark(row,col+1))count++;if(qrCode.isDark(row+1,col+1))count++;if(count==0||count==4){lostPoint+=3;}}}
for(var row=0;row<moduleCount;row++){for(var col=0;col<moduleCount-6;col++){if(qrCode.isDark(row,col)&&!qrCode.isDark(row,col+1)&&qrCode.isDark(row,col+2)&&qrCode.isDark(row,col+3)&&qrCode.isDark(row,col+4)&&!qrCode.isDark(row,col+5)&&qrCode.isDark(row,col+6)){lostPoint+=40;}}}
for(var col=0;col<moduleCount;col++){for(var row=0;row<moduleCount-6;row++){if(qrCode.isDark(row,col)&&!qrCode.isDark(row+1,col)&&qrCode.isDark(row+2,col)&&qrCode.isDark(row+3,col)&&qrCode.isDark(row+4,col)&&!qrCode.isDark(row+5,col)&&qrCode.isDark(row+6,col)){lostPoint+=40;}}}
var darkCount=0;for(var col=0;col<moduleCount;col++){for(var row=0;row<moduleCount;row++){if(qrCode.isDark(row,col)){darkCount++;}}}
var ratio=Math.abs(100*darkCount/moduleCount/moduleCount-50)/5;lostPoint+=ratio*10;return lostPoint;}};var QRMath={glog:function(n){if(n<1){throw new Error("glog("+n+")");}
return QRMath.LOG_TABLE[n];},gexp:function(n){while(n<0){n+=255;}
while(n>=256){n-=255;}
return QRMath.EXP_TABLE[n];},EXP_TABLE:new Array(256),LOG_TABLE:new Array(256)};for(var i=0;i<8;i++){QRMath.EXP_TABLE[i]=1<<i;}
for(var i=8;i<256;i++){QRMath.EXP_TABLE[i]=QRMath.EXP_TABLE[i-4]^QRMath.EXP_TABLE[i-5]^QRMath.EXP_TABLE[i-6]^QRMath.EXP_TABLE[i-8];}
for(var i=0;i<255;i++){QRMath.LOG_TABLE[QRMath.EXP_TABLE[i]]=i;}
function QRPolynomial(num,shift){if(num.length==undefined){throw new Error(num.length+"/"+shift);}
var offset=0;while(offset<num.length&&num[offset]==0){offset++;}
this.num=new Array(num.length-offset+shift);for(var i=0;i<num.length-offset;i++){this.num[i]=num[i+offset];}}
QRPolynomial.prototype={get:function(index){return this.num[index];},getLength:function(){return this.num.length;},multiply:function(e){var num=new Array(this.getLength()+e.getLength()-1);for(var i=0;i<this.getLength();i++){for(var j=0;j<e.getLength();j++){num[i+j]^=QRMath.gexp(QRMath.glog(this.get(i))+QRMath.glog(e.get(j)));}}
return new QRPolynomial(num,0);},mod:function(e){if(this.getLength()-e.getLength()<0){return this;}
var ratio=QRMath.glog(this.get(0))-QRMath.glog(e.get(0));var num=new Array(this.getLength());for(var i=0;i<this.getLength();i++){num[i]=this.get(i);}
for(var i=0;i<e.getLength();i++){num[i]^=QRMath.gexp(QRMath.glog(e.get(i))+ratio);}
return new QRPolynomial(num,0).mod(e);}};function QRRSBlock(totalCount,dataCount){this.totalCount=totalCount;this.dataCount=dataCount;}
QRRSBlock.RS_BLOCK_TABLE=[[1,26,19],[1,26,16],[1,26,13],[1,26,9],[1,44,34],[1,44,28],[1,44,22],[1,44,16],[1,70,55],[1,70,44],[2,35,17],[2,35,13],[1,100,80],[2,50,32],[2,50,24],[4,25,9],[1,134,108],[2,67,43],[2,33,15,2,34,16],[2,33,11,2,34,12],[2,86,68],[4,43,27],[4,43,19],[4,43,15],[2,98,78],[4,49,31],[2,32,14,4,33,15],[4,39,13,1,40,14],[2,121,97],[2,60,38,2,61,39],[4,40,18,2,41,19],[4,40,14,2,41,15],[2,146,116],[3,58,36,2,59,37],[4,36,16,4,37,17],[4,36,12,4,37,13],[2,86,68,2,87,69],[4,69,43,1,70,44],[6,43,19,2,44,20],[6,43,15,2,44,16],[4,101,81],[1,80,50,4,81,51],[4,50,22,4,51,23],[3,36,12,8,37,13],[2,116,92,2,117,93],[6,58,36,2,59,37],[4,46,20,6,47,21],[7,42,14,4,43,15],[4,133,107],[8,59,37,1,60,38],[8,44,20,4,45,21],[12,33,11,4,34,12],[3,145,115,1,146,116],[4,64,40,5,65,41],[11,36,16,5,37,17],[11,36,12,5,37,13],[5,109,87,1,110,88],[5,65,41,5,66,42],[5,54,24,7,55,25],[11,36,12],[5,122,98,1,123,99],[7,73,45,3,74,46],[15,43,19,2,44,20],[3,45,15,13,46,16],[1,135,107,5,136,108],[10,74,46,1,75,47],[1,50,22,15,51,23],[2,42,14,17,43,15],[5,150,120,1,151,121],[9,69,43,4,70,44],[17,50,22,1,51,23],[2,42,14,19,43,15],[3,141,113,4,142,114],[3,70,44,11,71,45],[17,47,21,4,48,22],[9,39,13,16,40,14],[3,135,107,5,136,108],[3,67,41,13,68,42],[15,54,24,5,55,25],[15,43,15,10,44,16],[4,144,116,4,145,117],[17,68,42],[17,50,22,6,51,23],[19,46,16,6,47,17],[2,139,111,7,140,112],[17,74,46],[7,54,24,16,55,25],[34,37,13],[4,151,121,5,152,122],[4,75,47,14,76,48],[11,54,24,14,55,25],[16,45,15,14,46,16],[6,147,117,4,148,118],[6,73,45,14,74,46],[11,54,24,16,55,25],[30,46,16,2,47,17],[8,132,106,4,133,107],[8,75,47,13,76,48],[7,54,24,22,55,25],[22,45,15,13,46,16],[10,142,114,2,143,115],[19,74,46,4,75,47],[28,50,22,6,51,23],[33,46,16,4,47,17],[8,152,122,4,153,123],[22,73,45,3,74,46],[8,53,23,26,54,24],[12,45,15,28,46,16],[3,147,117,10,148,118],[3,73,45,23,74,46],[4,54,24,31,55,25],[11,45,15,31,46,16],[7,146,116,7,147,117],[21,73,45,7,74,46],[1,53,23,37,54,24],[19,45,15,26,46,16],[5,145,115,10,146,116],[19,75,47,10,76,48],[15,54,24,25,55,25],[23,45,15,25,46,16],[13,145,115,3,146,116],[2,74,46,29,75,47],[42,54,24,1,55,25],[23,45,15,28,46,16],[17,145,115],[10,74,46,23,75,47],[10,54,24,35,55,25],[19,45,15,35,46,16],[17,145,115,1,146,116],[14,74,46,21,75,47],[29,54,24,19,55,25],[11,45,15,46,46,16],[13,145,115,6,146,116],[14,74,46,23,75,47],[44,54,24,7,55,25],[59,46,16,1,47,17],[12,151,121,7,152,122],[12,75,47,26,76,48],[39,54,24,14,55,25],[22,45,15,41,46,16],[6,151,121,14,152,122],[6,75,47,34,76,48],[46,54,24,10,55,25],[2,45,15,64,46,16],[17,152,122,4,153,123],[29,74,46,14,75,47],[49,54,24,10,55,25],[24,45,15,46,46,16],[4,152,122,18,153,123],[13,74,46,32,75,47],[48,54,24,14,55,25],[42,45,15,32,46,16],[20,147,117,4,148,118],[40,75,47,7,76,48],[43,54,24,22,55,25],[10,45,15,67,46,16],[19,148,118,6,149,119],[18,75,47,31,76,48],[34,54,24,34,55,25],[20,45,15,61,46,16]];QRRSBlock.getRSBlocks=function(typeNumber,errorCorrectLevel){var rsBlock=QRRSBlock.getRsBlockTable(typeNumber,errorCorrectLevel);if(rsBlock==undefined){throw new Error("bad rs block @ typeNumber:"+typeNumber+"/errorCorrectLevel:"+errorCorrectLevel);}
var length=rsBlock.length/3;var list=[];for(var i=0;i<length;i++){var count=rsBlock[i*3+0];var totalCount=rsBlock[i*3+1];var dataCount=rsBlock[i*3+2];for(var j=0;j<count;j++){list.push(new QRRSBlock(totalCount,dataCount));}}
return list;};QRRSBlock.getRsBlockTable=function(typeNumber,errorCorrectLevel){switch(errorCorrectLevel){case QRErrorCorrectLevel.L:return QRRSBlock.RS_BLOCK_TABLE[(typeNumber-1)*4+0];case QRErrorCorrectLevel.M:return QRRSBlock.RS_BLOCK_TABLE[(typeNumber-1)*4+1];case QRErrorCorrectLevel.Q:return QRRSBlock.RS_BLOCK_TABLE[(typeNumber-1)*4+2];case QRErrorCorrectLevel.H:return QRRSBlock.RS_BLOCK_TABLE[(typeNumber-1)*4+3];default:return undefined;}};function QRBitBuffer(){this.buffer=[];this.length=0;}
QRBitBuffer.prototype={get:function(index){var bufIndex=Math.floor(index/8);return((this.buffer[bufIndex]>>>(7-index%8))&1)==1;},put:function(num,length){for(var i=0;i<length;i++){this.putBit(((num>>>(length-i-1))&1)==1);}},getLengthInBits:function(){return this.length;},putBit:function(bit){var bufIndex=Math.floor(this.length/8);if(this.buffer.length<=bufIndex){this.buffer.push(0);}
if(bit){this.buffer[bufIndex]|=(0x80>>>(this.length%8));}
this.length++;}};var QRCodeLimitLength=[[17,14,11,7],[32,26,20,14],[53,42,32,24],[78,62,46,34],[106,84,60,44],[134,106,74,58],[154,122,86,64],[192,152,108,84],[230,180,130,98],[271,213,151,119],[321,251,177,137],[367,287,203,155],[425,331,241,177],[458,362,258,194],[520,412,292,220],[586,450,322,250],[644,504,364,280],[718,560,394,310],[792,624,442,338],[858,666,482,382],[929,711,509,403],[1003,779,565,439],[1091,857,611,461],[1171,911,661,511],[1273,997,715,535],[1367,1059,751,593],[1465,1125,805,625],[1528,1190,868,658],[1628,1264,908,698],[1732,1370,982,742],[1840,1452,1030,790],[1952,1538,1112,842],[2068,1628,1168,898],[2188,1722,1228,958],[2303,1809,1283,983],[2431,1911,1351,1051],[2563,1989,1423,1093],[2699,2099,1499,1139],[2809,2213,1579,1219],[2953,2331,1663,1273]];
function _isSupportCanvas() {
return typeof CanvasRenderingContext2D != "undefined";
}
// android 2.x doesn't support Data-URI spec
function _getAndroid() {
var android = false;
var sAgent = navigator.userAgent;
if (/android/i.test(sAgent)) { // android
android = true;
aMat = sAgent.toString().match(/android ([0-9]\.[0-9])/i);
if (aMat && aMat[1]) {
android = parseFloat(aMat[1]);
}
}
return android;
}
var svgDrawer = (function() {
var Drawing = function (el, htOption) {
this._el = el;
this._htOption = htOption;
};
Drawing.prototype.draw = function (oQRCode) {
var _htOption = this._htOption;
var _el = this._el;
var nCount = oQRCode.getModuleCount();
var nWidth = Math.floor(_htOption.width / nCount);
var nHeight = Math.floor(_htOption.height / nCount);
this.clear();
function makeSVG(tag, attrs) {
var el = document.createElementNS('http://www.w3.org/2000/svg', tag);
for (var k in attrs)
if (attrs.hasOwnProperty(k)) el.setAttribute(k, attrs[k]);
return el;
}
var svg = makeSVG("svg" , {'viewBox': '0 0 ' + String(nCount) + " " + String(nCount), 'width': '100%', 'height': '100%', 'fill': _htOption.colorLight});
svg.setAttributeNS("http://www.w3.org/2000/xmlns/", "xmlns:xlink", "http://www.w3.org/1999/xlink");
_el.appendChild(svg);
svg.appendChild(makeSVG("rect", {"fill": _htOption.colorDark, "width": "1", "height": "1", "id": "template"}));
for (var row = 0; row < nCount; row++) {
for (var col = 0; col < nCount; col++) {
if (oQRCode.isDark(row, col)) {
var child = makeSVG("use", {"x": String(row), "y": String(col)});
child.setAttributeNS("http://www.w3.org/1999/xlink", "href", "#template")
svg.appendChild(child);
}
}
}
};
Drawing.prototype.clear = function () {
while (this._el.hasChildNodes())
this._el.removeChild(this._el.lastChild);
};
return Drawing;
})();
var useSVG = document.documentElement.tagName.toLowerCase() === "svg";
// Drawing in DOM by using Table tag
var Drawing = useSVG ? svgDrawer : !_isSupportCanvas() ? (function () {
var Drawing = function (el, htOption) {
this._el = el;
this._htOption = htOption;
};
/**
* Draw the QRCode
*
* @param {QRCode} oQRCode
*/
Drawing.prototype.draw = function (oQRCode) {
var _htOption = this._htOption;
var _el = this._el;
var nCount = oQRCode.getModuleCount();
var nWidth = Math.floor(_htOption.width / nCount);
var nHeight = Math.floor(_htOption.height / nCount);
var aHTML = ['<table style="border:0;border-collapse:collapse;">'];
for (var row = 0; row < nCount; row++) {
aHTML.push('<tr>');
for (var col = 0; col < nCount; col++) {
aHTML.push('<td style="border:0;border-collapse:collapse;padding:0;margin:0;width:' + nWidth + 'px;height:' + nHeight + 'px;background-color:' + (oQRCode.isDark(row, col) ? _htOption.colorDark : _htOption.colorLight) + ';"></td>');
}
aHTML.push('</tr>');
}
aHTML.push('</table>');
_el.innerHTML = aHTML.join('');
// Fix the margin values as real size.
var elTable = _el.childNodes[0];
var nLeftMarginTable = (_htOption.width - elTable.offsetWidth) / 2;
var nTopMarginTable = (_htOption.height - elTable.offsetHeight) / 2;
if (nLeftMarginTable > 0 && nTopMarginTable > 0) {
elTable.style.margin = nTopMarginTable + "px " + nLeftMarginTable + "px";
}
};
/**
* Clear the QRCode
*/
Drawing.prototype.clear = function () {
this._el.innerHTML = '';
};
return Drawing;
})() : (function () { // Drawing in Canvas
function _onMakeImage() {
this._elImage.src = this._elCanvas.toDataURL("image/png");
this._elImage.style.display = "block";
this._elCanvas.style.display = "none";
}
// Android 2.1 bug workaround
// http://code.google.com/p/android/issues/detail?id=5141
if (this._android && this._android <= 2.1) {
var factor = 1 / window.devicePixelRatio;
var drawImage = CanvasRenderingContext2D.prototype.drawImage;
CanvasRenderingContext2D.prototype.drawImage = function (image, sx, sy, sw, sh, dx, dy, dw, dh) {
if (("nodeName" in image) && /img/i.test(image.nodeName)) {
for (var i = arguments.length - 1; i >= 1; i--) {
arguments[i] = arguments[i] * factor;
}
} else if (typeof dw == "undefined") {
arguments[1] *= factor;
arguments[2] *= factor;
arguments[3] *= factor;
arguments[4] *= factor;
}
drawImage.apply(this, arguments);
};
}
/**
* Check whether the user's browser supports Data URI or not
*
* @private
* @param {Function} fSuccess Occurs if it supports Data URI
* @param {Function} fFail Occurs if it doesn't support Data URI
*/
function _safeSetDataURI(fSuccess, fFail) {
var self = this;
self._fFail = fFail;
self._fSuccess = fSuccess;
// Check it just once
if (self._bSupportDataURI === null) {
var el = document.createElement("img");
var fOnError = function() {
self._bSupportDataURI = false;
if (self._fFail) {
_fFail.call(self);
}
};
var fOnSuccess = function() {
self._bSupportDataURI = true;
if (self._fSuccess) {
self._fSuccess.call(self);
}
};
el.onabort = fOnError;
el.onerror = fOnError;
el.onload = fOnSuccess;
el.src = "data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg=="; // the Image contains 1px data.
return;
} else if (self._bSupportDataURI === true && self._fSuccess) {
self._fSuccess.call(self);
} else if (self._bSupportDataURI === false && self._fFail) {
self._fFail.call(self);
}
};
/**
* Drawing QRCode by using canvas
*
* @constructor
* @param {HTMLElement} el
* @param {Object} htOption QRCode Options
*/
var Drawing = function (el, htOption) {
this._bIsPainted = false;
this._android = _getAndroid();
this._htOption = htOption;
this._elCanvas = document.createElement("canvas");
this._elCanvas.width = htOption.width;
this._elCanvas.height = htOption.height;
el.appendChild(this._elCanvas);
this._el = el;
this._oContext = this._elCanvas.getContext("2d");
this._bIsPainted = false;
this._elImage = document.createElement("img");
this._elImage.alt = "Scan me!";
this._elImage.style.display = "none";
this._el.appendChild(this._elImage);
this._bSupportDataURI = null;
};
/**
* Draw the QRCode
*
* @param {QRCode} oQRCode
*/
Drawing.prototype.draw = function (oQRCode) {
var _elImage = this._elImage;
var _oContext = this._oContext;
var _htOption = this._htOption;
var nCount = oQRCode.getModuleCount();
var nWidth = _htOption.width / nCount;
var nHeight = _htOption.height / nCount;
var nRoundedWidth = Math.round(nWidth);
var nRoundedHeight = Math.round(nHeight);
_elImage.style.display = "none";
this.clear();
for (var row = 0; row < nCount; row++) {
for (var col = 0; col < nCount; col++) {
var bIsDark = oQRCode.isDark(row, col);
var nLeft = col * nWidth;
var nTop = row * nHeight;
_oContext.strokeStyle = bIsDark ? _htOption.colorDark : _htOption.colorLight;
_oContext.lineWidth = 1;
_oContext.fillStyle = bIsDark ? _htOption.colorDark : _htOption.colorLight;
_oContext.fillRect(nLeft, nTop, nWidth, nHeight);
// 안티 앨리어싱 방지 처리
_oContext.strokeRect(
Math.floor(nLeft) + 0.5,
Math.floor(nTop) + 0.5,
nRoundedWidth,
nRoundedHeight
);
_oContext.strokeRect(
Math.ceil(nLeft) - 0.5,
Math.ceil(nTop) - 0.5,
nRoundedWidth,
nRoundedHeight
);
}
}
this._bIsPainted = true;
};
/**
* Make the image from Canvas if the browser supports Data URI.
*/
Drawing.prototype.makeImage = function () {
if (this._bIsPainted) {
_safeSetDataURI.call(this, _onMakeImage);
}
};
/**
* Return whether the QRCode is painted or not
*
* @return {Boolean}
*/
Drawing.prototype.isPainted = function () {
return this._bIsPainted;
};
/**
* Clear the QRCode
*/
Drawing.prototype.clear = function () {
this._oContext.clearRect(0, 0, this._elCanvas.width, this._elCanvas.height);
this._bIsPainted = false;
};
/**
* @private
* @param {Number} nNumber
*/
Drawing.prototype.round = function (nNumber) {
if (!nNumber) {
return nNumber;
}
return Math.floor(nNumber * 1000) / 1000;
};
return Drawing;
})();
/**
* Get the type by string length
*
* @private
* @param {String} sText
* @param {Number} nCorrectLevel
* @return {Number} type
*/
function _getTypeNumber(sText, nCorrectLevel) {
var nType = 1;
var length = _getUTF8Length(sText);
for (var i = 0, len = QRCodeLimitLength.length; i <= len; i++) {
var nLimit = 0;
switch (nCorrectLevel) {
case QRErrorCorrectLevel.L :
nLimit = QRCodeLimitLength[i][0];
break;
case QRErrorCorrectLevel.M :
nLimit = QRCodeLimitLength[i][1];
break;
case QRErrorCorrectLevel.Q :
nLimit = QRCodeLimitLength[i][2];
break;
case QRErrorCorrectLevel.H :
nLimit = QRCodeLimitLength[i][3];
break;
}
if (length <= nLimit) {
break;
} else {
nType++;
}
}
if (nType > QRCodeLimitLength.length) {
throw new Error("Too long data");
}
return nType;
}
function _getUTF8Length(sText) {
var replacedText = encodeURI(sText).toString().replace(/\%[0-9a-fA-F]{2}/g, 'a');
return replacedText.length + (replacedText.length != sText ? 3 : 0);
}
/**
* @class QRCode
* @constructor
* @example
* new QRCode(document.getElementById("test"), "http://jindo.dev.naver.com/collie");
*
* @example
* var oQRCode = new QRCode("test", {
* text : "http://naver.com",
* width : 128,
* height : 128
* });
*
* oQRCode.clear(); // Clear the QRCode.
* oQRCode.makeCode("http://map.naver.com"); // Re-create the QRCode.
*
* @param {HTMLElement|String} el target element or 'id' attribute of element.
* @param {Object|String} vOption
* @param {String} vOption.text QRCode link data
* @param {Number} [vOption.width=256]
* @param {Number} [vOption.height=256]
* @param {String} [vOption.colorDark="#000000"]
* @param {String} [vOption.colorLight="#ffffff"]
* @param {QRCode.CorrectLevel} [vOption.correctLevel=QRCode.CorrectLevel.H] [L|M|Q|H]
*/
QRCode = function (el, vOption) {
this._htOption = {
width : 256,
height : 256,
typeNumber : 4,
colorDark : "#000000",
colorLight : "#ffffff",
correctLevel : QRErrorCorrectLevel.H
};
if (typeof vOption === 'string') {
vOption = {
text : vOption
};
}
// Overwrites options
if (vOption) {
for (var i in vOption) {
this._htOption[i] = vOption[i];
}
}
if (typeof el == "string") {
el = document.getElementById(el);
}
this._android = _getAndroid();
this._el = el;
this._oQRCode = null;
this._oDrawing = new Drawing(this._el, this._htOption);
if (this._htOption.text) {
this.makeCode(this._htOption.text);
}
};
/**
* Make the QRCode
*
* @param {String} sText link data
*/
QRCode.prototype.makeCode = function (sText) {
this._oQRCode = new QRCodeModel(_getTypeNumber(sText, this._htOption.correctLevel), this._htOption.correctLevel);
this._oQRCode.addData(sText);
this._oQRCode.make();
this._el.title = sText;
this._oDrawing.draw(this._oQRCode);
this.makeImage();
};
/**
* Make the Image from Canvas element
* - It occurs automatically
* - Android below 3 doesn't support Data-URI spec.
*
* @private
*/
QRCode.prototype.makeImage = function () {
if (typeof this._oDrawing.makeImage == "function" && (!this._android || this._android >= 3)) {
this._oDrawing.makeImage();
}
};
/**
* Clear the QRCode
*/
QRCode.prototype.clear = function () {
this._oDrawing.clear();
};
/**
* @name QRCode.CorrectLevel
*/
QRCode.CorrectLevel = QRErrorCorrectLevel;
})();

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.28.0-beta.1",
"version": "5.28.0",
"license": "AGPL-3.0-only",
"author": {
"name": "Open Whisper Systems",
@ -36,8 +36,8 @@
"prepare-windows-cert": "node scripts/prepare_windows_cert.js",
"publish-to-apt": "NAME=$npm_package_name VERSION=$npm_package_version ./aptly.sh",
"test": "yarn test-node && yarn test-electron",
"test-electron": "node ts/build/test-electron.js",
"test-release": "node ts/build/test-release.js",
"test-electron": "node ts/scripts/test-electron.js",
"test-release": "node ts/scripts/test-release.js",
"test-node": "electron-mocha --file test/setup-test-node.js --recursive test/app test/modules ts/test-node ts/test-both",
"test-node-coverage": "nyc --reporter=lcov --reporter=text mocha --recursive test/app test/modules ts/test-node ts/test-both",
"eslint": "eslint --cache .",
@ -140,6 +140,7 @@
"pino-multi-stream": "5.3.0",
"protobufjs": "6.10.2",
"proxy-agent": "5.0.0",
"qrcode-generator": "1.4.4",
"quill": "1.3.7",
"quill-delta": "4.0.1",
"react": "16.8.3",

View File

@ -3223,6 +3223,8 @@ button.module-image__border-overlay:focus {
}
.module-attachments__close-button {
$icon: '../images/icons/v2/x-24.svg';
@include button-reset;
position: absolute;
@ -3233,11 +3235,17 @@ button.module-image__border-overlay:focus {
height: 20px;
z-index: $z-index-above-base;
@include color-svg('../images/icons/v2/x-24.svg', $color-black);
@include light-theme {
@include color-svg($icon, $color-black);
}
@include dark-theme {
@include color-svg($icon, $color-white);
}
@include keyboard-mode {
&:focus {
@include color-svg('../images/icons/v2/x-24.svg', $color-ultramarine);
@include color-svg($icon, $color-ultramarine);
}
}
}

View File

@ -1,4 +1,4 @@
// Copyright 2021 Signal Messenger, LLC
// Copyright 2021-2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.module-InstallScreenQrCodeNotScannedStep {
@ -58,8 +58,6 @@
}
&__code {
display: flex;
flex-direction: column;
height: $size;
width: $size;
animation: 1s module-InstallScreenQrCodeNotScannedStep__slide-in;

View File

@ -67,8 +67,24 @@ describe('Protocol Filter', () => {
expect(actual).to.equal(expected);
});
// this seems to be the only way to get a relative path through Electron
it('handles SMB share path', () => {
it('handles UNC path', () => {
const path = '//share/path';
const expected = '//share/path';
const actual = _urlToPath(path);
expect(actual).to.equal(expected);
});
it('handles UNC path on windows', () => {
const path = '//share/path';
const expected = '//share/path';
const isWindows = true;
const actual = _urlToPath(path, { isWindows });
expect(actual).to.equal(expected);
});
it('handles simple relative path', () => {
const path = 'file://relative/path';
const expected = 'relative/path';
@ -76,7 +92,7 @@ describe('Protocol Filter', () => {
expect(actual).to.equal(expected);
});
it('handles SMB share path on windows', () => {
it('handles simple relative path', () => {
const path = 'file://relative/path';
const expected = 'elative/path';
const isWindows = true;

View File

@ -0,0 +1,17 @@
// Copyright 2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import React from 'react';
import { storiesOf } from '@storybook/react';
import { QrCode } from './QrCode';
const story = storiesOf('Components/QrCode', module);
story.add('Default', () => (
<QrCode
aria-label="Scan this little code!"
data="sgnl://linkdevice?uuid=gCkj0T2xiSUaPRhMYiF24w&pub_key=7RshtQrb3UTMowITe79uW9dgw_CLTGWenj0OT80i0HpH"
size={256}
/>
));

61
ts/components/QrCode.tsx Normal file
View File

@ -0,0 +1,61 @@
// Copyright 2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { ReactElement } from 'react';
import React, { useEffect, useMemo, useRef } from 'react';
import qrcode from 'qrcode-generator';
import { strictAssert } from '../util/assert';
import { useDevicePixelRatio } from '../hooks/useDevicePixelRatio';
const AUTODETECT_TYPE_NUMBER = 0;
const ERROR_CORRECTION_LEVEL = 'L';
type PropsType = Readonly<{
'aria-label': string;
className?: string;
data: string;
size: number;
}>;
export function QrCode(props: PropsType): ReactElement {
// I don't think it's possible to destructure this.
// eslint-disable-next-line react/destructuring-assignment
const ariaLabel = props['aria-label'];
const { className, data, size } = props;
const qrCode = useMemo(() => {
const result = qrcode(AUTODETECT_TYPE_NUMBER, ERROR_CORRECTION_LEVEL);
result.addData(data);
result.make();
return result;
}, [data]);
const canvasRef = useRef<null | HTMLCanvasElement>(null);
const dpi = useDevicePixelRatio();
const canvasSize = size * dpi;
useEffect(() => {
const canvas = canvasRef.current;
if (!canvas) {
return;
}
const context = canvas.getContext('2d');
strictAssert(context, 'Expected a canvas context');
const cellSize = canvasSize / qrCode.getModuleCount();
context.clearRect(0, 0, canvasSize, canvasSize);
qrCode.renderTo2dContext(context, cellSize);
}, [canvasSize, qrCode]);
return (
<canvas
aria-label={ariaLabel}
className={className}
height={canvasSize}
ref={canvasRef}
style={{ width: size, height: size }}
width={canvasSize}
/>
);
}

View File

@ -29,15 +29,7 @@ const renderText: RenderTextCallbackType = ({ key, text }) => (
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
{
key: 'WhatsNew__macos-m1',
components: [
<a href="https://github.com/dennisameling/">Dennis Ameling</a>,
],
},
{ key: 'WhatsNew__v5.28--1', components: undefined },
],
features: [{ key: 'WhatsNew__v5.28--1', components: undefined }],
};
export const WhatsNewModal = ({

View File

@ -1,10 +1,9 @@
// Copyright 2021 Signal Messenger, LLC
// Copyright 2021-2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { ReactElement, ReactNode } from 'react';
import React, { useEffect, useRef } from 'react';
import React from 'react';
import classNames from 'classnames';
import { noop } from 'lodash';
import type { LocalizerType } from '../../types/Util';
import { missingCaseError } from '../../util/missingCaseError';
@ -13,6 +12,7 @@ import { LoadingState } from '../../util/loadable';
import { Intl } from '../Intl';
import { Spinner } from '../Spinner';
import { QrCode } from '../QrCode';
import { TitlebarDragArea } from '../TitlebarDragArea';
import { InstallScreenSignalLogo } from './InstallScreenSignalLogo';
import { getClassNamesFor } from '../../util/getClassNamesFor';
@ -44,7 +44,7 @@ export const InstallScreenQrCodeNotScannedStep = ({
<InstallScreenSignalLogo />
<div className="module-InstallScreenQrCodeNotScannedStep__contents">
<QrCode i18n={i18n} {...provisioningUrl} />
<InstallScreenQrCode i18n={i18n} {...provisioningUrl} />
<div className="module-InstallScreenQrCodeNotScannedStep__instructions">
<h1>{i18n('Install__scan-this-code')}</h1>
<ol>
@ -77,36 +77,19 @@ export const InstallScreenQrCodeNotScannedStep = ({
/>
</li>
</ol>
<a href="https://support.signal.org/hc/articles/360007320451#desktop_multiple_device">
{i18n('Install__support-link')}
</a>
</div>
</div>
</div>
);
function QrCode(
function InstallScreenQrCode(
props: Loadable<string> & { i18n: LocalizerType }
): ReactElement {
const { i18n } = props;
const qrCodeElRef = useRef<null | HTMLDivElement>(null);
const valueToRender =
props.loadingState === LoadingState.Loaded ? props.value : undefined;
useEffect(() => {
const qrCodeEl = qrCodeElRef.current;
if (!qrCodeEl || !valueToRender) {
return noop;
}
const qrCode = new window.QRCode(qrCodeEl, {
text: valueToRender,
width: QR_CODE_SIZE * window.devicePixelRatio,
height: QR_CODE_SIZE * window.devicePixelRatio,
});
return qrCode.clear.bind(qrCode);
}, [valueToRender]);
let contents: ReactNode;
switch (props.loadingState) {
case LoadingState.Loading:
@ -129,7 +112,12 @@ function QrCode(
break;
case LoadingState.Loaded:
contents = (
<div className={getQrCodeClassName('__code')} ref={qrCodeElRef} />
<QrCode
aria-label={i18n('Install__scan-this-code')}
className={getQrCodeClassName('__code')}
data={props.value}
size={QR_CODE_SIZE}
/>
);
break;
default:

View File

@ -0,0 +1,27 @@
// Copyright 2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import { useEffect, useState } from 'react';
export function useDevicePixelRatio(): number {
const [result, setResult] = useState(window.devicePixelRatio);
useEffect(() => {
const update = () => {
setResult(window.devicePixelRatio);
};
update();
const mediaQuery = window.matchMedia(
`screen and (resolution: ${result}dppx)`
);
mediaQuery.addEventListener('change', update);
return () => {
mediaQuery.removeEventListener('change', update);
};
}, [result]);
return result;
}

View File

@ -4,6 +4,8 @@
/* eslint-disable camelcase */
import { compact, isNumber } from 'lodash';
import { batch as batchDispatch } from 'react-redux';
import PQueue from 'p-queue';
import type {
ConversationAttributesType,
ConversationModelCollectionType,
@ -4617,9 +4619,14 @@ export class ConversationModel extends window.Backbone
// request all conversation members' keys
const conversations =
this.getMembers() as unknown as Array<ConversationModel>;
await Promise.all(
window._.map(conversations, conversation =>
getProfile(conversation.get('uuid'), conversation.get('e164'))
const queue = new PQueue({
concurrency: 3,
});
await queue.addAll(
conversations.map(
conversation => () =>
getProfile(conversation.get('uuid'), conversation.get('e164'))
)
);
}

View File

@ -1,4 +1,4 @@
// Copyright 2021 Signal Messenger, LLC
// Copyright 2021-2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import { basename, join } from 'path';
@ -15,7 +15,6 @@ const CONCAT_SOURCES = [
join(BASE_NODE, 'jquery/dist/jquery.js'),
join(BASE_NODE, 'mustache/mustache.js'),
join(BASE_NODE, 'underscore/underscore.js'),
join(BASE_BOWER, 'qrcode/qrcode.js'),
join(BASE_BOWER, 'webaudiorecorder/lib/WebAudioRecorder.js'),
];

View File

@ -66,7 +66,11 @@ const main = async () => {
console.log('Waiting for a first window');
const window = await app.firstWindow();
await window.waitForLoadState();
console.log('Waiting for app to fully load');
await window.waitForSelector(
'.App, .app-loading-screen:has-text("Optimizing")'
);
console.log('Checking window title');
assert.strictEqual(await window.title(), packageJson.productName);

View File

@ -7,6 +7,7 @@ import { Sound } from '../util/Sound';
import {
AudioNotificationSupport,
getAudioNotificationSupport,
shouldHideExpiringMessageBody,
} from '../types/Settings';
import * as OS from '../OS';
import * as log from '../logging/log';
@ -284,9 +285,7 @@ class NotificationService extends EventEmitter {
notificationTitle = senderTitle;
({ notificationIconUrl } = notificationData);
const shouldHideExpiringMessageBody =
isExpiringMessage && (OS.isMacOS() || OS.isWindows());
if (shouldHideExpiringMessageBody) {
if (isExpiringMessage && shouldHideExpiringMessageBody()) {
notificationMessage = i18n('newMessage');
} else if (userSetting === NotificationSetting.NameOnly) {
if (reaction) {

View File

@ -2541,10 +2541,8 @@ function getLastConversationActivity({
}
function getLastConversationPreview({
conversationId,
ourUuid,
}: {
conversationId: string;
ourUuid: UUIDStringType;
}): MessageType | undefined {
const db = getInstance();
const row = prepare(
@ -2565,7 +2563,6 @@ function getLastConversationPreview({
`
).get({
conversationId,
ourUuid,
now: Date.now(),
});
@ -2591,10 +2588,7 @@ async function getLastConversationMessages({
conversationId,
ourUuid,
}),
preview: getLastConversationPreview({
conversationId,
ourUuid,
}),
preview: getLastConversationPreview({ conversationId }),
hasUserInitiatedMessages: hasUserInitiatedMessages(conversationId),
};
})();

View File

@ -0,0 +1,33 @@
// Copyright 2021 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Database } from 'better-sqlite3';
import type { LoggerType } from '../../types/Logging';
export default function updateToSchemaVersion49(
currentVersion: number,
db: Database,
logger: LoggerType
): void {
if (currentVersion >= 49) {
return;
}
db.transaction(() => {
db.exec(
`
DROP INDEX messages_preview;
-- Note the omitted 'expiresAt' column in the index. If it is present
-- sqlite can't ORDER BY received_at, sent_at using this index.
CREATE INDEX messages_preview ON messages
(conversationId, shouldAffectPreview, isGroupLeaveEventFromOther, received_at, sent_at);
`
);
db.pragma('user_version = 49');
})();
logger.info('updateToSchemaVersion49: success!');
}

View File

@ -0,0 +1,32 @@
// Copyright 2021 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Database } from 'better-sqlite3';
import type { LoggerType } from '../../types/Logging';
export default function updateToSchemaVersion50(
currentVersion: number,
db: Database,
logger: LoggerType
): void {
if (currentVersion >= 50) {
return;
}
db.transaction(() => {
db.exec(
`
DROP INDEX messages_unread;
-- Note: here we move to the modern isStory/storyId fields and add received_at/sent_at.
CREATE INDEX messages_unread ON messages
(conversationId, readStatus, isStory, storyId, received_at, sent_at) WHERE readStatus IS NOT NULL;
`
);
db.pragma('user_version = 50');
})();
logger.info('updateToSchemaVersion50: success!');
}

View File

@ -24,6 +24,8 @@ import updateToSchemaVersion45 from './45-stories';
import updateToSchemaVersion46 from './46-optimize-stories';
import updateToSchemaVersion47 from './47-further-optimize';
import updateToSchemaVersion48 from './48-fix-user-initiated-index';
import updateToSchemaVersion49 from './49-fix-preview-index';
import updateToSchemaVersion50 from './50-fix-messages-unread-index';
function updateToSchemaVersion1(
currentVersion: number,
@ -1911,6 +1913,8 @@ export const SCHEMA_VERSIONS = [
updateToSchemaVersion46,
updateToSchemaVersion47,
updateToSchemaVersion48,
updateToSchemaVersion49,
updateToSchemaVersion50,
];
export function updateSchema(db: Database, logger: LoggerType): void {

View File

@ -1292,4 +1292,63 @@ describe('SQL migrations test', () => {
);
});
});
describe('updateToSchemaVersion49', () => {
it('creates usable index for messages preview', () => {
updateToVersion(49);
const details = db
.prepare(
`
EXPLAIN QUERY PLAN
SELECT json FROM messages
WHERE
conversationId = 'convo' AND
shouldAffectPreview IS 1 AND
isGroupLeaveEventFromOther IS 0 AND
(
expiresAt IS NULL
OR
expiresAt > 123
)
ORDER BY received_at DESC, sent_at DESC
LIMIT 1;
`
)
.all()
.map(({ detail }) => detail)
.join('\n');
assert.include(details, 'USING INDEX messages_preview');
assert.notInclude(details, 'TEMP B-TREE');
assert.notInclude(details, 'SCAN');
});
});
describe('updateToSchemaVersion49', () => {
it('creates usable index for messages_unread', () => {
updateToVersion(50);
const details = db
.prepare(
`
EXPLAIN QUERY PLAN
SELECT * FROM messages WHERE
conversationId = 'conversation' AND
readStatus = 'something' AND
isStory IS 0 AND
storyId IS NULL
ORDER BY received_at ASC, sent_at ASC
LIMIT 1;
`
)
.all()
.map(({ detail }) => detail)
.join('\n');
assert.include(details, 'USING INDEX messages_unread');
assert.notInclude(details, 'TEMP B-TREE');
assert.notInclude(details, 'SCAN');
});
});
});

View File

@ -1277,6 +1277,7 @@ export default class MessageReceiver
new DeliveryEvent(
{
timestamp: envelope.timestamp,
envelopeTimestamp: envelope.serverTimestamp,
source: envelope.source,
sourceUuid: envelope.sourceUuid,
sourceDevice: envelope.sourceDevice,

View File

@ -127,7 +127,7 @@ export class ConfirmableEvent extends Event {
export type DeliveryEventData = Readonly<{
timestamp: number;
envelopeTimestamp?: number;
envelopeTimestamp: number;
source?: string;
sourceUuid?: string;
sourceDevice?: number;

View File

@ -1,6 +1,9 @@
// Copyright 2018-2021 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import semver from 'semver';
import os from 'os';
import * as OS from '../OS';
import { isProduction } from '../util/version';
@ -61,3 +64,6 @@ export const isSystemTraySupported = (appVersion: string): boolean =>
export const isAutoDownloadUpdatesSupported = (): boolean =>
OS.isWindows() || OS.isMacOS();
export const shouldHideExpiringMessageBody = (): boolean =>
OS.isWindows() || (OS.isMacOS() && semver.lt(os.release(), '21.1.0'));

View File

@ -76,22 +76,6 @@
"updated": "2018-09-15T00:16:19.197Z",
"line": " Module['load'] = function load(f) {"
},
{
"rule": "DOM-innerHTML",
"path": "components/qrcode/qrcode.js",
"line": "\t\t\tthis._el.innerHTML = '';",
"reasonCategory": "usageTrusted",
"updated": "2018-09-15T00:38:04.183Z",
"reasonDetail": "Hard-coded string"
},
{
"rule": "DOM-innerHTML",
"path": "components/qrcode/qrcode.js",
"line": "\t\t\t_el.innerHTML = aHTML.join('');",
"reasonCategory": "usageTrusted",
"updated": "2018-09-18T19:19:27.699Z",
"reasonDetail": "Very limited in what HTML can be injected - dark/light options specify colors for the light/dark parts of QRCode"
},
{
"rule": "jQuery-append(",
"path": "node_modules/@discoveryjs/json-ext/dist/json-ext.js",
@ -5135,6 +5119,22 @@
"reasonCategory": "falseMatch",
"updated": "2018-09-15T00:38:04.183Z"
},
{
"rule": "DOM-document.write(",
"path": "node_modules/qrcode-generator/sample.js",
"line": " document.write(create_qrcode(text, typeNumber, errorCorrectionLevel) );",
"reasonCategory": "notExercisedByOurApp",
"updated": "2022-01-04T20:32:10.596Z",
"reasonDetail": "Sample code never required by us."
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/qrcode-generator/sample.js",
"line": " document.getElementById('qr').innerHTML =",
"reasonCategory": "notExercisedByOurApp",
"updated": "2022-01-04T20:32:10.596Z",
"reasonDetail": "Sample code never required by us."
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/quill/blots/block.js",
@ -7482,6 +7482,14 @@
"reasonCategory": "usageTrusted",
"updated": "2021-07-30T16:57:33.618Z"
},
{
"rule": "React-useRef",
"path": "ts/components/QrCode.tsx",
"line": " const canvasRef = useRef<null | HTMLCanvasElement>(null);",
"reasonCategory": "usageTrusted",
"updated": "2022-01-04T21:43:17.517Z",
"reasonDetail": "Used to draw on the canvas."
},
{
"rule": "React-createRef",
"path": "ts/components/SafetyNumberChangeDialog.js",
@ -7757,14 +7765,6 @@
"updated": "2021-12-06T23:07:28.947Z",
"reasonDetail": "Doesn't touch the DOM."
},
{
"rule": "React-useRef",
"path": "ts/components/installScreen/InstallScreenQrCodeNotScannedStep.tsx",
"line": " const qrCodeElRef = useRef<null | HTMLDivElement>(null);",
"reasonCategory": "usageTrusted",
"updated": "2021-12-06T23:07:28.947Z",
"reasonDetail": "Uses our QR code library."
},
{
"rule": "React-createRef",
"path": "ts/components/stickers/StickerManager.js",

View File

@ -1,4 +1,4 @@
// Copyright 2020 Signal Messenger, LLC
// Copyright 2020-2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
// This file doesn't check the format of license files, just the end year. See
@ -39,7 +39,6 @@ const FILES_TO_IGNORE = new Set(
'.github/ISSUE_TEMPLATE/bug_report.md',
'.github/PULL_REQUEST_TEMPLATE.md',
'components/mp3lameencoder/lib/Mp3LameEncoder.js',
'components/qrcode/qrcode.js',
'components/recorderjs/recorder.js',
'components/recorderjs/recorderWorker.js',
'components/webaudiorecorder/lib/WebAudioRecorder.js',

View File

@ -1211,8 +1211,12 @@ export class ConversationView extends window.Backbone.View<ConversationModel> {
await retryPlaceholders.findByConversationAndMarkOpened(this.model.id);
}
this.model.loadNewestMessages(undefined, undefined);
this.model.updateLastMessage();
const loadAndUpdate = async () => {
await this.model.loadNewestMessages(undefined, undefined);
await this.model.updateLastMessage();
};
loadAndUpdate();
this.focusMessageField();

29
ts/window.d.ts vendored
View File

@ -1,4 +1,4 @@
// Copyright 2020-2021 Signal Messenger, LLC
// Copyright 2020-2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
// Captures the globals put in place by preload.js, background.js and others
@ -131,32 +131,6 @@ type ConfirmationDialogViewProps = {
resolve: () => void;
};
declare enum QRCodeCorrectLevel {
H = 2,
L = 1,
M = 0,
Q = 3,
}
declare class QRCode {
static CorrectLevel: typeof QRCodeCorrectLevel;
constructor(
el: HTMLElement | string,
vOption?:
| string
| {
colorDark?: string;
colorLight?: string;
correctLevel?: QRCodeCorrectLevel;
height?: number;
text?: string;
width?: number;
}
);
makeCode(sText: string): void;
clear(): void;
}
export declare class WebAudioRecorderClass {
constructor(
node: GainNode,
@ -292,7 +266,6 @@ declare global {
updateTrayIcon: (count: number) => void;
Backbone: typeof Backbone;
CI?: CI;
QRCode: typeof QRCode;
Accessibility: {
reducedMotionSetting: boolean;

View File

@ -11919,6 +11919,11 @@ q@^1.1.2:
version "1.5.0"
resolved "https://registry.yarnpkg.com/q/-/q-1.5.0.tgz#dd01bac9d06d30e6f219aecb8253ee9ebdc308f1"
qrcode-generator@1.4.4:
version "1.4.4"
resolved "https://registry.yarnpkg.com/qrcode-generator/-/qrcode-generator-1.4.4.tgz#63f771224854759329a99048806a53ed278740e7"
integrity sha512-HM7yY8O2ilqhmULxGMpcHSF1EhJJ9yBj8gvDEuZ6M+KGJ0YY2hKpnXvRD+hZPLrDVck3ExIGhmPtSdcjC+guuw==
qs@6.7.0:
version "6.7.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"