signal-desktop/_locales/ms/messages.json

5901 lines
242 KiB
JSON
Raw Normal View History

2019-11-11 17:55:59 +00:00
{
2020-09-22 00:22:24 +00:00
"softwareAcknowledgments": {
2021-08-11 23:44:04 +00:00
"message": "Perakuan Perisian",
2020-09-22 00:22:24 +00:00
"description": "Shown in the about box for the link to software acknowledgments"
},
"privacyPolicy": {
"message": "Terma & Dasar Privasi",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
2019-11-11 17:55:59 +00:00
"copyErrorAndQuit": {
"message": "Ralat menyalin dan berhenti",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
},
"unknownContact": {
2021-08-11 23:44:04 +00:00
"message": "Kenalan tidak diketahui",
"description": "Shown as the name of a contact if we don't have any displayable information about them"
},
2019-11-11 17:55:59 +00:00
"unknownGroup": {
"message": "Kumpulan tidak diketahui",
"description": "Shown as the name of a group if we don't have any information about it"
},
"databaseError": {
2019-11-22 18:45:12 +00:00
"message": "Ralat Pangkalan Data",
2019-11-11 17:55:59 +00:00
"description": "Shown in a popup if the database cannot start up properly"
},
"deleteAndRestart": {
"message": "Padam semua dan mula semula",
2020-09-22 00:22:24 +00:00
"description": "Shown in a popup if the database cannot start up properly; allows user to delete database and restart"
2019-11-11 17:55:59 +00:00
},
"mainMenuFile": {
"message": "&Fail",
"description": "The label that is used for the File menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
2020-01-24 00:01:22 +00:00
"mainMenuCreateStickers": {
2021-08-11 23:44:04 +00:00
"message": "Cipta/muat naik pek pelekat",
2020-01-24 00:01:22 +00:00
"description": "The label that is used for the Create/upload sticker pack option in the File menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
2019-11-11 17:55:59 +00:00
"mainMenuEdit": {
"message": "&Edit",
"description": "The label that is used for the Edit menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuView": {
"message": "&Lihat",
"description": "The label that is used for the View menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuWindow": {
"message": "%Tetingkap",
"description": "The label that is used for the Window menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuHelp": {
"message": "&Bantu",
"description": "The label that is used for the Help menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuSettings": {
"message": "Pilihan...",
"description": "The label that is used for the Preferences menu in the program main menu. This should be consistent with the standard naming for Preferences on the operating system."
},
2021-06-30 22:15:30 +00:00
"appMenuServices": {
2021-08-11 23:44:04 +00:00
"message": "Perkhidmatan",
2021-06-30 22:15:30 +00:00
"description": "Application menu item for macOS 'Services'"
},
2019-11-11 17:55:59 +00:00
"appMenuHide": {
"message": "Sembunyikan",
"description": "Application menu command to hide the window"
},
"appMenuHideOthers": {
2019-11-22 18:45:12 +00:00
"message": "Sembunyikan Lain-lain",
2019-11-11 17:55:59 +00:00
"description": "Application menu command to hide all other windows"
},
"appMenuUnhide": {
2019-11-22 18:45:12 +00:00
"message": "Papar Semua",
2019-11-11 17:55:59 +00:00
"description": "Application menu command to show all application windows"
},
"appMenuQuit": {
"message": "Keluar Signal",
"description": "Application menu command to close the application"
},
"editMenuUndo": {
2019-11-22 18:45:12 +00:00
"message": "Buat Asal",
2019-11-11 17:55:59 +00:00
"description": "Edit menu command to remove recently-typed text"
},
"editMenuRedo": {
2019-11-22 18:45:12 +00:00
"message": "Buat Semula",
2019-11-11 17:55:59 +00:00
"description": "Edit menu command to restore previously undone typed text"
},
"editMenuCut": {
"message": "Potong",
"description": "Edit menu command to remove selected text and add it to clipboard"
},
"editMenuCopy": {
"message": "Salin",
"description": "Edit menu command to add selected text to clipboard"
},
"editMenuPaste": {
"message": "Tampal",
"description": "Edit menu command to insert text from clipboard at cursor location"
},
"editMenuPasteAndMatchStyle": {
"message": "Tampal dan Padankan Gaya",
"description": "Edit menu command to insert text from clipboard at cursor location, taking only text and not style information"
},
"editMenuDelete": {
"message": "Padam",
"description": "Edit menu command to remove the selected text"
},
"editMenuSelectAll": {
"message": "Pilih Semua",
2020-09-22 00:22:24 +00:00
"description": "Edit menu command to select all of the text in selected text box"
2019-11-11 17:55:59 +00:00
},
"editMenuStartSpeaking": {
"message": "Mula bercakap",
"description": "Edit menu item under 'speech' to start dictation"
},
"editMenuStopSpeaking": {
"message": "Henti bercakap",
"description": "Edit menu item under 'speech' to stop dictation"
},
"windowMenuClose": {
2019-11-22 18:45:12 +00:00
"message": "Tutup Tetingkap",
2019-11-11 17:55:59 +00:00
"description": "Window menu command to close the current window"
},
"windowMenuMinimize": {
2019-11-22 18:45:12 +00:00
"message": "Minimumkan",
2019-11-11 17:55:59 +00:00
"description": "Window menu command to minimize the current window"
},
"windowMenuZoom": {
"message": "Zum",
"description": "Window menu command to make the current window the size of the whole screen"
},
"windowMenuBringAllToFront": {
"message": "Bawakan Semua Ke Hadapan",
2020-09-22 00:22:24 +00:00
"description": "Window menu command to bring all windows of current application to front"
2019-11-11 17:55:59 +00:00
},
"viewMenuResetZoom": {
"message": "Saiz Sebenar",
"description": "View menu command to go back to the default zoom"
},
"viewMenuZoomIn": {
2019-11-22 18:45:12 +00:00
"message": "Zum Masuk",
2019-11-11 17:55:59 +00:00
"description": "View menu command to make everything bigger"
},
"viewMenuZoomOut": {
2019-11-22 18:45:12 +00:00
"message": "Zum Keluar",
2019-11-11 17:55:59 +00:00
"description": "View menu command to make everything smaller"
},
"viewMenuToggleFullScreen": {
"message": "Togol Skrin Penuh",
"description": "View menu command to enter or leave Full Screen mode"
},
"viewMenuToggleDevTools": {
"message": "Togol Alat Pembangunan",
"description": "View menu command to show or hide the developer tools"
},
"menuSetupAsNewDevice": {
"message": "Pasang sebagai Peranti Baru",
"description": "When the application is not yet set up, menu option to start up the set up as fresh device"
},
"menuSetupAsStandalone": {
2019-11-22 18:45:12 +00:00
"message": "Pasang sebagai Peranti Kendiri",
2019-11-11 17:55:59 +00:00
"description": "Only available on development modes, menu option to open up the standalone device setup sequence"
},
2020-09-22 00:22:24 +00:00
"messageContextMenuButton": {
2021-08-11 23:44:04 +00:00
"message": "Lebih tindakan",
2020-09-22 00:22:24 +00:00
"description": "Label for context button next to each message"
},
2020-04-29 23:20:42 +00:00
"contextMenuCopyLink": {
"message": "Salin Pautan",
"description": "Shown in the context menu for a link to indicate that the user can copy the link"
},
2020-11-16 22:08:09 +00:00
"contextMenuCopyImage": {
2021-08-11 23:44:04 +00:00
"message": "Salin imej",
2020-11-16 22:08:09 +00:00
"description": "Shown in the context menu for an image to indicate that the user can copy the image"
},
2020-04-29 23:20:42 +00:00
"contextMenuNoSuggestions": {
2021-08-11 23:44:04 +00:00
"message": "Tiada Cadangan",
2020-04-29 23:20:42 +00:00
"description": "Shown in the context menu for a misspelled word to indicate that there are no suggestions to replace the misspelled word"
},
2019-11-11 17:55:59 +00:00
"avatarMenuViewArchive": {
"message": "Lihat Arkib",
"description": "One of the menu options available in the Avatar Popup menu"
},
2021-06-09 23:53:27 +00:00
"avatarMenuChatColors": {
2021-08-11 23:44:04 +00:00
"message": "Warna Sembang",
2021-06-09 23:53:27 +00:00
"description": "One of the menu options available in the Avatar Popup menu"
},
2019-11-11 17:55:59 +00:00
"loading": {
"message": "Memuatkan...",
"description": "Message shown on the loading screen before we've loaded any messages"
},
"optimizingApplication": {
2019-11-22 18:45:12 +00:00
"message": "Mengoptimumkan aplikasi...",
2019-11-11 17:55:59 +00:00
"description": "Message shown on the loading screen while we are doing application optimizations"
},
"migratingToSQLCipher": {
2019-11-22 18:45:12 +00:00
"message": "Mengoptimumkan mesej... $status$ selesai.",
2019-11-11 17:55:59 +00:00
"description": "Message shown on the loading screen while we are doing application optimizations",
"placeholders": {
"status": {
"content": "$1",
"example": "45/200"
}
}
},
"archivedConversations": {
"message": "Perbualan Diarkibkan",
"description": "Shown in place of the search box when showing archived conversation list"
},
2020-10-21 00:58:31 +00:00
"LeftPane--pinned": {
2021-08-11 23:44:04 +00:00
"message": "Dipinkan",
2020-10-21 00:58:31 +00:00
"description": "Shown as a header for pinned conversations in the left pane"
},
"LeftPane--chats": {
"message": "Sembang",
"description": "Shown as a header for non-pinned conversations in the left pane"
},
2019-11-11 17:55:59 +00:00
"archiveHelperText": {
"message": "Perbualan ini diarkibkan dan hanya akan muncul dalam Peti Masuk jika mesej baru diterima.",
2020-09-22 00:22:24 +00:00
"description": "Shown at the top of the archived conversations list in the left pane"
2019-11-11 17:55:59 +00:00
},
"archiveConversation": {
2020-11-16 22:08:09 +00:00
"message": "Arkib",
2019-11-11 17:55:59 +00:00
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
},
2020-11-16 22:08:09 +00:00
"markUnread": {
2021-08-11 23:44:04 +00:00
"message": "Tandakah sebagai tidak dibaca",
2020-11-16 22:08:09 +00:00
"description": "Shown in menu for conversation, and marks conversation as unread"
},
2019-11-11 17:55:59 +00:00
"moveConversationToInbox": {
2020-11-16 22:08:09 +00:00
"message": "Nyaharkib",
2019-11-11 17:55:59 +00:00
"description": "Undoes Archive Conversation action, and moves archived conversation back to the main conversation list"
},
2020-10-21 00:58:31 +00:00
"pinConversation": {
2021-08-11 23:44:04 +00:00
"message": "Pin Perbualan",
2020-10-21 00:58:31 +00:00
"description": "Shown in menu for conversation, and pins the conversation to the top of the conversation list"
},
"unpinConversation": {
2021-08-11 23:44:04 +00:00
"message": "Nyahpin Perbualan",
2020-10-21 00:58:31 +00:00
"description": "Undoes Archive Conversation action, and unpins the conversation from the top of the conversation list"
},
"pinnedConversationsFull": {
2021-08-11 23:44:04 +00:00
"message": "Anda hanya boleh pin sehingga 4 carta",
2020-10-21 00:58:31 +00:00
"description": ""
},
2019-11-11 17:55:59 +00:00
"chooseDirectory": {
"message": "Memilih folder",
"description": "Button to allow the user to find a folder on disk"
},
"chooseFile": {
2019-11-22 18:45:12 +00:00
"message": "Pilih fail",
2019-11-11 17:55:59 +00:00
"description": "Button to allow the user to find a file on disk"
},
"loadDataHeader": {
2019-11-22 18:45:12 +00:00
"message": "Muatkan data anda",
2019-11-11 17:55:59 +00:00
"description": "Header shown on the first screen in the data import process"
},
"loadDataDescription": {
2019-11-22 18:45:12 +00:00
"message": "Anda baru sahaja melalui proses eksport, dan kenalan dan mesej anda menunggu dengan sabar di komputer anda. Pilih folder yang mengandungi data Signal anda yang disimpan.",
2019-11-11 17:55:59 +00:00
"description": "Introduction to the process of importing messages and contacts from disk"
},
"importChooserTitle": {
"message": "Pilih direktori dengan data dieksport",
"description": "Title of the popup window used to select data previously exported"
},
"importErrorHeader": {
2019-11-22 18:45:12 +00:00
"message": "Ada yang tidak kena!",
2019-11-11 17:55:59 +00:00
"description": "Header of the error screen after a failed import"
},
"importingHeader": {
"message": "Memuatkan kenalan dan mesej",
"description": "Header of screen shown as data is import"
},
"importErrorFirst": {
2019-11-22 18:45:12 +00:00
"message": "Pastikan anda telah memilih direktori betul yang mengandungi data Signal anda yang disimpan. Namanya hendaklah bermula dengan 'Eksport Signal.' Anda juga boleh menyimpan salinan baru data anda daripada Aplikasi Chrome.",
2019-11-11 17:55:59 +00:00
"description": "Message shown if the import went wrong; first paragraph"
},
"importErrorSecond": {
2019-11-22 18:45:12 +00:00
"message": "Jika langkah-langkah ini tidak berfungsi untuk anda, sila serahkan log nyahpepijat (Lihat -> Log Nyahpepijat) supaya kami dapat membantu anda berpindah!",
2019-11-11 17:55:59 +00:00
"description": "Message shown if the import went wrong; second paragraph"
},
"importAgain": {
"message": "Pilih folder dan cuba lagi",
"description": "Button shown if the user runs into an error during import, allowing them to start over"
},
"importCompleteHeader": {
"message": "Berjaya!",
"description": "Header shown on the screen at the end of a successful import process"
},
"importCompleteStartButton": {
"message": "Mula menggunakan Signal Desktop",
"description": "Button shown at end of successful import process, nothing left but a restart"
},
"importCompleteLinkButton": {
2019-11-22 18:45:12 +00:00
"message": "Pautkan peranti ini pada telefon anda",
2019-11-11 17:55:59 +00:00
"description": "Button shown at end of successful 'light' import process, so the standard linking process still needs to happen"
},
"selectedLocation": {
"message": "lokasi dipilih anda",
"description": "Message shown as the export location if we didn't capture the target directory"
},
"upgradingDatabase": {
"message": "Menaik taraf pangkalan data. Ini akan mengambil sedikit masa...",
"description": "Message shown on the loading screen when we're changing database structure on first run of a new version"
},
"loadingMessages": {
"message": "Memuatkan mesej. $count$ setakat ini...",
"description": "Message shown on the loading screen when we're catching up on the backlog of messages",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"view": {
"message": "Lihat",
"description": "Used as a label on a button allowing user to see more information"
},
"youLeftTheGroup": {
2021-08-11 23:44:04 +00:00
"message": "Anda bukan lagi ahli kumpulan.",
2019-11-11 17:55:59 +00:00
"description": "Displayed when a user can't send a message because they have left the group"
},
2020-12-10 18:48:32 +00:00
"invalidConversation": {
2021-08-11 23:44:04 +00:00
"message": "Kumpulan ini tidak sah. Sila cipta kumpulan baru.",
2020-12-10 18:48:32 +00:00
"description": "Displayed when a user can't send a message because something has gone wrong in the conversation."
},
2019-11-11 17:55:59 +00:00
"scrollDown": {
"message": "Tatal ke bawah perbualan",
"description": "Alt text for button to take user down to bottom of conversation, shown when user scrolls up"
},
"messagesBelow": {
"message": "Mesej-mesej baru di bawah",
"description": "Alt text for button to take user down to bottom of conversation with more than one message out of screen"
},
"unreadMessage": {
"message": "1 Mesej Belum Dibaca",
"description": "Text for unread message separator, just one message"
},
"unreadMessages": {
"message": "$count$ Mesej Belum Dibaca",
"description": "Text for unread message separator, with count",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
2020-04-29 23:20:42 +00:00
"messageHistoryUnsynced": {
2021-08-11 23:44:04 +00:00
"message": "Untuk keselamatan anda, sejarah perbualan tidak dipindahkan kepada peranti dipautkan yang baru.",
2020-04-29 23:20:42 +00:00
"description": "Shown in the conversation history when a user links a new device to explain what is not supported."
},
2019-11-11 17:55:59 +00:00
"youMarkedAsVerified": {
"message": "Anda telah menandakan sah kepada nombor keselamatan anda dengan $name$.",
"description": "Shown in the conversation history when the user marks a contact as verified.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"youMarkedAsNotVerified": {
2019-11-22 18:45:12 +00:00
"message": "Anda telah menandakan tak sah kepada Nombor Keselamatan anda dengan $name$.",
2019-11-11 17:55:59 +00:00
"description": "Shown in the conversation history when the user marks a contact as not verified, whether on the Safety Number screen or by dismissing a banner or dialog.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"youMarkedAsVerifiedOtherDevice": {
2019-11-22 18:45:12 +00:00
"message": "Anda telah menandakan sah kepada Nombor Keselamatan anda dengan $name$ daripada peranti lain",
2019-11-11 17:55:59 +00:00
"description": "Shown in the conversation history when we discover that the user marked a contact as verified on another device.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"youMarkedAsNotVerifiedOtherDevice": {
2019-11-22 18:45:12 +00:00
"message": "Anda telah menandakan tak sah kepada Nombor Keselamatan anda dengan $name$ daripada peranti lain",
2019-11-11 17:55:59 +00:00
"description": "Shown in the conversation history when we discover that the user marked a contact as not verified on another device.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"membersNeedingVerification": {
2019-11-22 18:45:12 +00:00
"message": "Nombor keselamatan anda dengan ahli-ahli kumpulan ini telah berubah sejak kali terakhir anda disahkan. Klik ahli kumpulan untuk melihat nombor keselamatan anda dengan mereka.",
2019-11-11 17:55:59 +00:00
"description": "When there are multiple previously-verified group members with safety number changes, a banner will be shown. The list of contacts with safety number changes is shown, and this text introduces that list."
},
"changedRightAfterVerify": {
2021-08-11 23:44:04 +00:00
"message": "Nombor keselamatan yang anda cuba sahkan telah berubah. Sila semak nombor keselamatan baru anda dengan$name1$ . Ingat, perubahan ini mungkin bermaksud seseorang berusaha memintas komunikasi anda atau itu$name2$ baru sahaja memasang semula Signal.",
2019-11-11 17:55:59 +00:00
"description": "Shown on the safety number screen when the user has selected to verify/unverify a contact's safety number, and we immediately discover a safety number change",
"placeholders": {
2020-08-13 23:26:29 +00:00
"name1": {
2019-11-11 17:55:59 +00:00
"content": "$1",
"example": "Bob"
2020-08-13 23:26:29 +00:00
},
"name2": {
"content": "$2",
"example": "Bob"
2019-11-11 17:55:59 +00:00
}
}
},
2020-08-13 23:26:29 +00:00
"changedVerificationWarning": {
2021-08-11 23:44:04 +00:00
"message": "Orang berikut mungkin memasang semula atau menukar peranti. Sahkan nombor keselamatan anda dengan mereka untuk memastikan privasi.",
2019-11-11 17:55:59 +00:00
"description": "Shown on confirmation dialog when user attempts to send a message"
},
"identityKeyErrorOnSend": {
2021-08-11 23:44:04 +00:00
"message": "Nombor keselamatan anda dengan$name1$ telah berubah. Ini mungkin bermaksud seseorang berusaha memintas komunikasi anda atau itu$name2$ baru sahaja memasang semula Signal. Anda mungkin ingin mengesahkan nombor keselamatan anda dengan kenalan ini.",
2019-11-11 17:55:59 +00:00
"description": "Shown when user clicks on a failed recipient in the message detail view after an identity key change",
"placeholders": {
2020-08-13 23:26:29 +00:00
"name1": {
2019-11-11 17:55:59 +00:00
"content": "$1",
"example": "Bob"
2020-08-13 23:26:29 +00:00
},
"name2": {
"content": "$2",
"example": "Bob"
2019-11-11 17:55:59 +00:00
}
}
},
"sendAnyway": {
"message": "Hantar Juga",
"description": "Used on a warning dialog to make it clear that it might be risky to send the message."
},
2020-09-22 00:22:24 +00:00
"callAnyway": {
"message": "Panggil Juga",
"description": "Used on a warning dialog to make it clear that it might be risky to call the conversation."
},
2020-12-10 18:48:32 +00:00
"continueCall": {
2021-08-11 23:44:04 +00:00
"message": "Terus Panggilan",
2020-12-10 18:48:32 +00:00
"description": "Used on a warning dialog to make it clear that it might be risky to continue the group call."
},
2019-11-11 17:55:59 +00:00
"noLongerVerified": {
"message": "Nombor keselamatan anda dengan $name$ telah ditukar dan tidak lagi disahkan. Klik untuk memaparkan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in conversation banner when user's safety number has changed, but they were previously verified.",
2019-11-11 17:55:59 +00:00
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"multipleNoLongerVerified": {
2019-11-22 18:45:12 +00:00
"message": "Nombor keselamatan dengan pelbagai ahli pada kumpulan ini telah berubah dan tidak lagi disahkan. Klik untuk paparkan.",
2019-11-11 17:55:59 +00:00
"description": "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
},
"debugLogExplanation": {
"message": "Log ini akan dihantarskan secara terbuka dalam talian untuk penyumbang lihat, anda boleh memeriksa dan mengeditnya sebelum menghantar.",
"description": ""
},
"debugLogError": {
2019-11-22 18:45:12 +00:00
"message": "Sesuatu yang tidak kena berlaku dengan muat naik! Sila pertimbangkan menambah log anda secara manual kepada pepijat yang anda failkan.",
2019-11-11 17:55:59 +00:00
"description": ""
},
"debugLogCopy": {
"message": "Salin",
"description": "Shown as the text for the copy button on the debug log screen"
},
"debugLogCopyAlt": {
2021-08-11 23:44:04 +00:00
"message": "Salin pautan kepada papan klip anda",
"description": "Shown as the alt text for the copy button on the debug log screen"
},
"debugLogLinkCopied": {
2021-08-11 23:44:04 +00:00
"message": "Pautan Disalin kepada Papan Klip Anda",
2020-09-22 00:22:24 +00:00
"description": "Shown in a toast to let the user know that the link to the debug log has been copied to their clipboard"
},
2019-11-11 17:55:59 +00:00
"reportIssue": {
"message": "Laporkan isu",
"description": "Link to open the issue tracker"
},
"gotIt": {
"message": "Faham!",
"description": "Label for a button that dismisses a dialog. The user clicks it to confirm that they understand the message in the dialog."
},
"submit": {
"message": "Hantar",
"description": ""
},
"acceptNewKey": {
"message": "Terima",
"description": "Label for a button to accept a new safety number"
},
"verify": {
"message": "Tanda sebagai disahkan",
"description": ""
},
"unverify": {
"message": "Tanda sebagai tidah disahkan",
"description": ""
},
"isVerified": {
"message": "Anda telah menentusahkan nombor keselamatan anda dengan $name$.",
"description": "Summary state shown at top of the safety number screen if user has verified contact.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"isNotVerified": {
"message": "Anda tidak menentusahkan nombor keselamatan anda dengan $name$.",
"description": "Summary state shown at top of the safety number screen if user has not verified contact.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"verified": {
"message": "Disahkan",
"description": ""
},
"newIdentity": {
"message": "Nombor selamat baru",
"description": "Header for a key change dialog"
},
"identityChanged": {
2019-11-22 18:45:12 +00:00
"message": "Nombor keselamatan dengan kenalan ini telah berubah. Ini bermaksud sama ada seseorang sedang cuba untuk memintas komunikasi anda atau kenalan ini cuma memasang semula Signal. Anda mungkin ingin mengesahkan nombor keselamatan baru di bawah ini.",
2019-11-11 17:55:59 +00:00
"description": ""
},
"incomingError": {
"message": "Ralat mengendalikan mesej masuk",
"description": ""
},
"media": {
"message": "Media",
"description": "Header of the default pane in the media gallery, showing images and videos"
},
"mediaEmptyState": {
"message": "Anda tidak mempunyai sebarang media dalam perbualan ini",
"description": "Message shown to user in the media gallery when there are no messages with media attachments (images or video)"
},
2021-02-17 18:56:48 +00:00
"allMedia": {
"message": "Semua Media",
"description": "Header for the media gallery"
},
2019-11-11 17:55:59 +00:00
"documents": {
"message": "Dokumen",
"description": "Header of the secondary pane in the media gallery, showing every non-media attachment"
},
"documentsEmptyState": {
"message": "Anda tidak mempunyai sebarang dokumen dalam perbualan ini",
"description": "Message shown to user in the media gallery when there are no messages with document attachments (anything other than images or video)"
},
"today": {
"message": "Hari ini",
"description": "Section header in the media gallery"
},
"yesterday": {
"message": "Semalam",
"description": "Section header in the media gallery"
},
"thisWeek": {
2019-11-22 18:45:12 +00:00
"message": "Minggu Ini",
2019-11-11 17:55:59 +00:00
"description": "Section header in the media gallery"
},
"thisMonth": {
"message": "Bulan Ini",
"description": "Section header in the media gallery"
},
"unsupportedAttachment": {
"message": "Jenis lampiran yang tidak disokong. Klik untuk menyimpan.",
"description": "Displayed for incoming unsupported attachment"
},
"clickToSave": {
"message": "Klik untuk menyimpan",
"description": "Hover text for attachment filenames"
},
"unnamedFile": {
"message": "Fail tidak dinamakan",
"description": "Hover text for attachment filenames"
},
"voiceMessage": {
"message": "Mesej Suara",
"description": "Name for a voice message attachment"
},
"dangerousFileType": {
"message": "Lampiran tidak dibenarkan atas sebab keselamatan",
"description": "Shown in toast when user attempts to send .exe file, for example"
},
"loadingPreview": {
"message": "Memuatkan pratonton...",
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area"
},
"stagedPreviewThumbnail": {
2019-11-22 18:45:12 +00:00
"message": "Pratonton pautan imej kecil draf untuk $domain$",
2019-11-11 17:55:59 +00:00
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area",
"placeholders": {
"path": {
"content": "$1",
"example": "instagram.com"
}
}
},
"previewThumbnail": {
2019-11-22 18:45:12 +00:00
"message": "Pratonton pautan imej kecil untuk $domain$",
2019-11-11 17:55:59 +00:00
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area",
"placeholders": {
"path": {
"content": "$1",
"example": "instagram.com"
}
}
},
"stagedImageAttachment": {
2019-11-22 18:45:12 +00:00
"message": "Lampiran imej draf:$path$",
2019-11-11 17:55:59 +00:00
"description": "Alt text for staged attachments",
"placeholders": {
"path": {
"content": "$1",
"example": "dog.jpg"
}
}
},
2021-07-21 17:57:16 +00:00
"decryptionErrorToast": {
2021-08-11 23:44:04 +00:00
"message": "Desktop mengalami ralat penyahsulitan. Klik untuk menghantar log debug.",
2021-07-21 17:57:16 +00:00
"description": "An error popup when we haven't added an error for decryption error."
},
2019-11-11 17:55:59 +00:00
"oneNonImageAtATimeToast": {
"message": "Apabila termasuk lampiran bukan imej, had adalah satu lampiran bagi setiap mesej.",
"description": "An error popup when the user has attempted to add an attachment"
},
2020-08-13 23:26:29 +00:00
"cannotMixImageAndNonImageAttachments": {
2019-11-11 17:55:59 +00:00
"message": "Anda tidak boleh menggabungkan lampiran bukan imej dan imej dalam satu mesej.",
"description": "An error popup when the user has attempted to add an attachment"
},
"maximumAttachments": {
"message": "Anda tidak boleh menambah lampiran lagi pada mesej ini.",
"description": "An error popup when the user has attempted to add an attachment"
},
"fileSizeWarning": {
"message": "Maaf, fail yang dipilih melebihi sekatan saiz mesej.",
"description": ""
},
"unableToLoadAttachment": {
2019-11-22 18:45:12 +00:00
"message": "Tidak dapat memuatkan lampiran yang dipilih.",
2019-11-11 17:55:59 +00:00
"description": ""
},
"disconnected": {
"message": "Terputus sambungan",
"description": "Displayed when the desktop client cannot connect to the server."
},
"connecting": {
"message": "Menyambung",
"description": "Displayed when the desktop client is currently connecting to the server."
},
2020-04-29 23:20:42 +00:00
"connect": {
2021-08-11 23:44:04 +00:00
"message": "Sambung",
2020-04-29 23:20:42 +00:00
"description": "Shown to allow the user to manually attempt a reconnect."
},
"connectingHangOn": {
2021-08-11 23:44:04 +00:00
"message": "Tidak lama lagi...",
"description": "Subtext description for when the client is connecting to the server."
},
2019-11-11 17:55:59 +00:00
"offline": {
"message": "Luar talian",
"description": "Displayed when the desktop client has no network connection."
},
"checkNetworkConnection": {
"message": "Semak sambungan rangkaian anda.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"submitDebugLog": {
2019-11-22 18:45:12 +00:00
"message": "Log Nyahpepijat",
2019-11-11 17:55:59 +00:00
"description": "Menu item and header text for debug log modal (sentence case)"
},
"debugLog": {
2019-11-22 18:45:12 +00:00
"message": "Log Nyahpepijat",
2019-11-11 17:55:59 +00:00
"description": "View menu item to open the debug log (title case)"
},
2021-07-21 17:57:16 +00:00
"forceUpdate": {
2021-08-11 23:44:04 +00:00
"message": "Paksa Kemas Kini",
2021-07-21 17:57:16 +00:00
"description": "View menu item to force the app to update download and install"
},
2019-11-22 18:45:12 +00:00
"helpMenuShowKeyboardShortcuts": {
2021-08-11 23:44:04 +00:00
"message": "Tunjukkan Pintasan Papan Kekunci",
2019-11-22 18:45:12 +00:00
"description": "Item under the help menu, pops up a screen showing the application's keyboard shortcuts"
},
"contactUs": {
"message": "Hubungi Kami",
"description": "Item under the help menu, takes you to the contact us support page"
},
2019-11-11 17:55:59 +00:00
"goToReleaseNotes": {
"message": "Pergi ke Nota Keluaran",
2019-11-22 18:45:12 +00:00
"description": "Item under the help menu, takes you to GitHub page for release notes"
2019-11-11 17:55:59 +00:00
},
"goToForums": {
"message": "Pergi ke Forum",
"description": "Item under the Help menu, takes you to the forums"
},
"goToSupportPage": {
"message": "Pergi ke Halaman Sokongan",
"description": "Item under the Help menu, takes you to the support page"
},
"joinTheBeta": {
2021-08-11 23:44:04 +00:00
"message": "Sertai Beta",
"description": "Item under the Help menu, takes you to an article describing how to install the beta release of Signal Desktop"
2019-11-11 17:55:59 +00:00
},
"signalDesktopPreferences": {
"message": "Pilihan Signal Desktop",
"description": "Title of the window that pops up with Signal Desktop preferences in it"
},
2020-01-24 00:01:22 +00:00
"signalDesktopStickerCreator": {
2021-08-11 23:44:04 +00:00
"message": "Pencipta pek pelekat",
2020-01-24 00:01:22 +00:00
"description": "Title of the window that pops up with Signal Desktop preferences in it"
},
2019-11-11 17:55:59 +00:00
"aboutSignalDesktop": {
"message": "Perihal Signal Desktop",
"description": "Item under the Help menu, which opens a small about window"
},
2021-06-09 23:53:27 +00:00
"screenShareWindow": {
2021-08-11 23:44:04 +00:00
"message": "Skrin perkongsian",
2021-06-09 23:53:27 +00:00
"description": "Title for screen sharing window"
},
2019-11-11 17:55:59 +00:00
"speech": {
"message": "Pertuturan",
"description": "Item under the Edit menu, with 'start/stop speaking' items below it"
},
"show": {
"message": "Papar",
"description": "Command under Window menu, to show the window"
},
"hide": {
"message": "Sembunyikan",
"description": "Command in the tray icon menu, to hide the window"
},
"quit": {
"message": "Henti",
"description": "Command in the tray icon menu, to quit the application"
},
"signalDesktop": {
"message": "Signal Desktop",
"description": "Tooltip for the tray icon"
},
"search": {
"message": "Cari",
"description": "Placeholder text in the search input"
},
2020-09-22 00:22:24 +00:00
"clearSearch": {
2021-08-11 23:44:04 +00:00
"message": "Kosongkan Hasil",
2020-09-22 00:22:24 +00:00
"description": "Aria label for clear search button"
},
2019-11-11 17:55:59 +00:00
"searchIn": {
"message": "Cari dalam $conversationName$",
"description": "Shown in the search box before text is entered when searching in a specific conversation",
"placeholders": {
"conversationName": {
"content": "$1",
"example": "Friends"
}
}
},
"noSearchResults": {
"message": "Tiada keputusan untuk \"$searchTerm$\"",
"description": "Shown in the search left pane when no results were found",
"placeholders": {
"searchTerm": {
"content": "$1",
"example": "dog"
}
}
},
2021-06-09 23:53:27 +00:00
"noSearchResults--sms-only": {
2021-08-11 23:44:04 +00:00
"message": "Kenalan SMS/MMS tidak tersedia di Desktop.",
2021-06-09 23:53:27 +00:00
"description": "Shown in the search left pane when no results were found and primary device has SMS/MMS handling enabled"
},
2019-11-11 17:55:59 +00:00
"noSearchResultsInConversation": {
"message": "Tiada keputusan untuk \"$searchTerm$\" dalam $conversationName$",
"description": "Shown in the search left pane when no results were found",
"placeholders": {
"searchTerm": {
2020-08-13 23:26:29 +00:00
"content": "$1",
"example": "dog"
},
"conversationName": {
2019-11-11 17:55:59 +00:00
"content": "$2",
"example": "Friends"
}
}
},
"conversationsHeader": {
"message": "Perbualan",
"description": "Shown to separate the types of search results"
},
"contactsHeader": {
"message": "Kenalan",
"description": "Shown to separate the types of search results"
},
2021-05-12 19:27:45 +00:00
"groupsHeader": {
"message": "Kumpulan",
"description": "Shown to separate the types of search results"
},
2019-11-11 17:55:59 +00:00
"messagesHeader": {
"message": "Mesej",
"description": "Shown to separate the types of search results"
},
"welcomeToSignal": {
"message": "Selamat datang ke Signal",
"description": ""
},
"selectAContact": {
"message": "Pilih satu kenalan atau kumpulan untuk mula bersembang.",
"description": ""
},
"typingAlt": {
"message": "Menaip animasi untuk perbualan ini",
2020-09-22 00:22:24 +00:00
"description": "Used as the 'title' attribute for the typing animation"
2019-11-11 17:55:59 +00:00
},
2020-08-13 23:26:29 +00:00
"contactInAddressBook": {
2021-08-11 23:44:04 +00:00
"message": "Orang ini dalam kenalan anda.",
2020-08-13 23:26:29 +00:00
"description": "Description of icon denoting that contact is from your address book"
},
2019-11-11 17:55:59 +00:00
"contactAvatarAlt": {
"message": "Avatar untuk kenalan $name$",
"description": "Used in the alt tag for the image avatar of a contact",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
"sendMessageToContact": {
"message": "Hantar Mesej",
"description": "Shown when you are sent a contact and that contact has a signal account"
},
"home": {
2019-11-22 18:45:12 +00:00
"message": "rumah",
2019-11-11 17:55:59 +00:00
"description": "Shown on contact detail screen as a label for an address/phone/email"
},
"work": {
"message": "kerja",
"description": "Shown on contact detail screen as a label for an address/phone/email"
},
"mobile": {
2019-11-22 18:45:12 +00:00
"message": "telefon bimbit",
2019-11-11 17:55:59 +00:00
"description": "Shown on contact detail screen as a label for aa phone or email"
},
"email": {
2019-11-22 18:45:12 +00:00
"message": "e-mel",
2019-11-11 17:55:59 +00:00
"description": "Generic label shown if contact email has custom type but no label"
},
"phone": {
2019-11-22 18:45:12 +00:00
"message": "telefon",
2019-11-11 17:55:59 +00:00
"description": "Generic label shown if contact phone has custom type but no label"
},
"address": {
"message": "alamat",
"description": "Generic label shown if contact address has custom type but no label"
},
"poBox": {
2019-11-22 18:45:12 +00:00
"message": "Peti Surat",
2019-11-11 17:55:59 +00:00
"description": "When rendering an address, used to provide context to a post office box"
},
"downloading": {
2019-11-22 18:45:12 +00:00
"message": "Memuat Turun",
2019-11-11 17:55:59 +00:00
"description": "Shown in the message bubble while a long message attachment is being downloaded"
},
"downloadAttachment": {
"message": "Muat Turun Lampiran",
"description": "Shown in a message's triple-dot menu if there isn't room for a dedicated download button"
},
"reactToMessage": {
2021-08-11 23:44:04 +00:00
"message": "Bertindak kepada Mesej",
"description": "Shown in triple-dot menu next to message to allow user to react to the associated message"
},
2019-11-11 17:55:59 +00:00
"replyToMessage": {
"message": "Balas Mesej",
"description": "Shown in triple-dot menu next to message to allow user to start crafting a message with a quotation"
},
"originalMessageNotFound": {
"message": "Mesej asal tidak dijumpai",
"description": "Shown in quote if reference message was not found as message was initially downloaded and processed"
},
"originalMessageNotAvailable": {
"message": "Mesej asal tidak lagi tersedia",
"description": "Shown in toast if user clicks on quote that references message no longer in database"
},
"messageFoundButNotLoaded": {
2019-11-22 18:45:12 +00:00
"message": "Mesej asal dijumpai, tetapi tidak dimuatkan. Tatal ke atas untuk memuatkannya.",
2019-11-11 17:55:59 +00:00
"description": "Shown in toast if user clicks on quote references messages not loaded in view, but in database"
},
"voiceRecordingInterruptedMax": {
2021-08-11 23:44:04 +00:00
"message": "Rakaman mesej suara dihentikan kerana had masa maksimum telah dicapai.",
"description": "Confirmation dialog message for when the voice recording is interrupted due to max time limit"
},
"voiceRecordingInterruptedBlur": {
2021-08-11 23:44:04 +00:00
"message": "Rakaman mesej suara dihentikan kerana anda bertukar kepada apl lain.",
"description": "Confirmation dialog message for when the voice recording is interrupted due to app losing focus"
},
"voiceNoteLimit": {
2021-08-11 23:44:04 +00:00
"message": "Mesej suara terhad kepada lima minit. Rakaman akan berhenti jika anda bertukar kepada apl lain.",
"description": "Shown in toast to warn user about limited time and that window must be in focus"
},
2019-11-11 17:55:59 +00:00
"voiceNoteMustBeOnlyAttachment": {
2021-08-11 23:44:04 +00:00
"message": "Mesej suara mestilah hanya satu lampiran.",
2019-11-11 17:55:59 +00:00
"description": "Shown in toast if tries to record a voice note with any staged attachments"
},
2020-01-24 00:01:22 +00:00
"attachmentSaved": {
2021-08-11 23:44:04 +00:00
"message": "Lampiran disimpan. Klik untuk tunjuk dalam folder.",
2020-01-24 00:01:22 +00:00
"description": "Shown after user selects to save to downloads",
"placeholders": {
"name": {
"content": "$1",
"example": "proof.jpg"
}
}
},
2019-11-11 17:55:59 +00:00
"you": {
"message": "Anda",
"description": "Shown when the user represented is the current user."
2019-11-11 17:55:59 +00:00
},
"replyingTo": {
"message": "Membalas kepada $name$",
"description": "Shown in iOS theme when you or someone quotes to a message which is not from you",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
"audioPermissionNeeded": {
"message": "Untuk menghantar mesej audio, benarkan Signal Desktop untuk mengakses mikrofon anda.",
2020-09-22 00:22:24 +00:00
"description": "Shown if the user attempts to send an audio message without audio permissions turned on"
2019-11-11 17:55:59 +00:00
},
2020-08-13 23:26:29 +00:00
"audioCallingPermissionNeeded": {
2021-08-11 23:44:04 +00:00
"message": "Untuk panggilan, anda perlu benarkan Signal Desktop untuk mengakses mikrofon anda.",
2020-09-22 00:22:24 +00:00
"description": "Shown if the user attempts access the microphone for calling without audio permissions turned on"
2020-08-13 23:26:29 +00:00
},
"videoCallingPermissionNeeded": {
2021-08-11 23:44:04 +00:00
"message": "Untuk panggilan video, anda perlu benarkan Signal Desktop untuk mengakses kamera anda.",
2020-09-22 00:22:24 +00:00
"description": "Shown if the user attempts access the camera for video calling without video permissions turned on"
2020-08-13 23:26:29 +00:00
},
2019-11-11 17:55:59 +00:00
"allowAccess": {
2019-11-22 18:45:12 +00:00
"message": "Benarkan Capaian",
2020-09-22 00:22:24 +00:00
"description": "Button shown in popup asking to enable microphone/video permissions to send audio messages"
2019-11-11 17:55:59 +00:00
},
"showSettings": {
"message": "Paparkan Tetapan",
"description": "A button shown in dialog requesting the user to turn on audio permissions"
},
"audio": {
"message": "Audio`",
"description": "Shown in a quotation of a message containing an audio attachment if no text was originally provided with that attachment"
},
"video": {
"message": "Video",
"description": "Shown in a quotation of a message containing a video if no text was originally provided with that video"
},
"photo": {
"message": "Foto",
"description": "Shown in a quotation of a message containing a photo if no text was originally provided with that image"
},
2021-08-11 23:44:04 +00:00
"text": {
"message": "Teks",
"description": "Label for the word 'text'"
},
2019-11-11 17:55:59 +00:00
"cannotUpdate": {
2019-11-22 18:45:12 +00:00
"message": "Tidak Dapat Kemas Kini",
2019-11-11 17:55:59 +00:00
"description": "Shown as the title of our update error dialogs on windows"
},
"cannotUpdateDetail": {
2021-08-11 23:44:04 +00:00
"message": "Desktop Isyarat gagal dikemas kini, tetapi ada versi baru yang tersedia. Sila ke$url$ dan pasang versi baru secara manual, kemudian hubungi sokongan atau failkan masalah mengenai masalah ini.",
"description": "Shown if a general error happened while trying to install update package",
"placeholders": {
"url": {
"content": "$1",
"example": "https://signal.org/download"
}
}
2019-11-11 17:55:59 +00:00
},
"readOnlyVolume": {
2021-08-11 23:44:04 +00:00
"message": "Desktop Isyarat kemungkinan berada dalam karantina macOS, dan tidak dapat mengemas kini secara automatik. Sila bergerak$app$ ke$folder$ dengan Pencari.",
"description": "Shown on MacOS if running on a read-only volume and we cannot update",
"placeholders": {
"app": {
"content": "$1",
"example": "Signal.app"
},
"folder": {
"content": "$2",
"example": "/Applications"
}
}
2019-11-11 17:55:59 +00:00
},
"ok": {
"message": "OK",
"description": ""
},
"cancel": {
"message": "Batal",
"description": ""
},
"discard": {
"message": "Buang",
"description": ""
},
2019-11-11 17:55:59 +00:00
"failedToSend": {
2019-11-22 18:45:12 +00:00
"message": "Gagal menghantar kepada sesetengah kenalan. Semak sambungan rangkaian anda.",
2019-11-11 17:55:59 +00:00
"description": ""
},
"error": {
"message": "Ralat",
"description": ""
},
"messageDetail": {
"message": "Butiran Mesej",
"description": ""
},
"delete": {
"message": "Padam",
"description": ""
},
2021-02-17 18:56:48 +00:00
"accept": {
"message": "Terima",
"description": ""
},
2021-08-11 23:44:04 +00:00
"done": {
"message": "Selesai",
"description": "Label for done"
},
2021-02-17 18:56:48 +00:00
"on": {
"message": "Hidup",
"description": "Label for when something is turned on"
},
"off": {
"message": "Mati",
"description": "Label for when something is turned off"
},
2019-11-11 17:55:59 +00:00
"deleteWarning": {
2021-08-11 23:44:04 +00:00
"message": "Mesej ini akan dipadamkan dari peranti ini.",
2020-10-21 00:58:31 +00:00
"description": "Text shown in the confirmation dialog for deleting a message locally"
},
"deleteForEveryoneWarning": {
2021-02-17 18:56:48 +00:00
"message": "Mesej ini akan dipadam untuk semua orang didalam perbualan jika mereka mempunyai versi terkini aplikasi Signal. Mereka akan dapat melihat bahawa anda telah memadamkan suatu mesej.",
2020-10-21 00:58:31 +00:00
"description": "Text shown in the confirmation dialog for deleting a message for everyone"
2019-11-11 17:55:59 +00:00
},
"from": {
"message": "Daripada",
"description": "Label for the sender of a message"
},
"to": {
"message": "Kepada",
"description": "Label for the receiver of a message"
},
"toJoiner": {
"message": "Kepada",
"description": "Joiner for message search results - like 'Jon' to 'Friends Group'"
},
"sent": {
"message": "Dihantar",
"description": "Label for the time a message was sent"
},
"received": {
"message": "Diterima",
"description": "Label for the time a message was received"
},
"sendMessage": {
"message": "Menghantar mesej",
"description": "Placeholder text in the message entry field"
},
"groupMembers": {
"message": "Ahli kumpulan",
"description": ""
},
"showMembers": {
"message": "Paparkan ahli",
"description": ""
},
"resetSession": {
"message": "Tetapkan semula sesi",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"showSafetyNumber": {
"message": "Lihat nombor keselamatan",
"description": ""
},
"viewRecentMedia": {
2021-08-11 23:44:04 +00:00
"message": "Lihat media terkini",
2019-11-11 17:55:59 +00:00
"description": "This is a menu item for viewing all media (images + video) in a conversation, using the imperative case, as in a command."
},
"verifyHelp": {
2019-11-22 18:45:12 +00:00
"message": "Jika anda ingin mengesahkan keselamatan penyulitan hujung ke hujung anda dengan $name$, bandingkan nombor-nombor di atas ini dengan nombor-nombor pada peranti mereka.",
2019-11-11 17:55:59 +00:00
"description": "",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
"theirIdentityUnknown": {
"message": "Anda belum bertukar sebarang mesej dengan kenalan ini lagi. Nombor keselamatan anda dengan mereka akan tersedia selepas mesej pertama.",
"description": ""
},
2021-05-12 19:27:45 +00:00
"back": {
"message": "Kembali",
"description": "Generic label for back"
},
2020-09-22 00:22:24 +00:00
"goBack": {
2021-08-11 23:44:04 +00:00
"message": "Kembali",
2020-09-22 00:22:24 +00:00
"description": "Label for back button in a conversation"
},
2019-11-11 17:55:59 +00:00
"moreInfo": {
2020-12-10 18:48:32 +00:00
"message": "Maklumat Lanjut",
2019-11-11 17:55:59 +00:00
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
},
"retrySend": {
2019-11-22 18:45:12 +00:00
"message": "Cuba Hantar Semula",
2020-09-22 00:22:24 +00:00
"description": "Shown on the drop-down menu for an individual message, but only if it is an outgoing message that failed to send"
2019-11-11 17:55:59 +00:00
},
2021-05-12 19:27:45 +00:00
"forwardMessage": {
"message": "Hantar mesej",
"description": "Shown on the drop-down menu for an individual message, forwards a message"
},
2019-11-11 17:55:59 +00:00
"deleteMessage": {
2021-08-11 23:44:04 +00:00
"message": "Padam mesej untuk saya",
2019-11-11 17:55:59 +00:00
"description": "Shown on the drop-down menu for an individual message, deletes single message"
},
2020-10-21 00:58:31 +00:00
"deleteMessageForEveryone": {
2021-08-11 23:44:04 +00:00
"message": "Padam mesej untuk semua orang",
2020-10-21 00:58:31 +00:00
"description": "Shown on the drop-down menu for an individual message, deletes single message for everyone"
},
2019-11-11 17:55:59 +00:00
"deleteMessages": {
2020-11-16 22:08:09 +00:00
"message": "Padam",
2019-11-11 17:55:59 +00:00
"description": "Menu item for deleting messages, title case."
},
"deleteConversationConfirmation": {
"message": "Padam perbualan ini secara kekal?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"sessionEnded": {
"message": "Penetapan semula sesi selamat",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
},
2021-05-12 19:27:45 +00:00
"ChatRefresh--notification": {
2021-08-11 23:44:04 +00:00
"message": "Sesi sembang dimulakan semula",
2021-05-12 19:27:45 +00:00
"description": "Shown in timeline when a error happened, and the session was automatically reset."
},
"ChatRefresh--learnMore": {
"message": "Ketahui Lebih Lanjut",
"description": "Shown in timeline when session is automatically reset, to provide access to a popup info dialog"
},
"ChatRefresh--summary": {
2021-08-11 23:44:04 +00:00
"message": "Isyarat menggunakan enkripsi hujung-ke-hujung dan kadangkala perlu menyegarkan sesi sembang anda. Ini tidak mempengaruhi keselamatan sembang anda tetapi anda mungkin terlepas mesej dari kenalan ini dan anda boleh meminta mereka menghantarnya semula.",
2021-05-12 19:27:45 +00:00
"description": "Shown on explainer dialog available from chat session refreshed timeline events"
},
"ChatRefresh--contactSupport": {
"message": "Hubungi Sokongan",
"description": "Shown on explainer dialog available from chat session refreshed timeline events"
},
2021-06-09 23:53:27 +00:00
"DeliveryIssue--preview": {
2021-08-11 23:44:04 +00:00
"message": "Isu penghantaran",
2021-06-09 23:53:27 +00:00
"description": "Shown in left pane preview when message delivery issue happens"
},
"DeliveryIssue--notification": {
2021-08-11 23:44:04 +00:00
"message": "Mesej daripada $sender$ tidak dapat dihantar",
2021-06-09 23:53:27 +00:00
"description": "Shown in timeline when message delivery issue happens",
"placeholders": {
"name": {
"content": "$1",
"example": "Alice"
}
}
},
"DeliveryIssue--learnMore": {
"message": "Ketahui Lebih Lanjut",
"description": "Shown in timeline when message delivery issue happens, to provide access to a popup info dialog"
},
"DeliveryIssue--title": {
2021-08-11 23:44:04 +00:00
"message": "Isu penghantaran",
2021-06-09 23:53:27 +00:00
"description": "Shown on explainer dialog available from delivery issue timeline events"
},
"DeliveryIssue--summary": {
2021-08-11 23:44:04 +00:00
"message": "Mesej, pelekat, reaksi, resit baca atau media tidak dapat dikirimkan kepada anda dari$sender$ . Mereka mungkin telah mencuba menghantarnya kepada anda secara langsung, atau dalam kumpulan.",
2021-08-06 00:41:40 +00:00
"description": "Shown on explainer dialog available from delivery issue timeline events in 1:1 conversations",
"placeholders": {
"name": {
"content": "$1",
"example": "Alice"
}
}
},
"DeliveryIssue--summary--group": {
2021-08-11 23:44:04 +00:00
"message": "Mesej, pelekat, reaksi, resit baca atau media tidak dapat dikirimkan kepada anda dari$sender$ dalam sembang ini.",
2021-08-06 00:41:40 +00:00
"description": "Shown on explainer dialog available from delivery issue timeline events in groups",
2021-06-09 23:53:27 +00:00
"placeholders": {
"name": {
"content": "$1",
"example": "Alice"
}
}
},
2021-08-11 23:44:04 +00:00
"ChangeNumber--notification": {
"message": "$sender$menukar nombor mereka menjadi nombor baru",
"description": "Shown in timeline when a member of a conversation changes their phone number",
"placeholders": {
"sender": {
"content": "$1",
"example": "Sam"
}
}
},
2019-11-11 17:55:59 +00:00
"quoteThumbnailAlt": {
2019-11-22 18:45:12 +00:00
"message": "Imej kecil daripada mesej yang dipetik",
2019-11-11 17:55:59 +00:00
"description": "Used in alt tag of thumbnail images inside of an embedded message quote"
},
"imageAttachmentAlt": {
2019-11-22 18:45:12 +00:00
"message": "Imej yang dilampirkan kepada mesej",
2019-11-11 17:55:59 +00:00
"description": "Used in alt tag of image attachment"
},
"videoAttachmentAlt": {
2019-11-22 18:45:12 +00:00
"message": "Tangkapan skrin video yang dilampirkan kepada mesej",
2019-11-11 17:55:59 +00:00
"description": "Used in alt tag of video attachment preview"
},
"lightboxImageAlt": {
"message": "Imej dihantar dalam perbualan",
"description": "Used in the alt tag for the image shown in a full-screen lightbox view"
},
"imageCaptionIconAlt": {
"message": "Ikon menunjukkan bahawa imej ini mempunyai kapsyen",
"description": "Used for the icon layered on top of an image in message bubbles"
},
"addACaption": {
"message": "Tambah kapsyen...",
2020-09-22 00:22:24 +00:00
"description": "Used as the placeholder text in the caption editor text field"
2019-11-11 17:55:59 +00:00
},
"save": {
"message": "Simpan",
2020-09-22 00:22:24 +00:00
"description": "Used as a 'commit changes' button in the Caption Editor for outgoing image attachments"
2019-11-11 17:55:59 +00:00
},
"fileIconAlt": {
"message": "Ikon fail",
"description": "Used in the media gallery documents tab to visually represent a file"
},
"installWelcome": {
"message": "Selamat datang ke Signal Desktop",
"description": "Welcome title on the install page"
},
"installTagline": {
"message": "Privasi mampu dicapai. Signal memudahkannya.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
2019-11-22 18:45:12 +00:00
"message": "Pautkan telefon anda kepada Signal Desktop",
2020-09-22 00:22:24 +00:00
"description": "Shown on the front page when the application first starts, above the QR code"
2019-11-11 17:55:59 +00:00
},
"signalSettings": {
"message": "Tetapan Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
2019-11-22 18:45:12 +00:00
"message": "Peranti Dipautkan",
2019-11-11 17:55:59 +00:00
"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": {
2019-11-22 18:45:12 +00:00
"message": "Pautkan Peranti Baru",
2019-11-11 17:55:59 +00:00
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"deviceName": {
"message": "Nama peranti",
"description": "The label in settings panel shown for the user-provided name for this desktop instance"
},
"chooseDeviceName": {
"message": "Pilih nama peranti ini",
"description": "The header shown on the 'choose device name' screen in the device linking process"
},
"finishLinkingPhone": {
"message": "Selesai memautkan telefon",
"description": "The text on the button to finish the linking process, after choosing the device name"
},
"initialSync": {
2019-11-22 18:45:12 +00:00
"message": "Menyegerakkan kenalan dan kumpulan",
2019-11-11 17:55:59 +00:00
"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."
},
"installTooManyDevices": {
"message": "Maaf, anda mempunyai terlalu banyak peranti dipautkan, cuba alih keluar beberapa",
"description": ""
},
"installTooOld": {
2021-08-11 23:44:04 +00:00
"message": "Kemas kini Signal pada peranti ini untuk pautkan telefon anda.",
"description": ""
},
"installErrorHeader": {
"message": "Ada yang tidak kena!",
"description": ""
},
"installTryAgain": {
"message": "Cuba lagi",
"description": ""
2019-11-11 17:55:59 +00:00
},
"theme": {
"message": "Tema",
"description": "Header for theme settings"
},
2020-08-13 23:26:29 +00:00
"calling": {
"message": "Memanggil",
"description": "Header for calling options on the settings screen"
},
2020-10-21 00:58:31 +00:00
"calling__start": {
2021-08-11 23:44:04 +00:00
"message": "Mulakan Panggilan",
2020-10-21 00:58:31 +00:00
"description": "Button label in the call lobby for starting a call"
},
"calling__join": {
2021-08-11 23:44:04 +00:00
"message": "Sertai Panggilan",
2020-10-21 00:58:31 +00:00
"description": "Button label in the call lobby for joining a call"
},
2020-12-10 18:48:32 +00:00
"calling__return": {
2021-08-11 23:44:04 +00:00
"message": "Kembali kepada Panggilan",
2020-12-10 18:48:32 +00:00
"description": "Button label in the call lobby for returning to a call"
},
"calling__call-is-full": {
2021-08-11 23:44:04 +00:00
"message": "Panggilan penuh",
2020-12-10 18:48:32 +00:00
"description": "Button label in the call lobby when you can't join because the call is full"
},
2020-10-21 00:58:31 +00:00
"calling__button--video-disabled": {
2021-08-11 23:44:04 +00:00
"message": "Kamera dinyahdayakan",
2020-10-21 00:58:31 +00:00
"description": "Button tooltip label when the camera is disabled"
},
"calling__button--video-off": {
2021-08-11 23:44:04 +00:00
"message": "Matikan kamera",
2020-10-21 00:58:31 +00:00
"description": "Button tooltip label for turning off the camera"
},
"calling__button--video-on": {
2021-08-11 23:44:04 +00:00
"message": "Hidupkan kamera",
2020-10-21 00:58:31 +00:00
"description": "Button tooltip label for turning on the camera"
},
"calling__button--audio-disabled": {
2021-08-11 23:44:04 +00:00
"message": "Mikrofon dinyahdayakan",
2020-10-21 00:58:31 +00:00
"description": "Button tooltip label when the microphone is disabled"
},
"calling__button--audio-off": {
2021-08-11 23:44:04 +00:00
"message": "Bisukan mikrofon",
2020-10-21 00:58:31 +00:00
"description": "Button tooltip label for turning off the microphone"
},
"calling__button--audio-on": {
2021-08-11 23:44:04 +00:00
"message": "Nyahbisukan mikrofon",
2020-10-21 00:58:31 +00:00
"description": "Button tooltip label for turning on the microphone"
},
2021-06-09 23:53:27 +00:00
"calling__button--presenting-disabled": {
2021-08-11 23:44:04 +00:00
"message": "Pembentangan dinyahdayakan",
2021-06-09 23:53:27 +00:00
"description": "Button tooltip label for when screen sharing is disabled"
},
"calling__button--presenting-on": {
2021-08-11 23:44:04 +00:00
"message": "Mula pembentangan",
2021-06-09 23:53:27 +00:00
"description": "Button tooltip label for starting to share screen"
},
"calling__button--presenting-off": {
2021-08-11 23:44:04 +00:00
"message": "Hentikan pembentangan",
2021-06-09 23:53:27 +00:00
"description": "Button tooltip label for stopping screen sharing"
},
2020-10-21 00:58:31 +00:00
"calling__your-video-is-off": {
2021-08-11 23:44:04 +00:00
"message": "Kamera anda dimatikan",
2020-10-21 00:58:31 +00:00
"description": "Label in the calling lobby indicating that your camera is off"
},
2020-12-10 18:48:32 +00:00
"calling__lobby-summary--zero": {
2021-08-11 23:44:04 +00:00
"message": "Tiada seorang pun di sini",
2020-12-10 18:48:32 +00:00
"description": "Shown in the calling lobby to describe who is in the call"
},
"calling__lobby-summary--single": {
2021-08-11 23:44:04 +00:00
"message": "$first$ sedang dalam panggilan ini",
2020-12-10 18:48:32 +00:00
"description": "Shown in the calling lobby to describe who is in the call",
"placeholders": {
"first": {
"content": "$1",
"example": "Sam"
}
}
},
"calling__lobby-summary--self": {
2021-08-11 23:44:04 +00:00
"message": "Salah satu daripada peranti lain anda dalam panggilan ini",
2020-12-10 18:48:32 +00:00
"description": "Shown in the calling lobby to describe when it is just you"
},
"calling__lobby-summary--double": {
2021-08-11 23:44:04 +00:00
"message": "$first$ dan $second$ berada dalam panggilan ini",
2020-12-10 18:48:32 +00:00
"description": "Shown in the calling lobby to describe who is in the call",
"placeholders": {
"first": {
"content": "$1",
"example": "Sam"
},
"second": {
"content": "$2",
"example": "Cayce"
}
}
},
"calling__lobby-summary--triple": {
2021-08-11 23:44:04 +00:00
"message": "$first$, $second$, dan $third$ berada dalam panggilan ini",
2020-12-10 18:48:32 +00:00
"description": "Shown in the calling lobby to describe who is in the call",
"placeholders": {
"first": {
"content": "$1",
"example": "Sam"
},
"second": {
"content": "$2",
"example": "Cayce"
},
"third": {
"content": "$3",
"example": "April"
}
}
},
"calling__lobby-summary--many": {
2021-08-11 23:44:04 +00:00
"message": "$first$, $second$, dan $others$ lain berada dalam panggilan ini",
2020-12-10 18:48:32 +00:00
"description": "Shown in the calling lobby to describe who is in the call",
"placeholders": {
"first": {
"content": "$1",
"example": "Sam"
},
"second": {
"content": "$2",
"example": "Cayce"
},
"others": {
"content": "$3",
"example": "5"
}
}
},
"calling__in-this-call--zero": {
2021-08-11 23:44:04 +00:00
"message": "Tiada seorang pun di sini",
2020-12-10 18:48:32 +00:00
"description": "Shown in the participants list to describe how many people are in the call"
},
2020-11-16 22:08:09 +00:00
"calling__in-this-call--one": {
2021-08-11 23:44:04 +00:00
"message": "Dalam panggilan ini · 1 orang",
2020-11-16 22:08:09 +00:00
"description": "Shown in the participants list to describe how many people are in the call"
},
"calling__in-this-call--many": {
2021-08-11 23:44:04 +00:00
"message": "Dalam panggilan ini · $people$ orang",
2020-11-16 22:08:09 +00:00
"description": "Shown in the participants list to describe how many people are in the call",
"placeholders": {
"people": {
"content": "$1",
"example": "15"
}
}
},
2020-12-10 18:48:32 +00:00
"calling__you-have-blocked": {
2021-08-11 23:44:04 +00:00
"message": "Anda telah menyekat $name$",
2020-12-10 18:48:32 +00:00
"description": "when you block someone and cannot view their video",
"placeholders": {
"name": {
"content": "$1",
"example": "Henry Richard"
}
}
},
"calling__block-info": {
2021-08-11 23:44:04 +00:00
"message": "Anda tidak akan menerima audio atau videonya dan mereka tidak akan menerima video anda.",
2020-12-10 18:48:32 +00:00
"description": "Shown in the modal dialog to describe how blocking works in a gorup call"
},
2021-02-17 18:56:48 +00:00
"calling__overflow__scroll-up": {
2021-08-11 23:44:04 +00:00
"message": "Tatal ke atas",
2021-02-17 18:56:48 +00:00
"description": "Label for the \"scroll up\" button in a call's overflow area"
},
"calling__overflow__scroll-down": {
2021-08-11 23:44:04 +00:00
"message": "Tatal ke bawah",
2021-02-17 18:56:48 +00:00
"description": "Label for the \"scroll down\" button in a call's overflow area"
},
2021-06-09 23:53:27 +00:00
"calling__presenting--notification-title": {
2021-08-11 23:44:04 +00:00
"message": "Anda menyampaikan kepada semua orang.",
2021-06-09 23:53:27 +00:00
"description": "Title for the share screen notification"
},
"calling__presenting--notification-body": {
2021-08-11 23:44:04 +00:00
"message": "Klik di sini untuk kembali ke panggilan apabila anda sudah bersedia untuk berhenti menyampaikan.",
2021-06-09 23:53:27 +00:00
"description": "Body text for the share screen notification"
},
"calling__presenting--info": {
2021-08-11 23:44:04 +00:00
"message": "Isyarat sedang berkongsi$window$ .",
2021-06-09 23:53:27 +00:00
"description": "Text that appears in the screen sharing controller to inform person that they are presenting",
"placeholders": {
"name": {
"content": "$1",
"example": "Application"
}
}
},
"calling__presenting--stop": {
2021-08-11 23:44:04 +00:00
"message": "Hentikan perkongsian",
2021-06-09 23:53:27 +00:00
"description": "Button for stopping screen sharing"
},
"calling__presenting--you-stopped": {
2021-08-11 23:44:04 +00:00
"message": "Anda telah menghentikan pembentangan",
2021-06-09 23:53:27 +00:00
"description": "Toast that appears when someone stops presenting"
},
"calling__presenting--person-ongoing": {
2021-08-11 23:44:04 +00:00
"message": "$name$ telah membentangkan",
2021-06-09 23:53:27 +00:00
"description": "Title of call when someone is presenting",
"placeholders": {
"name": {
"content": "$1",
"example": "Maddie"
}
}
},
"calling__presenting--person-stopped": {
2021-08-11 23:44:04 +00:00
"message": "$name$ menghentikan pembentangan",
2021-06-09 23:53:27 +00:00
"description": "Toast that appears when someone stops presenting",
"placeholders": {
"name": {
"content": "$1",
"example": "Maddie"
}
}
},
"calling__presenting--permission-title": {
2021-08-11 23:44:04 +00:00
"message": "Kebenaran diperlukan",
2021-06-09 23:53:27 +00:00
"description": "Shown as the title for the modal that requests screen recording permissions"
},
"calling__presenting--macos-permission-description": {
2021-08-11 23:44:04 +00:00
"message": "Isyarat memerlukan kebenaran untuk mengakses rakaman skrin komputer anda.",
2021-06-09 23:53:27 +00:00
"description": "Shown as the description for the modal that requests screen recording permissions"
},
"calling__presenting--permission-instruction-step1": {
2021-08-11 23:44:04 +00:00
"message": "Pergi ke Keutamaan Sistem.",
2021-06-09 23:53:27 +00:00
"description": "Shown as the description for the modal that requests screen recording permissions"
},
"calling__presenting--permission-instruction-step2": {
2021-08-11 23:44:04 +00:00
"message": "Klik pada ikon kunci di kiri bawah dan masukkan kata laluan komputer anda.",
2021-06-09 23:53:27 +00:00
"description": "Shown as the description for the modal that requests screen recording permissions"
},
"calling__presenting--permission-instruction-step3": {
2021-08-11 23:44:04 +00:00
"message": "Di sebelah kanan, tandakan kotak di sebelah Isyarat. Sekiranya anda tidak melihat Isyarat dalam senarai, klik + untuk menambahkannya.",
2021-06-09 23:53:27 +00:00
"description": "Shown as the description for the modal that requests screen recording permissions"
},
"calling__presenting--permission-open": {
2021-08-11 23:44:04 +00:00
"message": "Buka Keutamaan Sistem",
2021-06-09 23:53:27 +00:00
"description": "The button that opens your system preferences for the needs screen record permissions modal"
},
"calling__presenting--permission-cancel": {
"message": "Tolak",
"description": "The cancel button for the needs screen record permissions modal"
},
2020-08-13 23:26:29 +00:00
"alwaysRelayCallsDescription": {
"message": "Sentiasa menyampaikan panggilan",
"description": "Description of the always relay calls setting"
},
"alwaysRelayCallsDetail": {
"message": "Menyampaikan semua panggilan melalui pelayan Signal untuk elak mendedahkan alamat IP anda ke kenalan anda. Mendayakan akan mengurangkan kualiti panggilan.",
"description": "Details describing the always relay calls setting"
},
2019-11-11 17:55:59 +00:00
"permissions": {
"message": "Kebenaran",
"description": "Header for permissions section of settings"
},
"mediaPermissionsDescription": {
2021-08-11 23:44:04 +00:00
"message": "Benarkan akses kepada mikrofon",
2020-08-13 23:26:29 +00:00
"description": "Description of the media permission description"
},
"mediaCameraPermissionsDescription": {
2021-08-11 23:44:04 +00:00
"message": "Benarkan akses kepada kamera",
2019-11-11 17:55:59 +00:00
"description": "Description of the media permission description"
},
"general": {
"message": "Umum",
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
2021-08-11 23:44:04 +00:00
"message": "Dayakan pemeriksaan ejaan",
2021-06-09 23:53:27 +00:00
"description": "Description of the spell check setting"
2019-11-11 17:55:59 +00:00
},
2020-04-29 23:20:42 +00:00
"spellCheckWillBeEnabled": {
2021-08-11 23:44:04 +00:00
"message": "Pemeriksaan ejaan akan diaktifkan pada masa Isyarat dimulakan.",
2020-04-29 23:20:42 +00:00
"description": "Shown when the user enables spellcheck to indicate that they must restart Signal."
},
"spellCheckWillBeDisabled": {
2021-08-11 23:44:04 +00:00
"message": "Pemeriksaan ejaan akan dilumpuhkan pada waktu Isyarat dimulakan.",
2020-04-29 23:20:42 +00:00
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
2021-07-21 17:57:16 +00:00
"SystemTraySetting__minimize-to-system-tray": {
2021-08-11 23:44:04 +00:00
"message": "Minimumkan kepada dulang sistem",
2021-07-21 17:57:16 +00:00
"description": "In the settings, shown next to the checkbox option for minimizing to the system tray"
},
"SystemTraySetting__minimize-to-and-start-in-system-tray": {
2021-08-11 23:44:04 +00:00
"message": "Mula diminimumkan kepada dulang",
2021-07-21 17:57:16 +00:00
"description": "In the settings, shown next to the checkbox option for starting in the system tray"
},
2021-06-09 23:53:27 +00:00
"autoLaunchDescription": {
2021-08-11 23:44:04 +00:00
"message": "Buka di log masuk komputer",
2021-06-09 23:53:27 +00:00
"description": "Description for the automatic launch setting"
},
2019-11-11 17:55:59 +00:00
"clearDataHeader": {
2019-11-22 18:45:12 +00:00
"message": "Kosongkan Data",
2019-11-11 17:55:59 +00:00
"description": "Header in the settings dialog for the section dealing with data deletion"
},
"clearDataExplanation": {
"message": "Ini akan mengosongkan semua data dalam aplikasi, mengeluarkan semua mesej dan maklumat akaun yang disimpan.",
"description": "Text describing what the clear data button will do."
},
"clearDataButton": {
"message": "Kosongkan data",
"description": "Button in the settings dialog starting process to delete all data"
},
"deleteAllDataHeader": {
"message": "Padamkan semua data?",
"description": "Header of the full-screen delete data confirmation screen"
},
"deleteAllDataBody": {
2019-11-22 18:45:12 +00:00
"message": "Anda akan memadam semua maklumat akaun aplikasi yang disimpan, ini termasuk semua kenalan dan semua mesej. Anda boleh memautkan dengan peranti mudah alih anda, tetapi itu tidak akan memulihkan mesej yang dipadam.",
2019-11-11 17:55:59 +00:00
"description": "Text describing what exactly will happen if the user clicks the button to delete all data"
},
"deleteAllDataButton": {
"message": "Padamkan semua data",
"description": "Text of the button that deletes all data"
},
"deleteAllDataProgress": {
2019-11-22 18:45:12 +00:00
"message": "Memutuskan dan memadam semua data",
2019-11-11 17:55:59 +00:00
"description": "Message shown to user when app is disconnected and data deleted"
},
"deleteOldIndexedDBData": {
2021-08-11 23:44:04 +00:00
"message": "Anda mempunyai data usang dari pemasangan Signal Desktop sebelumnya. Sekiranya anda memilih untuk meneruskan, ia akan dihapuskan dan anda akan bermula dari awal.",
"description": "Shown if user last ran Signal Desktop before October 2018"
},
"deleteOldData": {
2021-08-11 23:44:04 +00:00
"message": "Padam Data Lama",
"description": "Button to make the delete happen"
},
2019-11-11 17:55:59 +00:00
"notifications": {
"message": "Pemberitahuan",
"description": "Header for notification settings"
},
"notificationSettingsDialog": {
"message": "Apabila mesej tiba, paparkan pemberitahuan yang mendedahkan:",
"description": "Explain the purpose of the notification settings"
},
"disableNotifications": {
"message": "Nyahdayakan pemberitahuan",
"description": "Label for disabling notifications"
},
"nameAndMessage": {
2021-08-11 23:44:04 +00:00
"message": "Nama, kandungan, dan tindakan",
2019-11-11 17:55:59 +00:00
"description": "Label for setting notifications to display name and message text"
},
"noNameOrMessage": {
2021-08-11 23:44:04 +00:00
"message": "Tiada nama atau kandungan",
2019-11-11 17:55:59 +00:00
"description": "Label for setting notifications to display no name and no message text"
},
"nameOnly": {
2020-09-22 00:22:24 +00:00
"message": "Nama sahaja",
2019-11-11 17:55:59 +00:00
"description": "Label for setting notifications to display sender name only"
},
"newMessage": {
"message": "Mesej Baru",
"description": "Displayed in notifications for only 1 message"
},
2020-09-22 00:22:24 +00:00
"notificationSenderInGroup": {
2021-08-11 23:44:04 +00:00
"message": "$sender$dalam$group$",
2020-09-22 00:22:24 +00:00
"description": "Displayed in notifications for messages in a group",
2020-01-24 00:01:22 +00:00
"placeholders": {
"sender": {
"content": "$1",
"example": "John"
},
2020-09-22 00:22:24 +00:00
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
2020-01-24 00:01:22 +00:00
}
}
},
2020-09-22 00:22:24 +00:00
"notificationReaction": {
2021-08-11 23:44:04 +00:00
"message": "$sender$bertindak balas$emoji$ ke mesej anda",
2020-01-24 00:01:22 +00:00
"description": "",
"placeholders": {
"sender": {
"content": "$1",
"example": "John"
},
"emoji": {
"content": "$2",
"example": "👍"
}
}
},
"notificationReactionMessage": {
2021-08-11 23:44:04 +00:00
"message": "$sender$bertindak balas$emoji$ untuk:$message$",
"description": "",
"placeholders": {
"sender": {
"content": "$1",
"example": "John"
},
"emoji": {
"content": "$2",
"example": "👍"
},
"message": {
"content": "$3",
"example": "Sounds good."
}
}
},
2019-11-11 17:55:59 +00:00
"sendFailed": {
"message": "Penghantaran gagal",
"description": "Shown on outgoing message if it fails to send"
},
2021-06-09 23:53:27 +00:00
"sendPaused": {
2021-08-11 23:44:04 +00:00
"message": "Penghantaran dijeda",
2021-06-09 23:53:27 +00:00
"description": "Shown on outgoing message if it cannot be sent immediately"
},
2020-08-13 23:26:29 +00:00
"partiallySent": {
2021-08-11 23:44:04 +00:00
"message": "Sebahagian dihantar, klik untuk maklumat lanjut",
2020-08-13 23:26:29 +00:00
"description": "Shown on outgoing message if it is partially sent"
},
2019-11-11 17:55:59 +00:00
"showMore": {
"message": "Butiran",
"description": "Displays the details of a key change"
},
"showLess": {
"message": "Sembunyikan butiran",
"description": "Hides the details of a key change"
},
"learnMore": {
"message": "Ketahui lebih lanjut mengenai mengesahkan nombor keselamatan",
"description": "Text that links to a support article on verifying safety numbers"
},
"expiredWarning": {
"message": "Versi Signal Desktop telah tamat tempoh. Sila naik taraf kepada versi terkini untuk meneruskan pemesejan.",
"description": "Warning notification that this version of the app has expired"
},
"upgrade": {
"message": "Naik taraf",
"description": "Label text for button to upgrade the app to the latest version"
},
"mediaMessage": {
"message": "Mesej Media",
"description": "Description of a message that has an attachment and no text, displayed in the conversation list as a preview."
},
"unregisteredUser": {
"message": "Nombor tidak didaftarkan",
"description": "Error message displayed when sending to an unregistered user."
},
"sync": {
"message": "Kenalan",
"description": "Label for contact and group sync settings"
},
"syncExplanation": {
"message": "Import semua kumpulan dan kenalan Signal daripada peranti mudah alih anda.",
"description": "Explanatory text for sync settings"
},
"lastSynced": {
"message": "Import terakhir pada",
"description": "Label for date and time of last sync operation"
},
"syncNow": {
"message": "Import sekarang",
"description": "Label for a button that syncs contacts and groups from your phone"
},
"syncing": {
"message": "Mengimport...",
"description": "Label for a disabled sync button while sync is in progress."
},
"syncFailed": {
"message": "Gagal mengimport. Pastikan komputer dan telefon anda telah menyambung kepada Internet.",
"description": "Informational text displayed if a sync operation times out."
},
"timestamp_s": {
"message": "sekarang",
"description": "Brief timestamp for messages sent less than a minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_m": {
"message": "1m",
"description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_h": {
"message": "1j",
"description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble."
},
"hoursAgo": {
"message": "$hours$ j",
"description": "Contracted form of 'X hours ago' which works both for singular and plural",
"placeholders": {
"hours": {
"content": "$1",
"example": "2"
}
}
},
"minutesAgo": {
"message": "$minutes$ m",
"description": "Contracted form of 'X minutes ago' which works both for singular and plural",
"placeholders": {
"minutes": {
"content": "$1",
"example": "10"
}
}
},
"justNow": {
"message": "sekarang",
"description": "Shown if a message is very recent, less than 60 seconds old"
},
"timestampFormat_M": {
"message": "MMM D",
"description": "Timestamp format string for displaying month and day (but not the year) of a date within the current year, ex: use 'MMM D' for 'Aug 8', or 'D MMM' for '8 Aug'."
},
"messageBodyTooLong": {
"message": "Isi mesej terlalu panjang",
"description": "Shown if the user tries to send more than 64kb of text"
},
"unblockToSend": {
"message": "Nyahsekat kenalan ini untuk menghantar mesej.",
"description": "Brief message shown when trying to message a blocked number"
},
"unblockGroupToSend": {
"message": "Nyahsekat kumpulan ini untuk menghantar mesej",
"description": "Brief message shown when trying to message a blocked group"
},
"youChangedTheTimer": {
2021-08-11 23:44:04 +00:00
"message": "Anda menetapkan masa mesej hilang menjadi$time$ .",
2019-11-11 17:55:59 +00:00
"description": "Message displayed when you change the message expiration timer in a conversation.",
"placeholders": {
"time": {
"content": "$1",
"example": "10m"
}
}
},
"timerSetOnSync": {
2021-08-11 23:44:04 +00:00
"message": "Mengemas kini masa mesej hilang menjadi$time$ .",
2019-11-11 17:55:59 +00:00
"description": "Message displayed when timer is set on initial link of desktop device.",
"placeholders": {
"time": {
"content": "$1",
"example": "10m"
}
}
},
2020-09-22 00:22:24 +00:00
"timerSetByMember": {
2021-08-11 23:44:04 +00:00
"message": "Seorang ahli menetapkan masa mesej hilang menjadi$time$ .",
2020-09-22 00:22:24 +00:00
"description": "Message displayed when timer is by an unknown group member.",
"placeholders": {
"time": {
"content": "$1",
"example": "10m"
}
}
},
2019-11-11 17:55:59 +00:00
"theyChangedTheTimer": {
2021-08-11 23:44:04 +00:00
"message": "$name$tetapkan masa mesej yang hilang menjadi$time$ .",
2019-11-11 17:55:59 +00:00
"description": "Message displayed when someone else changes the message expiration timer in a conversation.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
},
"time": {
"content": "$2",
"example": "10m"
}
}
},
2021-06-09 23:53:27 +00:00
"disappearingMessages__off": {
2019-11-11 17:55:59 +00:00
"message": "mati",
"description": "Label for option to turn off message expiration in the timer menu"
},
"disappearingMessages": {
"message": "Mesej hilang",
2021-07-21 17:57:16 +00:00
"description": "Conversation menu option to enable disappearing messages. Title of the settings section for Disappearing Messages. Label of the disappearing timer select in group creation flow"
2019-11-11 17:55:59 +00:00
},
"disappearingMessagesDisabled": {
"message": "Mesej hilang dinyahdayakan",
"description": "Displayed in the left pane when the timer is turned off"
},
2020-09-22 00:22:24 +00:00
"disappearingMessagesDisabledByMember": {
2021-08-11 23:44:04 +00:00
"message": "Seorang ahli melumpuhkan kehilangan mesej.",
2020-09-22 00:22:24 +00:00
"description": "Displayed in the left pane when the timer is turned off"
},
2019-11-11 17:55:59 +00:00
"disabledDisappearingMessages": {
2021-08-11 23:44:04 +00:00
"message": "$name$melumpuhkan mesej hilang.",
2019-11-11 17:55:59 +00:00
"description": "Displayed in the conversation list when the timer is turned off",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
"youDisabledDisappearingMessages": {
"message": "Anda telah menyahdayakan mesej hilang.",
"description": "Displayed in the conversation list when the timer is turned off"
},
"timerSetTo": {
"message": "Pemasa ditetapkan kepada $time$1",
"description": "Displayed in the conversation list when the timer is updated by some automatic action, or in the left pane",
"placeholders": {
"time": {
"content": "$1",
"example": "1w"
}
}
},
"audioNotificationDescription": {
"message": "Mainkan pemberitahuan audio",
"description": "Description for audio notification setting"
},
2020-08-13 23:26:29 +00:00
"callRingtoneNotificationDescription": {
2021-08-11 23:44:04 +00:00
"message": "Mainkan suara panggilan",
2020-08-13 23:26:29 +00:00
"description": "Description for call ringtone notification setting"
},
"callSystemNotificationDescription": {
2021-08-11 23:44:04 +00:00
"message": "Tunjukkan pemberitahuan untuk panggilan",
2020-08-13 23:26:29 +00:00
"description": "Description for call notification setting"
},
"incomingCallNotificationDescription": {
2021-08-11 23:44:04 +00:00
"message": "Dayakan panggilan masuk",
2020-08-13 23:26:29 +00:00
"description": "Description for incoming calls setting"
},
"contactChangedProfileName": {
2021-08-11 23:44:04 +00:00
"message": "$sender$menukar nama profil mereka dari$oldProfile$ ke$newProfile$ .",
2020-08-13 23:26:29 +00:00
"description": "Description for incoming calls setting",
"placeholders": {
"sender": {
"content": "$1",
"example": "Bob"
},
"oldProfile": {
"content": "$2",
"example": ".x8Skillz8x."
},
"newProfile": {
"content": "$3",
"example": "Bob Smith"
}
}
},
"changedProfileName": {
2021-08-11 23:44:04 +00:00
"message": "$oldProfile$menukar nama profil mereka menjadi$newProfile$ .",
2020-08-13 23:26:29 +00:00
"description": "Shown when a contact not in your address book changes their profile name",
"placeholders": {
"oldProfile": {
"content": "$2",
"example": ".x8Skillz8x."
},
"newProfile": {
"content": "$3",
"example": "Bob Smith"
}
}
},
2019-11-11 17:55:59 +00:00
"safetyNumberChanged": {
2019-11-22 18:45:12 +00:00
"message": "Nombor Keselamatan telah berubah",
2019-11-11 17:55:59 +00:00
"description": "A notification shown in the conversation when a contact reinstalls"
},
2020-08-13 23:26:29 +00:00
"safetyNumberChanges": {
2021-08-11 23:44:04 +00:00
"message": "Perubahan Nombor Keselamatan",
2020-08-13 23:26:29 +00:00
"description": "Title for safety number changed modal"
},
2019-11-11 17:55:59 +00:00
"safetyNumberChangedGroup": {
2019-11-22 18:45:12 +00:00
"message": "Nombor Keselamatan dengan$name$ telah berubah.",
2019-11-11 17:55:59 +00:00
"description": "A notification shown in a group conversation when a contact reinstalls, showing the contact name",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
"verifyNewNumber": {
"message": "Sahkan Nombor Keselamatan",
"description": "Label on button included with safety number change notification in the conversation"
},
2020-10-21 00:58:31 +00:00
"cannotGenerateSafetyNumber": {
"message": "Pengguna ini tidak boleh disahkan sehingga anda telah menukar mesej dengan mereka.",
"description": "Shown on the safety number screen if you have never exchanged messages with that contact"
},
2019-11-11 17:55:59 +00:00
"yourSafetyNumberWith": {
2021-08-11 23:44:04 +00:00
"message": "Nombor keselamatan anda dengan$name1$ :",
2019-11-11 17:55:59 +00:00
"description": "Heading for safety number view",
"placeholders": {
2020-08-13 23:26:29 +00:00
"name1": {
2019-11-11 17:55:59 +00:00
"content": "$1",
"example": "John"
}
}
},
"themeLight": {
"message": "Cerah",
"description": "Label text for light theme (normal)"
},
"themeDark": {
"message": "Gelap",
"description": "Label text for dark theme"
},
"themeSystem": {
"message": "Sistem",
"description": "Label text for system theme"
},
"noteToSelf": {
"message": "Nota untuk Diri Sendiri",
"description": "Name for the conversation with your own phone number"
},
2020-08-13 23:26:29 +00:00
"noteToSelfHero": {
"message": "Anda boleh menambah nota untuk diri sendiri dalam perbualan ini. Jika akaun anda mempunyai peranti dipautkan, nota baru akan disegerakkan.",
"description": "Description for the Note to Self conversation"
},
2020-09-22 00:22:24 +00:00
"notificationDrawAttention": {
2021-08-11 23:44:04 +00:00
"message": "Tarik perhatian ke tetingkap ini semasa pemberitahuan tiba",
2020-09-22 00:22:24 +00:00
"description": "Label text for the setting that controls whether new notifications draw attention to the window"
},
2019-11-11 17:55:59 +00:00
"hideMenuBar": {
"message": "Sembunyikan bar menu",
"description": "Label text for menu bar visibility setting"
},
"startConversation": {
"message": "Mulakan perbualan baru...",
"description": "Label underneath number a user enters that is not an existing contact"
},
2021-05-12 19:27:45 +00:00
"newConversation": {
"message": "Perbualan baru",
"description": "Label for header when starting a new conversation"
},
"contactSearchPlaceholder": {
2021-08-11 23:44:04 +00:00
"message": "Cari mengikut nama atau nombor telefon",
2021-05-12 19:27:45 +00:00
"description": "Placeholder to use when searching for contacts in the composer"
},
"noContactsFound": {
2021-08-11 23:44:04 +00:00
"message": "Tiada kenalan dijumpai",
2021-05-12 19:27:45 +00:00
"description": "Label shown when there are no contacts to compose to"
},
"noConversationsFound": {
2021-08-11 23:44:04 +00:00
"message": "Tiada perbualan dijumpai",
2021-05-12 19:27:45 +00:00
"description": "Label shown when there are no conversations to compose to"
},
"chooseGroupMembers__title": {
2021-08-11 23:44:04 +00:00
"message": "Pilih ahli",
2021-05-12 19:27:45 +00:00
"description": "The title for the 'choose group members' left pane screen"
},
"chooseGroupMembers__back-button": {
"message": "Kembali",
"description": "Used as alt-text of the back button on the 'choose group members' left pane screen"
},
"chooseGroupMembers__skip": {
"message": "Langkau",
"description": "The 'skip' button text in the 'choose group members' left pane screen"
},
"chooseGroupMembers__next": {
"message": "Seterusnya",
"description": "The 'next' button text in the 'choose group members' left pane screen"
},
"chooseGroupMembers__maximum-group-size__title": {
2021-08-11 23:44:04 +00:00
"message": "Saiz kumpulan maksimum dicapai",
2021-05-12 19:27:45 +00:00
"description": "Shown in the alert when you add the maximum number of group members"
},
"chooseGroupMembers__maximum-group-size__body": {
2021-08-11 23:44:04 +00:00
"message": "Kumpulan isyarat boleh mempunyai maksimum$max$ ahli.",
2021-05-12 19:27:45 +00:00
"description": "Shown in the alert when you add the maximum number of group members",
"placeholders": {
"max": {
"content": "$1",
"example": "1000"
}
}
},
"chooseGroupMembers__maximum-recommended-group-size__title": {
2021-08-11 23:44:04 +00:00
"message": "Had ahli yang disyorkan dicapai",
2021-05-12 19:27:45 +00:00
"description": "Shown in the alert when you add the maximum recommended number of group members"
},
"chooseGroupMembers__maximum-recommended-group-size__body": {
2021-08-11 23:44:04 +00:00
"message": "Kumpulan isyarat menunjukkan prestasi terbaik dengan$max$ ahli atau kurang. Menambah lebih banyak ahli akan menyebabkan kelewatan menghantar dan menerima mesej.",
2021-05-12 19:27:45 +00:00
"description": "Shown in the alert when you add the maximum recommended number of group members",
"placeholders": {
"max": {
"content": "$1",
"example": "150"
}
}
},
"chooseGroupMembers__cant-add-member__title": {
2021-08-11 23:44:04 +00:00
"message": "Tidak dapat menambah ahli",
2021-05-12 19:27:45 +00:00
"description": "Shown in the alert when you try to add someone who can't be added to a group"
},
"chooseGroupMembers__cant-add-member__body": {
2021-08-11 23:44:04 +00:00
"message": "&quot;$name$ &quot;tidak dapat ditambahkan ke kumpulan kerana mereka menggunakan Signal versi lama. Anda boleh menambahkannya ke kumpulan setelah mereka mengemas kini Signal.",
2021-05-12 19:27:45 +00:00
"description": "Shown in the alert when you try to add someone who can't be added to a group",
"placeholders": {
"max": {
"content": "$1",
"example": "Jane Doe"
}
}
},
"setGroupMetadata__title": {
2021-08-11 23:44:04 +00:00
"message": "Namakan kumpulan ini",
2021-05-12 19:27:45 +00:00
"description": "The title for the 'set group metadata' left pane screen"
},
"setGroupMetadata__back-button": {
2021-08-11 23:44:04 +00:00
"message": "Kembali ke pemilihan ahli",
2021-05-12 19:27:45 +00:00
"description": "Used as alt-text of the back button on the 'set group metadata' left pane screen"
},
"setGroupMetadata__group-name-placeholder": {
"message": "Nama kumpulan (diperlukan)",
"description": "The placeholder for the group name placeholder"
},
2021-06-09 23:53:27 +00:00
"setGroupMetadata__group-description-placeholder": {
2021-08-11 23:44:04 +00:00
"message": "Penerangan",
2021-06-09 23:53:27 +00:00
"description": "The placeholder for the group description"
},
2021-05-12 19:27:45 +00:00
"setGroupMetadata__create-group": {
"message": "Cipta",
"description": "The 'create group' button text in the 'set group metadata' left pane screen"
},
"setGroupMetadata__members-header": {
"message": "Ahli",
"description": "The header for the members list in the 'set group metadata' left pane screen"
},
"setGroupMetadata__error-message": {
2021-08-11 23:44:04 +00:00
"message": "Kumpulan ini tidak dapat dibuat. Periksa sambungan anda dan cuba lagi.",
2021-05-12 19:27:45 +00:00
"description": "Shown in the modal when we can't create a group"
},
"updateGroupAttributes__title": {
2021-06-09 23:53:27 +00:00
"message": "Edit kumpulan",
2021-05-12 19:27:45 +00:00
"description": "Shown in the modal when we want to update a group"
},
"updateGroupAttributes__error-message": {
2021-08-11 23:44:04 +00:00
"message": "Gagal mengemas kini kumpulan. Periksa sambungan anda dan cuba lagi.",
2021-05-12 19:27:45 +00:00
"description": "Shown in the modal when we can't update a group"
},
2020-04-29 23:20:42 +00:00
"notSupportedSMS": {
2021-08-11 23:44:04 +00:00
"message": "Mesej SMS / MMS tidak disokong.",
2020-04-29 23:20:42 +00:00
"description": "Label underneath number informing user that SMS is not supported on desktop"
},
2019-11-11 17:55:59 +00:00
"newPhoneNumber": {
"message": "Masukkan nombor telefon untuk tambah kenalan.",
"description": "Placeholder for adding a new number to a contact"
},
"invalidNumberError": {
"message": "Nombor tidak sah",
"description": "When a person inputs a number that is invalid"
},
"unlinkedWarning": {
"message": "Pautkan semula Signal Desktop ke peranti mudah alih anda untuk terus menghantar mesej.",
"description": ""
},
"unlinked": {
"message": "Dinyahpautkan",
"description": ""
},
"relink": {
"message": "Pautkan semula",
"description": ""
},
"autoUpdateNewVersionTitle": {
"message": "Kemas kini Signal tersedia",
"description": ""
},
"autoUpdateNewVersionMessage": {
"message": "Terdapat versi baru Signal tersedia",
"description": ""
},
"autoUpdateNewVersionInstructions": {
2019-11-22 18:45:12 +00:00
"message": "Tekan Mula Semula Signal untuk gunakan kemas kini.",
2019-11-11 17:55:59 +00:00
"description": ""
},
"autoUpdateRestartButtonLabel": {
"message": "Mulakan semula Signal",
"description": ""
},
"autoUpdateLaterButtonLabel": {
"message": "Kemudian",
"description": ""
},
"leftTheGroup": {
2021-08-11 23:44:04 +00:00
"message": "$name$meninggalkan kumpulan.",
2019-11-11 17:55:59 +00:00
"description": "Shown in the conversation history when a single person leaves the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"multipleLeftTheGroup": {
2021-08-11 23:44:04 +00:00
"message": "$name$meninggalkan kumpulan.",
2019-11-11 17:55:59 +00:00
"description": "Shown in the conversation history when multiple people leave the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Alice, Bob"
}
}
},
"updatedTheGroup": {
2021-08-11 23:44:04 +00:00
"message": "$name$mengemas kini kumpulan.",
2020-04-29 23:20:42 +00:00
"description": "Shown in the conversation history when someone updates the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Alice"
}
}
},
"youUpdatedTheGroup": {
"message": "Anda telah mengemas kini kumpulan.",
"description": "Shown in the conversation history when you update a group"
},
"updatedGroupAvatar": {
2021-08-11 23:44:04 +00:00
"message": "Avatar kumpulan telah dikemas kini.",
2019-11-11 17:55:59 +00:00
"description": "Shown in the conversation history when someone updates the group"
},
"titleIsNow": {
2021-08-11 23:44:04 +00:00
"message": "Nama kumpulan sekarang &#39;$name$ &#39;.",
2019-11-11 17:55:59 +00:00
"description": "Shown in the conversation history when someone changes the title of the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Book Club"
}
}
},
2020-04-29 23:20:42 +00:00
"youJoinedTheGroup": {
"message": "Anda menyertai kumpulan.",
2020-04-29 23:20:42 +00:00
"description": "Shown in the conversation history when you are added to a group."
},
2019-11-11 17:55:59 +00:00
"joinedTheGroup": {
2021-08-11 23:44:04 +00:00
"message": "$name$menyertai kumpulan itu.",
2019-11-11 17:55:59 +00:00
"description": "Shown in the conversation history when a single person joins the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Alice"
}
}
},
"multipleJoinedTheGroup": {
2021-08-11 23:44:04 +00:00
"message": "$names$menyertai kumpulan itu.",
2019-11-11 17:55:59 +00:00
"description": "Shown in the conversation history when more than one person joins the group",
"placeholders": {
"names": {
"content": "$1",
"example": "Alice, Bob"
}
}
},
2020-08-13 23:26:29 +00:00
"ConversationListItem--message-request": {
"message": "Permintaan Mesej",
"description": "Preview shown for conversation if the user has not yet accepted an incoming message request"
},
2019-11-11 17:55:59 +00:00
"ConversationListItem--draft-prefix": {
"message": "Draf:",
"description": "Prefix shown in italic in conversation view when a draft is saved"
},
2020-09-22 00:22:24 +00:00
"message--getNotificationText--gif": {
"message": "GIF",
"description": "Shown in notifications and in the left pane when a GIF is received."
},
"message--getNotificationText--photo": {
"message": "Foto",
"description": "Shown in notifications and in the left pane when a photo is received."
},
"message--getNotificationText--video": {
"message": "Video",
"description": "Shown in notifications and in the left pane when a video is received."
},
"message--getNotificationText--voice-message": {
"message": "Mesej Suara",
"description": "Shown in notifications and in the left pane when a voice message is received."
},
"message--getNotificationText--audio-message": {
"message": "Mesej Audio",
"description": "Shown in notifications and in the left pane when an audio message is received."
},
"message--getNotificationText--file": {
"message": "Fail",
"description": "Shown in notifications and in the left pane when a generic file is received."
},
2019-11-11 17:55:59 +00:00
"message--getNotificationText--stickers": {
"message": "Mesej pelekat",
"description": "Shown in notifications and in the left pane instead of sticker image."
},
2020-09-22 00:22:24 +00:00
"message--getNotificationText--text-with-emoji": {
"message": "$emoji$ $text$",
"description": "Shown in notifications and in the left pane when text has an emoji. Probably always [emoji] [text] on LTR languages and [text] [emoji] on RTL languages.",
"placeholders": {
"emoji": {
"content": "$1",
"example": "📷"
},
"text": {
"content": "$2",
"example": "Photo"
}
}
},
2019-11-11 17:55:59 +00:00
"message--getDescription--unsupported-message": {
"message": "Mesej tidak disokong",
"description": "Shown in notifications and in the left pane when a message has features too new for this signal install."
},
2020-01-24 00:01:22 +00:00
"message--getDescription--disappearing-media": {
2021-08-11 23:44:04 +00:00
"message": "Media Lihat sekali",
2021-06-30 22:15:30 +00:00
"description": "Shown in notifications and in the left pane after view-once message is deleted. Also shown when quoting a view once media."
2020-01-24 00:01:22 +00:00
},
2019-11-11 17:55:59 +00:00
"message--getDescription--disappearing-photo": {
2021-08-11 23:44:04 +00:00
"message": "Foto Lihat sekali",
2021-06-30 22:15:30 +00:00
"description": "Shown in notifications and in the left pane when a message is a view once photo. Also shown when quoting a view once photo."
2019-11-11 17:55:59 +00:00
},
"message--getDescription--disappearing-video": {
2021-08-11 23:44:04 +00:00
"message": "Video Lihat sekali",
2021-06-30 22:15:30 +00:00
"description": "Shown in notifications and in the left pane when a message is a view once video. Also shown when quoting a view once video."
2019-11-11 17:55:59 +00:00
},
"message--deletedForEveryone": {
"message": "Mesej ini telah dipadam.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
2019-11-11 17:55:59 +00:00
"stickers--toast--InstallFailed": {
"message": "Pek pelekat tidak dapat dipasang",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
},
"stickers--StickerManager--InstalledPacks": {
"message": "Pelekat Dipasang",
"description": "Shown in the sticker pack manager above your installed sticker packs."
},
"stickers--StickerManager--InstalledPacks--Empty": {
"message": "Tiada pelekat dipasang",
"description": "Shown in the sticker pack manager when you don't have any installed sticker packs."
},
"stickers--StickerManager--BlessedPacks": {
"message": "Siri Artis Signal",
"description": "Shown in the sticker pack manager above the default sticker packs."
},
"stickers--StickerManager--BlessedPacks--Empty": {
"message": "Tiada pelekat Artis Signal tersedia",
"description": "Shown in the sticker pack manager when there are no blessed sticker packs available."
},
"stickers--StickerManager--ReceivedPacks": {
"message": "Pelekat Yang Anda Terima",
"description": "Shown in the sticker pack manager above sticker packs which you have received in messages."
},
"stickers--StickerManager--ReceivedPacks--Empty": {
"message": "Pelekat daripada mesej masuk akan muncul di sini",
"description": "Shown in the sticker pack manager when you have not received any sticker packs in messages."
},
"stickers--StickerManager--Install": {
"message": "Memasang",
"description": "Shown in the sticker pack manager next to sticker packs which can be installed."
},
"stickers--StickerManager--Uninstall": {
"message": "Nyahpasang",
"description": "Shown in the sticker pack manager next to sticker packs which are already installed."
},
"stickers--StickerManager--UninstallWarning": {
"message": "Anda mungkin tidak dapat memasang semula pek pelekat ini jika anda tidak lagi mempunyai sumber mesej.",
"description": "Shown in the sticker pack manager next to sticker packs which are already installed."
},
2020-01-24 00:01:22 +00:00
"stickers--StickerManager--Introduction--Image": {
2021-08-11 23:44:04 +00:00
"message": "Memperkenalkan Pelekat: Menyamun Kucing",
2020-01-24 00:01:22 +00:00
"description": "Alt text on a tooltip image when the user upgrades to a version of Signal supporting stickers."
},
2019-11-11 17:55:59 +00:00
"stickers--StickerManager--Introduction--Title": {
"message": "Memperkenalkan Pelekat",
"description": "Shown as the title on a tooltip when the user upgrades to a version of Signal supporting stickers."
},
"stickers--StickerManager--Introduction--Body": {
"message": "Mengapa menggunakan kata-kata apabila anda boleh menggunakan pelekat?",
"description": "Shown as the body on a tooltip when the user upgrades to a version of Signal supporting stickers."
},
2020-09-22 00:22:24 +00:00
"stickers--StickerPicker--Open": {
2021-08-11 23:44:04 +00:00
"message": "Buka pemetik pelekat",
2020-09-22 00:22:24 +00:00
"description": "Label for the open button for the sticker picker"
},
"stickers--StickerPicker--AddPack": {
2021-08-11 23:44:04 +00:00
"message": "Tambahkan pek pelekat",
2020-09-22 00:22:24 +00:00
"description": "Label for the add pack button in the sticker picker"
},
"stickers--StickerPicker--NextPage": {
2021-08-11 23:44:04 +00:00
"message": "Muka surat seterusnya",
2020-09-22 00:22:24 +00:00
"description": "Label for the next page button in the sticker picker"
},
"stickers--StickerPicker--PrevPage": {
2021-08-11 23:44:04 +00:00
"message": "Halaman sebelumnya",
2020-09-22 00:22:24 +00:00
"description": "Label for the previous page button in the sticker picker"
},
"stickers--StickerPicker--Recents": {
2021-08-11 23:44:04 +00:00
"message": "Pelekat Terkini",
2020-09-22 00:22:24 +00:00
"description": "Label for the recent stickers button in the sticker picker"
},
2019-11-11 17:55:59 +00:00
"stickers--StickerPicker--DownloadError": {
"message": "Sesetengah pelekat tidak dapat dimuat turun.",
"description": "Shown in the sticker picker when one or more stickers could not be downloaded."
},
"stickers--StickerPicker--DownloadPending": {
2019-11-22 18:45:12 +00:00
"message": "Memasang pek pelekat...",
2019-11-11 17:55:59 +00:00
"description": "Shown in the sticker picker when one or more stickers are still downloading."
},
"stickers--StickerPicker--Empty": {
"message": "Tiada pelekat dicari",
"description": "Shown in the sticker picker when there are no stickers to show."
},
"stickers--StickerPicker--Hint": {
"message": "Pek pelekat baru daripada mesej anda sedia dipasang",
"description": "Shown in the sticker picker the first time you have received new packs you can install."
},
"stickers--StickerPicker--NoPacks": {
"message": "Tiada pek pelekat dicari",
"description": "Shown in the sticker picker when there are no installed sticker packs."
},
"stickers--StickerPicker--NoRecents": {
"message": "Pelekat yang diguna baru-baru ini akan muncul di sini.",
"description": "Shown in the sticker picker when there are no recent stickers to show."
},
"stickers--StickerPreview--Title": {
2019-11-22 18:45:12 +00:00
"message": "Pek Pelekat",
2019-11-11 17:55:59 +00:00
"description": "The title that appears in the sticker pack preview modal."
},
"stickers--StickerPreview--Error": {
"message": "Ralat membuka pek pelekat. Semak sambungan rangkaian dan cuba lagi.",
"description": "The message that appears in the sticker preview modal when there is an error."
},
"EmojiPicker--empty": {
"message": "Tiada emoji dijumpai",
"description": "Shown in the emoji picker when a search yields 0 results."
},
"EmojiPicker--search-placeholder": {
"message": "Cari Emoji",
"description": "Shown as a placeholder inside the emoji picker search field."
},
"EmojiPicker--skin-tone": {
"message": "Warna kulit $tone$",
"description": "Shown as a tooltip over the emoji tone buttons.",
"placeholders": {
"status": {
"content": "$1",
"example": "2"
}
}
},
2020-09-22 00:22:24 +00:00
"EmojiPicker__button--recents": {
2021-08-11 23:44:04 +00:00
"message": "Terkini",
2020-09-22 00:22:24 +00:00
"description": "Label for recents emoji picker button"
},
"EmojiPicker__button--emoji": {
"message": "Emoji",
"description": "Label for emoji emoji picker button"
},
"EmojiPicker__button--animal": {
2021-08-11 23:44:04 +00:00
"message": "Haiwan",
2020-09-22 00:22:24 +00:00
"description": "Label for animal emoji picker button"
},
"EmojiPicker__button--food": {
2021-08-11 23:44:04 +00:00
"message": "Makanan",
2020-09-22 00:22:24 +00:00
"description": "Label for food emoji picker button"
},
"EmojiPicker__button--activity": {
2021-08-11 23:44:04 +00:00
"message": "Aktiviti",
2020-09-22 00:22:24 +00:00
"description": "Label for activity emoji picker button"
},
"EmojiPicker__button--travel": {
2021-08-11 23:44:04 +00:00
"message": "Melancong",
2020-09-22 00:22:24 +00:00
"description": "Label for travel emoji picker button"
},
"EmojiPicker__button--object": {
2021-08-11 23:44:04 +00:00
"message": "Objek",
2020-09-22 00:22:24 +00:00
"description": "Label for object emoji picker button"
},
"EmojiPicker__button--symbol": {
2021-08-11 23:44:04 +00:00
"message": "Simbol",
2020-09-22 00:22:24 +00:00
"description": "Label for symbol emoji picker button"
},
"EmojiPicker__button--flag": {
2021-08-11 23:44:04 +00:00
"message": "Bendera",
2020-09-22 00:22:24 +00:00
"description": "Label for flag emoji picker button"
},
2019-11-11 17:55:59 +00:00
"confirmation-dialog--Cancel": {
"message": "Batal",
"description": "Appears on the cancel button in confirmation dialogs."
},
"Message--unsupported-message": {
2019-11-22 18:45:12 +00:00
"message": "$contact$ telah menghantar anda satu mesej yang tidak dapat diproses atau dipaparkan kerana ia menggunakan ciri-ciri Signal yang baru.",
2019-11-11 17:55:59 +00:00
"description": "",
"placeholders": {
"contact": {
"content": "$1",
"example": "Alice"
}
}
},
"Message--unsupported-message-ask-to-resend": {
2019-11-22 18:45:12 +00:00
"message": "Anda boleh minta $contact$ untuk menghantar semula mesej sekarang kerana anda menggunakan versi Signal yang terkini.",
2019-11-11 17:55:59 +00:00
"description": "",
"placeholders": {
"contact": {
"content": "$1",
"example": "Alice"
}
}
},
"Message--from-me-unsupported-message": {
2019-11-22 18:45:12 +00:00
"message": "Salah satu peranti anda telah menghantar satu mesej yang tidak dapat diproses atau dipaparkan kerana ia menggunakan ciri-ciri Signal yang baru.",
2019-11-11 17:55:59 +00:00
"description": ""
},
"Message--from-me-unsupported-message-ask-to-resend": {
"message": "Mesej masa depan seperti ini akan disegerakkan bahawa anda menggunakan versi Signal terkini.",
"description": ""
},
"Message--update-signal": {
2019-11-22 18:45:12 +00:00
"message": "Kemas Kini Signal",
2019-11-11 17:55:59 +00:00
"description": "Text for a button which will take user to Signal download page"
},
"Message--tap-to-view-expired": {
"message": "Dilihat",
"description": "Text shown on messages with with individual timers, after user has viewed it"
},
"Message--tap-to-view--outgoing": {
"message": "Media",
2020-09-22 00:22:24 +00:00
"description": "Text shown on outgoing messages with with individual timers (inaccessible)"
2019-11-11 17:55:59 +00:00
},
2020-01-24 00:01:22 +00:00
"Message--tap-to-view--incoming--expired-toast": {
"message": "Anda telah melihat mesej ini.",
2020-01-24 00:01:22 +00:00
"description": "Shown when user clicks on an expired incoming view-once bubble"
},
"Message--tap-to-view--outgoing--expired-toast": {
2021-08-11 23:44:04 +00:00
"message": "Mesej lihat sekali tidak disimpan dalam sejarah perbualan anda.",
2020-01-24 00:01:22 +00:00
"description": "Shown when user clicks on an expired outgoing view-once bubble"
},
2019-11-11 17:55:59 +00:00
"Message--tap-to-view--incoming": {
"message": "Lihat Foto",
2019-11-11 17:55:59 +00:00
"description": "Text shown on photo messages with with individual timers, before user has viewed it"
},
"Message--tap-to-view--incoming-video": {
"message": "Lihat Video",
2019-11-11 17:55:59 +00:00
"description": "Text shown on video messages with with individual timers, before user has viewed it"
},
"Conversation--getDraftPreview--attachment": {
"message": "(lampiran)",
"description": "Text shown in left pane as preview for conversation with saved a saved draft message"
},
"Conversation--getDraftPreview--quote": {
"message": "(petikan)",
"description": "Text shown in left pane as preview for conversation with saved a saved draft message"
},
"Conversation--getDraftPreview--draft": {
"message": "(draf)",
"description": "Text shown in left pane as preview for conversation with saved a saved draft message"
},
2019-11-22 18:45:12 +00:00
"Keyboard--navigate-by-section": {
2020-01-24 00:01:22 +00:00
"message": "Navigasi mengikut bahagian",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--previous-conversation": {
2020-01-24 00:01:22 +00:00
"message": "Perbualan sebelumnya",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--next-conversation": {
2020-01-24 00:01:22 +00:00
"message": "Perbualan seterusnya",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--previous-unread-conversation": {
2020-01-24 00:01:22 +00:00
"message": "Perbualan belum dibaca sebelumnya",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--next-unread-conversation": {
2020-01-24 00:01:22 +00:00
"message": "Perbualan belum dibaca seterusnya",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--preferences": {
2020-01-24 00:01:22 +00:00
"message": "Keutamaan",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-conversation-menu": {
2020-01-24 00:01:22 +00:00
"message": "Buka menu perbualan",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
2021-05-12 19:27:45 +00:00
"Keyboard--new-conversation": {
2021-08-11 23:44:04 +00:00
"message": "Mulakan perbualan baru",
2021-05-12 19:27:45 +00:00
"description": "Shown in the shortcuts guide"
},
2019-11-22 18:45:12 +00:00
"Keyboard--archive-conversation": {
2020-01-24 00:01:22 +00:00
"message": "Arkibkan perbualan",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--unarchive-conversation": {
2020-01-24 00:01:22 +00:00
"message": "Nyaharkibkan perbualan",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--search": {
"message": "Cari",
"description": "Shown in the shortcuts guide"
},
"Keyboard--search-in-conversation": {
2020-01-24 00:01:22 +00:00
"message": "Cari dalam perbualan",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--focus-composer": {
2020-01-24 00:01:22 +00:00
"message": "Komposer fokus",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-all-media-view": {
2020-01-24 00:01:22 +00:00
"message": "Buka pandangan Semua Media",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-emoji-chooser": {
2020-01-24 00:01:22 +00:00
"message": "Buka pemilih emoji",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-sticker-chooser": {
2021-08-11 23:44:04 +00:00
"message": "Buka pemilih pelekat",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--begin-recording-voice-note": {
2020-01-24 00:01:22 +00:00
"message": "Mulakan nota suara rakaman",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--default-message-action": {
2020-01-24 00:01:22 +00:00
"message": "Tindakan lalai untuk mesej yang dipilih",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--view-details-for-selected-message": {
2020-01-24 00:01:22 +00:00
"message": "Lihat butiran mesej yang dipilih",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--toggle-reply": {
2020-01-24 00:01:22 +00:00
"message": "Togol balas kepada mesej yang dipilih",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--toggle-reaction-picker": {
2021-08-11 23:44:04 +00:00
"message": "Togol pemilih reaksi emoji untuk mesej yang dipilih",
"description": "Shown in the shortcuts guide"
},
2019-11-22 18:45:12 +00:00
"Keyboard--save-attachment": {
2020-01-24 00:01:22 +00:00
"message": "Simpan lampiran daripada mesej yang dipilih",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--delete-message": {
2020-01-24 00:01:22 +00:00
"message": "Padam mesej yang dipilih",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--add-newline": {
2020-01-24 00:01:22 +00:00
"message": "Tambah baris baru kepada mesej",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--expand-composer": {
2020-01-24 00:01:22 +00:00
"message": "Kembangkan komposer",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--send-in-expanded-composer": {
2020-01-24 00:01:22 +00:00
"message": "Hantar (dalam komposer dikembangkan)",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--attach-file": {
2020-01-24 00:01:22 +00:00
"message": "Lampirkan fail",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--remove-draft-link-preview": {
2020-01-24 00:01:22 +00:00
"message": "Alih keluar pralihat pautan",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--remove-draft-attachments": {
2020-01-24 00:01:22 +00:00
"message": "Alih keluar semua lampiran draf",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--conversation-by-index": {
2021-08-11 23:44:04 +00:00
"message": "Lompat ke perbualan",
"description": "A shortcut allowing direct navigation to conversations 1 to 9 in list"
},
2019-11-22 18:45:12 +00:00
"Keyboard--Key--ctrl": {
"message": "Ctrl",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--option": {
2021-08-11 23:44:04 +00:00
"message": "Pilihan",
2019-11-22 18:45:12 +00:00
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--alt": {
2021-08-11 23:44:04 +00:00
"message": "Semuanya",
2019-11-22 18:45:12 +00:00
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--shift": {
2021-08-11 23:44:04 +00:00
"message": "Pergeseran",
2019-11-22 18:45:12 +00:00
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--enter": {
"message": "Enter",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--tab": {
"message": "Tab",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--one-to-nine-range": {
2021-08-11 23:44:04 +00:00
"message": "1 hingga 9",
"description": "Expresses that 1, 2, 3, up to 9 are available shortcut keys"
},
2019-11-22 18:45:12 +00:00
"Keyboard--header": {
2021-08-11 23:44:04 +00:00
"message": "Pintasan Papan Kekunci",
2019-11-22 18:45:12 +00:00
"description": "Title header of the keyboard shortcuts guide"
},
"Keyboard--navigation-header": {
2021-08-11 23:44:04 +00:00
"message": "Navigasi",
2019-11-22 18:45:12 +00:00
"description": "Header of the keyboard shortcuts guide - navigation section"
},
"Keyboard--messages-header": {
"message": "Mesej",
"description": "Header of the keyboard shortcuts guide - messages section"
},
"Keyboard--composer-header": {
2021-08-11 23:44:04 +00:00
"message": "Komposer",
2019-11-22 18:45:12 +00:00
"description": "Header of the keyboard shortcuts guide - composer section"
},
"Keyboard--scroll-to-top": {
"message": "Scroll to top of list",
"description": "Shown in the shortcuts guide"
},
"Keyboard--scroll-to-bottom": {
2020-01-24 00:01:22 +00:00
"message": "Tatal ke bahagian bawah senarai.",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--close-curent-conversation": {
2020-01-24 00:01:22 +00:00
"message": "Tutup perbualan semasa",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
2020-08-13 23:26:29 +00:00
"Keyboard--calling-header": {
"message": "Memanggil",
"description": "Header of the keyboard shortcuts guide - calling section"
},
"Keyboard--toggle-audio": {
2021-08-11 23:44:04 +00:00
"message": "Hidupkan dan matikan bisu",
2020-08-13 23:26:29 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--toggle-video": {
2021-08-11 23:44:04 +00:00
"message": "Hidupkan dan matikan video",
2020-08-13 23:26:29 +00:00
"description": "Shown in the shortcuts guide"
},
2019-11-22 18:45:12 +00:00
"close-popup": {
2021-08-11 23:44:04 +00:00
"message": "Tutup Pop timbul",
2019-11-22 18:45:12 +00:00
"description": "Used as alt text for any button closing a popup"
},
"add-image-attachment": {
2021-08-11 23:44:04 +00:00
"message": "Tambahkan lampiran gambar",
2019-11-22 18:45:12 +00:00
"description": "Used in draft attachment list for the big 'add new attachment' button"
},
"remove-attachment": {
2021-08-11 23:44:04 +00:00
"message": "Tanggalkan lampiran",
2019-11-22 18:45:12 +00:00
"description": "Used in draft attachment list to remove an individual attachment"
},
"backToInbox": {
2021-08-11 23:44:04 +00:00
"message": "Kembali ke peti masuk",
2019-11-22 18:45:12 +00:00
"description": "Used as alt-text of button on archived conversations screen"
},
"conversationArchived": {
2021-08-11 23:44:04 +00:00
"message": "Perbualan diarkibkan",
2019-11-22 18:45:12 +00:00
"description": "A toast that shows up when user archives a conversation"
},
"conversationReturnedToInbox": {
2021-08-11 23:44:04 +00:00
"message": "Perbualan kembali ke peti masuk",
2019-11-22 18:45:12 +00:00
"description": "A toast that shows up when the user unarchives a conversation"
},
2020-11-16 22:08:09 +00:00
"conversationMarkedUnread": {
2021-08-11 23:44:04 +00:00
"message": "Perbualan ditandakan belum dibaca",
2020-11-16 22:08:09 +00:00
"description": "A toast that shows up when user marks a conversation as unread"
},
2020-01-24 00:01:22 +00:00
"StickerCreator--title": {
2021-08-11 23:44:04 +00:00
"message": "Pencipta pek pelekat",
2020-01-24 00:01:22 +00:00
"description": "The title of the Sticker Pack Creator window"
},
"StickerCreator--DropZone--staticText": {
2021-08-11 23:44:04 +00:00
"message": "Klik untuk menambah atau melepaskan gambar di sini",
2020-01-24 00:01:22 +00:00
"description": "Text which appears on the Sticker Creator drop zone when there is no active drag"
},
"StickerCreator--DropZone--activeText": {
2021-08-11 23:44:04 +00:00
"message": "Jatuhkan gambar di sini",
2020-01-24 00:01:22 +00:00
"description": "Text which appears on the Sticker Creator drop zone when there is an active drag"
},
"StickerCreator--Preview--title": {
2021-08-11 23:44:04 +00:00
"message": "Pek pelekat",
2020-01-24 00:01:22 +00:00
"description": "The 'title' of the sticker pack preview 'modal'"
},
"StickerCreator--ConfirmDialog--cancel": {
"message": "Batal",
"description": "The default text for the confirm dialog cancel button"
},
"StickerCreator--CopyText--button": {
"message": "Salin",
"description": "The text which appears on the copy button for the sticker creator share screen"
},
"StickerCreator--ShareButtons--facebook": {
"message": "Facebook",
"description": "Title for Facebook button"
},
"StickerCreator--ShareButtons--twitter": {
"message": "Twitter",
"description": "Title for Twitter button"
},
"StickerCreator--ShareButtons--pinterest": {
"message": "Pinterest",
"description": "Title for Pinterest button"
},
"StickerCreator--ShareButtons--whatsapp": {
"message": "WhatsApp",
"description": "Title for WhatsApp button"
},
"StickerCreator--AppStage--next": {
"message": "Seterusnya",
"description": "Default text for the next button on all stages of the sticker creator"
},
"StickerCreator--AppStage--prev": {
"message": "Kembali",
"description": "Default text for the previous button on all stages of the sticker creator"
},
"StickerCreator--DropStage--title": {
2021-08-11 23:44:04 +00:00
"message": "Tambahkan pelekat anda",
2020-01-24 00:01:22 +00:00
"description": "Title for the drop stage of the sticker creator"
},
"StickerCreator--DropStage--help": {
2021-08-11 23:44:04 +00:00
"message": "Pelekat mestilah dalam format PNG, APNG, atau WebP dengan latar belakang yang telus dan 512x512 piksel. Margin yang disyorkan ialah 16 piksel.",
2020-01-24 00:01:22 +00:00
"description": "Help text for the drop stage of the sticker creator"
},
"StickerCreator--DropStage--showMargins": {
2021-08-11 23:44:04 +00:00
"message": "Tunjukkan margin",
2020-01-24 00:01:22 +00:00
"description": "Text for the show margins toggle on the drop stage of the sticker creator"
},
"StickerCreator--DropStage--addMore": {
2021-08-11 23:44:04 +00:00
"message": "Tambah$count$ atau lebih",
2020-01-24 00:01:22 +00:00
"description": "Text to show user how many more stickers they must add",
"placeholders": {
"hashtag": {
"content": "$1",
"example": "4"
}
}
},
"StickerCreator--EmojiStage--title": {
2021-08-11 23:44:04 +00:00
"message": "Tambahkan emoji pada setiap pelekat",
2020-01-24 00:01:22 +00:00
"description": "Title for the drop stage of the sticker creator"
},
"StickerCreator--EmojiStage--help": {
2021-08-11 23:44:04 +00:00
"message": "Ini membolehkan kami mencadangkan pelekat kepada anda semasa anda menghantar pesanan.",
2020-01-24 00:01:22 +00:00
"description": "Help text for the drop stage of the sticker creator"
},
"StickerCreator--MetaStage--title": {
2021-08-11 23:44:04 +00:00
"message": "Hanya beberapa maklumat lagi ...",
2020-01-24 00:01:22 +00:00
"description": "Title for the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--title": {
"message": "Tajuk",
"description": "Label for the title input of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--author": {
"message": "Pengarang",
"description": "Label for the author input of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--cover": {
2021-08-11 23:44:04 +00:00
"message": "Gambar sampul",
2020-01-24 00:01:22 +00:00
"description": "Label for the cover image picker of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--cover--help": {
2021-08-11 23:44:04 +00:00
"message": "Ini adalah gambar yang akan muncul semasa anda berkongsi pek pelekat anda",
2020-01-24 00:01:22 +00:00
"description": "Help text for the cover image picker of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--ConfirmDialog--title": {
2021-08-11 23:44:04 +00:00
"message": "Adakah anda pasti mahu memuat naik pek pelekat anda?",
2020-01-24 00:01:22 +00:00
"description": "Title for the confirm dialog on the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--ConfirmDialog--confirm": {
2021-08-11 23:44:04 +00:00
"message": "Muat naik",
2020-01-24 00:01:22 +00:00
"description": "Text for the upload button in the confirmation dialog on the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--ConfirmDialog--text": {
2021-08-11 23:44:04 +00:00
"message": "Anda tidak lagi dapat membuat pengeditan atau penghapusan setelah membuat pek pelekat.",
2020-01-24 00:01:22 +00:00
"description": "The text inside the confirmation dialog on the meta stage of the sticker creator"
},
"StickerCreator--UploadStage--title": {
2021-08-11 23:44:04 +00:00
"message": "Membuat pek pelekat anda",
2020-01-24 00:01:22 +00:00
"description": "Title for the upload stage of the sticker creator"
},
"StickerCreator--UploadStage-uploaded": {
2021-08-11 23:44:04 +00:00
"message": "$count$daripada$total$ dimuat naik",
2020-01-24 00:01:22 +00:00
"description": "Title for the upload stage of the sticker creator",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
},
"total": {
"content": "$2",
"example": "20"
}
}
},
"StickerCreator--ShareStage--title": {
2021-08-11 23:44:04 +00:00
"message": "Tahniah! Anda membuat pek pelekat.",
2020-01-24 00:01:22 +00:00
"description": "Title for the share stage of the sticker creator"
},
"StickerCreator--ShareStage--help": {
2021-08-11 23:44:04 +00:00
"message": "Akses pelekat baru anda melalui ikon pelekat, atau kongsi dengan rakan anda menggunakan pautan di bawah.",
2020-01-24 00:01:22 +00:00
"description": "Help text for the share stage of the sticker creator"
},
"StickerCreator--ShareStage--callToAction": {
2021-08-11 23:44:04 +00:00
"message": "Gunakan hashtag$hashtag$ untuk membantu orang lain mencari URL untuk sebarang pek pelekat tersuai yang ingin anda capai secara terbuka.",
2020-01-24 00:01:22 +00:00
"description": "Call to action text for the share stage of the sticker creator",
"placeholders": {
"hashtag": {
"content": "$1",
"example": "<strong>#makeprivacystick</strong>"
}
}
},
"StickerCreator--ShareStage--copyTitle": {
2021-08-11 23:44:04 +00:00
"message": "URL Pek Pelekat",
2020-01-24 00:01:22 +00:00
"description": "Title for the copy button on the share stage of the sticker creator"
},
"StickerCreator--ShareStage--close": {
"message": "Tutup",
"description": "Text for the close button on the share stage of the sticker creator"
},
"StickerCreator--ShareStage--createAnother": {
2021-08-11 23:44:04 +00:00
"message": "Buat pek pelekat yang lain",
2020-01-24 00:01:22 +00:00
"description": "Text for the create another sticker pack button on the share stage of the sticker creator"
},
"StickerCreator--ShareStage--socialMessage": {
2021-08-11 23:44:04 +00:00
"message": "Lihat pek pelekat baru yang saya buat untuk Signal. #makeprivacystick",
2020-01-24 00:01:22 +00:00
"description": "Text which is shared to social media platforms for sticker packs"
},
"StickerCreator--Toasts--imagesAdded": {
2021-08-11 23:44:04 +00:00
"message": "$count$gambar ditambahkan",
2020-01-24 00:01:22 +00:00
"description": "Text for the toast when images are added to the sticker creator",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"StickerCreator--Toasts--animated": {
2021-08-11 23:44:04 +00:00
"message": "Pelekat animasi tidak disokong pada masa ini",
2020-01-24 00:01:22 +00:00
"description": "Text for the toast when an image that is animated was dropped on the sticker creator"
},
"StickerCreator--Toasts--tooLarge": {
2021-08-11 23:44:04 +00:00
"message": "Gambar yang dijatuhkan terlalu besar",
2020-01-24 00:01:22 +00:00
"description": "Text for the toast when an image that is too large was dropped on the sticker creator"
},
"StickerCreator--Toasts--errorProcessing": {
2021-08-11 23:44:04 +00:00
"message": "Ralat semasa memproses gambar",
2020-10-21 00:58:31 +00:00
"description": "Text for the toast when an image cannot be processed was dropped on the sticker creator with a generic error"
},
"StickerCreator--Toasts--APNG--notSquare": {
2021-08-11 23:44:04 +00:00
"message": "Pelekat PNG animasi mestilah segi empat sama",
2020-10-21 00:58:31 +00:00
"description": "Text for the toast when someone tries to upload a non-square APNG"
},
"StickerCreator--Toasts--mustLoopForever": {
2021-08-11 23:44:04 +00:00
"message": "Pelekat animasi mesti bergelung selamanya",
2020-10-21 00:58:31 +00:00
"description": "Text for the toast when an image in the sticker creator does not animate forever"
},
"StickerCreator--Toasts--APNG--dimensionsTooLarge": {
2021-08-11 23:44:04 +00:00
"message": "Dimensi pelekat PNG animasi terlalu besar",
2020-10-21 00:58:31 +00:00
"description": "Text for the toast when an APNG image in the sticker creator is too large"
},
"StickerCreator--Toasts--APNG--dimensionsTooSmall": {
2021-08-11 23:44:04 +00:00
"message": "Dimensi pelekat PNG animasi terlalu kecil",
2020-10-21 00:58:31 +00:00
"description": "Text for the toast when an APNG image in the sticker creator is too small"
2020-01-24 00:01:22 +00:00
},
"StickerCreator--Toasts--errorUploading": {
2021-08-11 23:44:04 +00:00
"message": "Ralat memuat naik pelekat:$message$",
2020-01-24 00:01:22 +00:00
"description": "Text for the toast when a sticker pack cannot be uploaded",
"placeholders": {
"message": {
"content": "$1",
"example": "Not connected"
}
}
},
"StickerCreator--Toasts--linkedCopied": {
2021-08-11 23:44:04 +00:00
"message": "Pautan disalin",
2020-01-24 00:01:22 +00:00
"description": "Text for the toast when a link for sharing is copied from the Sticker Creator"
},
"StickerCreator--StickerPreview--light": {
2021-08-11 23:44:04 +00:00
"message": "Pelekat saya bertema ringan",
2020-01-24 00:01:22 +00:00
"description": "Text for the sticker preview for the light theme"
},
"StickerCreator--StickerPreview--dark": {
2021-08-11 23:44:04 +00:00
"message": "Pelekat saya dengan tema gelap",
2020-01-24 00:01:22 +00:00
"description": "Text for the sticker preview for the dark theme"
},
"StickerCreator--Authentication--error": {
2021-08-11 23:44:04 +00:00
"message": "Sediakan Isyarat pada telefon dan desktop anda untuk menggunakan Pembuat Pek Pelekat",
2020-01-24 00:01:22 +00:00
"description": "The error message which appears when the user has not linked their account and attempts to use the Sticker Creator"
},
"Reactions--error": {
2021-08-11 23:44:04 +00:00
"message": "Gagal menghantar reaksi. Sila cuba lagi.",
"description": "Shown when a reaction fails to send"
},
"ReactionsViewer--more": {
2021-08-11 23:44:04 +00:00
"message": "Lebih banyak lagi",
"description": "Use in the reaction picker as the alt text for the 'more' button"
},
"ReactionsViewer--all": {
"message": "Semua",
"description": "Shown in reaction viewer as the title for the 'all' category"
},
2020-08-13 23:26:29 +00:00
"MessageRequests--message-direct": {
2021-08-11 23:44:04 +00:00
"message": "Biarkan$name$ menghantar mesej kepada anda dan berkongsi nama dan foto anda dengan mereka? Mereka tidak akan tahu bahawa anda telah melihat mesej mereka sehingga anda menerimanya.",
2020-08-13 23:26:29 +00:00
"description": "Shown as the message for a message request in a direct message",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce"
}
}
},
"MessageRequests--message-direct-blocked": {
2021-08-11 23:44:04 +00:00
"message": "Biarkan$name$ menghantar mesej kepada anda dan berkongsi nama dan foto anda dengan mereka? Anda tidak akan menerima sebarang mesej sehingga anda menyahsekatnya.",
2020-08-13 23:26:29 +00:00
"description": "Shown as the message for a message request in a direct message with a blocked account",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce"
}
}
},
"MessageRequests--message-group": {
2021-08-11 23:44:04 +00:00
"message": "Sertailah kumpulan ini dan kongsi nama dan foto anda dengan ahli-ahlinya? Mereka tidak akan tahu bahawa anda telah melihat mesej mereka sehingga anda menerimanya.",
2020-08-13 23:26:29 +00:00
"description": "Shown as the message for a message request in a group",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
"MessageRequests--message-group-blocked": {
2021-08-11 23:44:04 +00:00
"message": "Nyahsekat kumpulan ini dan kongsi nama dan foto anda dengan ahlinya? Anda tidak akan menerima sebarang mesej sehingga anda menyahsekatnya.",
2020-08-13 23:26:29 +00:00
"description": "Shown as the message for a message request in a blocked group"
},
"MessageRequests--block": {
"message": "Sekat",
"description": "Shown as a button to let the user block a message request"
},
"MessageRequests--unblock": {
"message": "Nyahsekat",
"description": "Shown as a button to let the user unblock a message request"
},
"MessageRequests--unblock-confirm-title": {
2021-08-11 23:44:04 +00:00
"message": "Buka sekatan$name$ ?",
2020-08-13 23:26:29 +00:00
"description": "Shown as a button to let the user unblock a message request",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
"MessageRequests--unblock-direct-confirm-body": {
"message": "Anda akan dapat menghantar mesej dan membuat panggilan satu sama lain.",
"description": "Shown as the body in the confirmation modal for unblocking a private message request",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
"MessageRequests--unblock-group-confirm-body": {
2020-09-22 00:22:24 +00:00
"message": "Ahli-ahli kumpulan akan dapat menambah anda kepada kumpulan ini lagi.",
2020-08-13 23:26:29 +00:00
"description": "Shown as the body in the confirmation modal for unblocking a group message request",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
2021-06-09 23:53:27 +00:00
"MessageRequests--block-and-report-spam": {
2021-08-11 23:44:04 +00:00
"message": "Laporkan Spam dan Sekat",
2021-06-09 23:53:27 +00:00
"description": "Shown as a button to let the user block a message request and report spam"
},
"MessageRequests--block-and-report-spam-success-toast": {
2021-08-11 23:44:04 +00:00
"message": "Dilaporkan sebagai spam dan disekat.",
2021-06-09 23:53:27 +00:00
"description": "Shown in a toast when you successfully block a user and report them as spam"
2020-08-13 23:26:29 +00:00
},
"MessageRequests--block-direct-confirm-title": {
2021-08-11 23:44:04 +00:00
"message": "Sekat$name$ ?",
2020-08-13 23:26:29 +00:00
"description": "Shown as the title in the confirmation modal for blocking a private message request",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
"MessageRequests--block-direct-confirm-body": {
2021-02-17 18:56:48 +00:00
"message": "Orang-orang diblock tidak akan boleh untuk memanggil anda atau menghantar anda mesej.",
2020-08-13 23:26:29 +00:00
"description": "Shown as the body in the confirmation modal for blocking a private message request"
},
"MessageRequests--block-group-confirm-title": {
2021-08-11 23:44:04 +00:00
"message": "Sekat dan Tinggalkan$group$ ?",
2020-08-13 23:26:29 +00:00
"description": "Shown as the title in the confirmation modal for blocking a group message request",
"placeholders": {
"group": {
"content": "$1",
"example": "Friends 🌿"
}
}
},
"MessageRequests--block-group-confirm-body": {
2021-08-11 23:44:04 +00:00
"message": "Anda tidak akan lagi menerima mesej atau kemas kini dari kumpulan ini dan ahli tidak akan dapat menambahkan anda ke kumpulan ini lagi.",
2020-08-13 23:26:29 +00:00
"description": "Shown as the body in the confirmation modal for blocking a group message request"
},
"MessageRequests--delete": {
"message": "Padam",
"description": "Shown as a button to let the user delete any message request"
},
"MessageRequests--delete-direct-confirm-title": {
2021-02-17 18:56:48 +00:00
"message": "Padamkan perbualan?",
2020-08-13 23:26:29 +00:00
"description": "Shown as the title in the confirmation modal for deleting a private message request"
},
"MessageRequests--delete-direct-confirm-body": {
"message": "Perbualan ini akan dipadam daripada semua peranti anda.",
"description": "Shown as the body in the confirmation modal for deleting a private message request"
},
"MessageRequests--delete-group-confirm-title": {
2021-08-11 23:44:04 +00:00
"message": "Padam dan Tinggalkan$group$ ?",
2020-08-13 23:26:29 +00:00
"description": "Shown as the title in the confirmation modal for deleting a group message request",
"placeholders": {
"group": {
"content": "$1",
"example": "Friends 🌿"
}
}
},
"MessageRequests--delete-direct": {
"message": "Padam",
"description": "Shown as a button to let the user delete a direct message request"
},
"MessageRequests--delete-group": {
"message": "Padam dan Tinggalkan",
"description": "Shown as a button to let the user delete a group message request"
},
"MessageRequests--delete-group-confirm-body": {
"message": "Anda akan meninggalkan kumpulan ini, dan ia akan dipadam daripada semua peranti anda.",
"description": "Shown as the body in the confirmation modal for deleting a group message request"
},
"MessageRequests--accept": {
"message": "Terima",
"description": "Shown as a button to let the user accept a message request"
},
2020-11-16 22:08:09 +00:00
"MessageRequests--continue": {
"message": "Teruskan",
"description": "Shown as a button to share your profile, necessary to continue messaging in a conversation"
},
"MessageRequests--profile-sharing--group": {
2021-08-11 23:44:04 +00:00
"message": "Teruskan perbualan anda dengan kumpulan ini dan kongsi nama dan foto anda dengan ahli-ahlinya?$learnMore$",
2020-11-16 22:08:09 +00:00
"description": "Shown when user hasn't shared their profile in a group yet",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "Learn More."
}
}
},
"MessageRequests--profile-sharing--direct": {
2021-08-11 23:44:04 +00:00
"message": "Teruskan perbualan ini dengan$firstName$ dan kongsi nama dan foto anda dengan mereka?$learnMore$",
2020-11-16 22:08:09 +00:00
"description": "Shown when user hasn't shared their profile in a 1:1 conversation yet",
"placeholders": {
"firstName": {
"content": "$1",
"example": "Alice"
},
"learnMore": {
"content": "$2",
"example": "Learn More."
}
}
},
"MessageRequests--learn-more": {
2021-08-11 23:44:04 +00:00
"message": "Ketahui lebih lanjut.",
2020-11-16 22:08:09 +00:00
"description": "Shown at the end of profile sharing messages as a link."
},
2020-08-13 23:26:29 +00:00
"ConversationHero--members": {
2021-08-11 23:44:04 +00:00
"message": "$count$ahli",
2020-08-13 23:26:29 +00:00
"description": "Specifies the number of members in a group conversation",
"placeholders": {
"count": {
"content": "$1",
"example": "22"
}
}
},
"ConversationHero--members-1": {
"message": "1 ahli",
"description": "Specifies the number of members in a group conversation when there is one member",
"placeholders": {
"count": {
"content": "$1",
"example": "22"
}
}
},
2021-06-09 23:53:27 +00:00
"member-of-1-group": {
"message": "Ahli kepada $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
2020-08-13 23:26:29 +00:00
},
2021-06-09 23:53:27 +00:00
"member-of-2-groups": {
2021-08-11 23:44:04 +00:00
"message": "Ahli kepada$group1$ dan$group2$",
2021-06-09 23:53:27 +00:00
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
2020-08-13 23:26:29 +00:00
},
2021-06-09 23:53:27 +00:00
"member-of-3-groups": {
2021-08-11 23:44:04 +00:00
"message": "Ahli kepada$group1$ ,$group2$ , dan$group3$",
2021-06-09 23:53:27 +00:00
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
2020-08-13 23:26:29 +00:00
},
2021-06-09 23:53:27 +00:00
"member-of-more-than-3-groups": {
2021-08-11 23:44:04 +00:00
"message": "Ahli kepada$group1$ ,$group2$ ,$group3$ dan$remainingCount$ lebih banyak lagi",
2021-06-09 23:53:27 +00:00
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
2020-08-13 23:26:29 +00:00
},
"ConversationHero--membership-added": {
2021-08-11 23:44:04 +00:00
"message": "$name$menambahkan anda ke kumpulan.",
2020-08-13 23:26:29 +00:00
"description": "Shown Indicates that you were added to a group by a given individual.",
"placeholders": {
"name": {
"content": "$1",
"example": "Jeff Smith"
}
}
},
2021-05-12 19:27:45 +00:00
"no-groups-in-common": {
2021-08-11 23:44:04 +00:00
"message": "Tiada kumpulan yang serupa",
2021-05-12 19:27:45 +00:00
"description": "Shown to indicate this user is not a member of any groups"
},
2021-06-09 23:53:27 +00:00
"no-groups-in-common-warning": {
2021-08-11 23:44:04 +00:00
"message": "Tiada kumpulan yang sama. Kaji permintaan dengan teliti.",
2021-06-09 23:53:27 +00:00
"description": "When a user has no common groups, show this warning"
},
2020-08-13 23:26:29 +00:00
"acceptCall": {
"message": "Jawab",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
},
"acceptCallWithoutVideo": {
2021-08-11 23:44:04 +00:00
"message": "Jawab tanpa video",
2020-08-13 23:26:29 +00:00
"description": "Shown in tooltip for the button to accept a video call without video"
},
"declineCall": {
2021-08-11 23:44:04 +00:00
"message": "Tolak",
2020-08-13 23:26:29 +00:00
"description": "Shown in tooltip for the button to decline a call (audio or video)"
},
"declinedIncomingAudioCall": {
2021-08-11 23:44:04 +00:00
"message": "Anda menolak panggilan audio",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when you declined an incoming audio call"
},
"declinedIncomingVideoCall": {
2021-08-11 23:44:04 +00:00
"message": "Anda menolak panggilan video",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when you declined an incoming video call"
},
"acceptedIncomingAudioCall": {
2021-08-11 23:44:04 +00:00
"message": "Panggilan audio masuk",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when you accepted an incoming audio call"
},
"acceptedIncomingVideoCall": {
2021-08-11 23:44:04 +00:00
"message": "Panggilan video masuk",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when you accepted an incoming video call"
},
"missedIncomingAudioCall": {
2021-08-11 23:44:04 +00:00
"message": "Panggilan audio tidak dijawab",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when you missed an incoming audio call"
},
"missedIncomingVideoCall": {
2021-08-11 23:44:04 +00:00
"message": "Panggilan video tidak dijawab",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when you missed an incoming video call"
},
"acceptedOutgoingAudioCall": {
2021-08-11 23:44:04 +00:00
"message": "Panggilan audio keluar",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when you made an outgoing audio call"
},
"acceptedOutgoingVideoCall": {
2021-08-11 23:44:04 +00:00
"message": "Panggilan video keluar",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when you made an outgoing video call"
},
"missedOrDeclinedOutgoingAudioCall": {
2021-08-11 23:44:04 +00:00
"message": "Panggilan audio yang tidak dijawab",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when your audio call is missed or declined"
},
"missedOrDeclinedOutgoingVideoCall": {
2021-08-11 23:44:04 +00:00
"message": "Panggilan video yang tidak dijawab",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when your video call is missed or declined"
},
"incomingAudioCall": {
2021-08-11 23:44:04 +00:00
"message": "Panggilan audio masuk ...",
2020-08-13 23:26:29 +00:00
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
},
"incomingVideoCall": {
2021-08-11 23:44:04 +00:00
"message": "Panggilan video masuk ...",
2020-08-13 23:26:29 +00:00
"description": "Shown in both the incoming call bar and notification for an incoming video call"
},
"outgoingCallPrering": {
2021-08-11 23:44:04 +00:00
"message": "Memanggil ...",
2020-08-13 23:26:29 +00:00
"description": "Shown in the call screen when placing an outgoing call that isn't ringing yet"
},
"outgoingCallRinging": {
2021-08-11 23:44:04 +00:00
"message": "Deringan ...",
2020-08-13 23:26:29 +00:00
"description": "Shown in the call screen when placing an outgoing call that is now ringing"
},
2020-09-22 00:22:24 +00:00
"makeOutgoingCall": {
2021-08-11 23:44:04 +00:00
"message": "Mulakan panggilan",
2020-09-22 00:22:24 +00:00
"description": "Title for the call button in a conversation"
},
"makeOutgoingVideoCall": {
2021-08-11 23:44:04 +00:00
"message": "Mulakan panggilan video",
2020-09-22 00:22:24 +00:00
"description": "Title for the video call button in a conversation"
},
2020-12-10 18:48:32 +00:00
"joinOngoingCall": {
2021-02-17 18:56:48 +00:00
"message": "Sertai",
2020-12-10 18:48:32 +00:00
"description": "Text that appears in a group when a call is active"
},
2020-10-21 00:58:31 +00:00
"callNeedPermission": {
2021-08-11 23:44:04 +00:00
"message": "$title$akan mendapat permintaan mesej daripada anda. Anda boleh menghubungi setelah permintaan mesej anda diterima.",
2020-10-21 00:58:31 +00:00
"description": "Shown when a call is rejected because the other party hasn't approved the message/call request",
"placeholders": {
"title": {
"content": "$1",
"example": "Alice"
}
}
},
2020-08-13 23:26:29 +00:00
"callReconnecting": {
2021-08-11 23:44:04 +00:00
"message": "Menyambung semula ...",
2020-08-13 23:26:29 +00:00
"description": "Shown in the call screen when the call is reconnecting due to network issues"
},
"callDuration": {
2021-08-11 23:44:04 +00:00
"message": "Isyarat$duration$",
2020-08-13 23:26:29 +00:00
"description": "Shown in the call screen to indicate how long the call has been connected",
"placeholders": {
"duration": {
"content": "$1",
"example": "00:01"
}
}
},
2020-09-22 00:22:24 +00:00
"callingDeviceSelection__settings": {
"message": "Tetapan",
"description": "Title for device selection settings"
},
2020-10-21 00:58:31 +00:00
"calling__participants": {
2021-08-11 23:44:04 +00:00
"message": "$people$dalam panggilan",
2020-12-10 18:48:32 +00:00
"description": "Title for participants list toggle",
"placeholders": {
"people": {
"content": "$1",
"example": "16"
}
}
},
"calling__call-notification__ended": {
2021-08-11 23:44:04 +00:00
"message": "Panggilan kumpulan telah berakhir",
2020-12-10 18:48:32 +00:00
"description": "Notification message when a group call has ended"
2020-10-21 00:58:31 +00:00
},
2020-12-10 18:48:32 +00:00
"calling__call-notification__started-by-someone": {
2021-08-11 23:44:04 +00:00
"message": "Panggilan berkumpulan dimulakan",
2020-12-10 18:48:32 +00:00
"description": "Notification message when a group call has started, but we don't know who started it"
},
"calling__call-notification__started-by-you": {
2021-08-11 23:44:04 +00:00
"message": "Anda memulakan panggilan kumpulan",
2020-12-10 18:48:32 +00:00
"description": "Notification message when a group call has started by you"
},
"calling__call-notification__started": {
2021-08-11 23:44:04 +00:00
"message": "$name$memulakan panggilan kumpulan",
2020-12-10 18:48:32 +00:00
"description": "Notification message when a group call has started",
"placeholders": {
"name": {
"content": "$1",
"example": "Alice"
}
}
},
"calling__call-notification__button__in-another-call-tooltip": {
2021-08-11 23:44:04 +00:00
"message": "Anda sudah membuat panggilan",
2020-12-10 18:48:32 +00:00
"description": "Tooltip in disabled notification button when you're on another call"
},
"calling__call-notification__button__call-full-tooltip": {
2021-08-11 23:44:04 +00:00
"message": "Panggilan telah mencapai kapasiti sebanyak$max$ peserta",
2020-12-10 18:48:32 +00:00
"description": "Tooltip in disabled notification button when the call is full",
"placeholders": {
"max": {
"content": "$1",
"example": "5"
}
}
},
"calling__pip--on": {
2021-08-11 23:44:04 +00:00
"message": "Minimumkan panggilan",
2020-12-10 18:48:32 +00:00
"description": "Title for picture-in-picture toggle"
},
"calling__pip--off": {
2021-08-11 23:44:04 +00:00
"message": "Panggilan skrin penuh",
2020-10-21 00:58:31 +00:00
"description": "Title for picture-in-picture toggle"
},
2021-02-17 18:56:48 +00:00
"calling__switch-view--to-grid": {
2021-08-11 23:44:04 +00:00
"message": "Tukar ke paparan grid",
2021-02-17 18:56:48 +00:00
"description": "Title for grid/speaker view toggle when on a call"
},
"calling__switch-view--to-speaker": {
2021-08-11 23:44:04 +00:00
"message": "Tukar ke paparan pembesar suara",
2021-02-17 18:56:48 +00:00
"description": "Title for grid/speaker view toggle when on a call"
},
2020-10-21 00:58:31 +00:00
"calling__hangup": {
2021-08-11 23:44:04 +00:00
"message": "Tinggalkan panggilan",
2020-10-21 00:58:31 +00:00
"description": "Title for hang up button"
},
2021-06-09 23:53:27 +00:00
"calling__SelectPresentingSourcesModal--title": {
2021-08-11 23:44:04 +00:00
"message": "Kongsi skrin anda",
2021-06-09 23:53:27 +00:00
"description": "Title for the select your screen sharing sources modal"
},
"calling__SelectPresentingSourcesModal--confirm": {
2021-08-11 23:44:04 +00:00
"message": "Kongsi skrin",
2021-06-09 23:53:27 +00:00
"description": "Confirm button for sharing screen modal"
},
"calling__SelectPresentingSourcesModal--entireScreen": {
2021-08-11 23:44:04 +00:00
"message": "Keseluruhan skrin",
2021-06-30 22:15:30 +00:00
"description": "Title for the select your screen sharing sources modal and 'Entire Screen' source"
},
"calling__SelectPresentingSourcesModal--screen": {
2021-08-11 23:44:04 +00:00
"message": "Skrin$id$",
2021-06-30 22:15:30 +00:00
"description": "Title for `Screen #N` source in screen sharing sources modal and overlay",
"placeholders": {
"id": {
"content": "$1",
"example": "1"
}
}
2021-06-09 23:53:27 +00:00
},
"calling__SelectPresentingSourcesModal--window": {
2021-08-11 23:44:04 +00:00
"message": "Tingkap",
2021-06-09 23:53:27 +00:00
"description": "Title for the select your screen sharing sources modal"
},
2020-09-22 00:22:24 +00:00
"callingDeviceSelection__label--video": {
"message": "Video",
"description": "Label for video input selector"
},
"callingDeviceSelection__label--audio-input": {
2021-08-11 23:44:04 +00:00
"message": "Mikrofon",
2020-09-22 00:22:24 +00:00
"description": "Label for audio input selector"
},
"callingDeviceSelection__label--audio-output": {
2021-08-11 23:44:04 +00:00
"message": "Penceramah",
2020-09-22 00:22:24 +00:00
"description": "Label for audio output selector"
},
"callingDeviceSelection__select--no-device": {
2021-08-11 23:44:04 +00:00
"message": "Tidak ada peranti yang tersedia",
2020-09-22 00:22:24 +00:00
"description": "Message for when there are no available devices to select for input/output audio or video"
},
"callingDeviceSelection__select--default": {
"message": "Lalai",
"description": "Shown when the device is the default device"
},
"muteNotificationsTitle": {
"message": "Bisukan pemberitahuan",
"description": "Label for the mute notifications drop-down selector"
},
2021-08-11 23:44:04 +00:00
"notMuted": {
"message": "Tidak dibisukan",
"description": "Label when the conversation is not muted"
},
2020-09-22 00:22:24 +00:00
"muteHour": {
"message": "Bisukan untuk satu jam",
"description": "Label for muting the conversation"
},
2021-05-12 19:27:45 +00:00
"muteEightHours": {
2021-08-11 23:44:04 +00:00
"message": "Diam selama lapan jam",
2021-05-12 19:27:45 +00:00
"description": "Label for muting the conversation"
},
2020-09-22 00:22:24 +00:00
"muteDay": {
"message": "Bisukan untuk satu hari",
"description": "Label for muting the conversation"
},
"muteWeek": {
"message": "Bisukan untuk satu minggu",
"description": "Label for muting the conversation"
},
2021-05-12 19:27:45 +00:00
"muteAlways": {
2021-08-11 23:44:04 +00:00
"message": "Senyap selalu",
2020-09-22 00:22:24 +00:00
"description": "Label for muting the conversation"
},
"unmute": {
"message": "Nyahbisukan",
"description": "Label for unmuting the conversation"
},
2021-05-12 19:27:45 +00:00
"muteExpirationLabelAlways": {
2021-08-11 23:44:04 +00:00
"message": "Senyap selalu",
2021-05-12 19:27:45 +00:00
"description": "Shown in the mute notifications submenu whenever a conversation has been muted"
},
2020-09-22 00:22:24 +00:00
"muteExpirationLabel": {
2021-08-11 23:44:04 +00:00
"message": "Diam sehingga$duration$",
2020-09-22 00:22:24 +00:00
"description": "Shown in the mute notifications submenu whenever a conversation has been muted",
"placeholders": {
"duration": {
"content": "$1",
"example": "10/23/2023, 7:10 PM"
}
}
},
"EmojiButton__label": {
"message": "Emoji",
"description": "Label for emoji button"
},
2020-10-21 00:58:31 +00:00
"ErrorModal--title": {
"message": "Ada yang tidak kena!",
"description": "Title of pop-up dialog when user-initiated task has gone wrong"
},
"ErrorModal--description": {
2021-08-11 23:44:04 +00:00
"message": "Sila cuba lagi atau hubungi sokongan.",
2020-10-21 00:58:31 +00:00
"description": "Description text in pop-up dialog when user-initiated task has gone wrong"
},
2020-12-10 18:48:32 +00:00
"Confirmation--confirm": {
2020-10-21 00:58:31 +00:00
"message": "Okay",
"description": "Button to dismiss pop-up dialog when user-initiated task has gone wrong"
},
2021-02-17 18:56:48 +00:00
"unknown-sgnl-link": {
2021-08-11 23:44:04 +00:00
"message": "Maaf, pautan sgnl: // tidak masuk akal!",
2021-02-17 18:56:48 +00:00
"description": "Shown if you click on a sgnl:// link not currently supported by Desktop"
},
2021-07-21 17:57:16 +00:00
"GroupV2--cannot-send": {
2021-08-11 23:44:04 +00:00
"message": "Anda tidak boleh menghantar mesej ke kumpulan itu.",
2021-07-21 17:57:16 +00:00
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
2021-08-11 23:44:04 +00:00
"message": "Orang-orang ini tidak dapat ditambahkan ke kumpulan sehingga mereka menaik taraf Signal.",
2021-07-21 17:57:16 +00:00
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
2021-08-11 23:44:04 +00:00
"message": "Hanya pentadbir kumpulan yang boleh memulakan panggilan.",
2021-07-21 17:57:16 +00:00
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
},
2021-02-17 18:56:48 +00:00
"GroupV2--join--invalid-link--title": {
2021-08-11 23:44:04 +00:00
"message": "Pautan Tidak Sah",
2021-02-17 18:56:48 +00:00
"description": "Shown if we are unable to parse a group link"
},
"GroupV2--join--invalid-link": {
2021-08-11 23:44:04 +00:00
"message": "Ini bukan pautan kumpulan yang sah. Pastikan keseluruhan pautan utuh dan betul sebelum cuba bergabung.",
2021-02-17 18:56:48 +00:00
"description": "Shown if we are unable to parse a group link"
},
"GroupV2--join--prompt": {
2021-08-11 23:44:04 +00:00
"message": "Adakah anda ingin menyertai kumpulan ini dan berkongsi nama dan foto anda dengan ahli-ahlinya?",
2021-02-17 18:56:48 +00:00
"description": "Shown when you click on a group link to confirm"
},
"GroupV2--join--already-in-group": {
2021-08-11 23:44:04 +00:00
"message": "Anda sudah berada dalam kumpulan ini.",
2021-02-17 18:56:48 +00:00
"description": "Shown if you click a group link for a group where you're already a member"
},
"GroupV2--join--already-awaiting-approval": {
2021-08-11 23:44:04 +00:00
"message": "Anda sudah meminta kelulusan untuk menyertai kumpulan ini.",
2021-02-17 18:56:48 +00:00
"description": "Shown if you click a group link for a group where you've already requested approval'"
},
"GroupV2--join--unknown-link-version--title": {
2021-08-11 23:44:04 +00:00
"message": "Versi pautan tidak diketahui",
2021-02-17 18:56:48 +00:00
"description": "This group link is no longer valid."
},
"GroupV2--join--unknown-link-version": {
2021-08-11 23:44:04 +00:00
"message": "Pautan ini tidak disokong oleh versi Signal Desktop ini.",
2021-02-17 18:56:48 +00:00
"description": "Shown if you click a group link and we can't get information about it"
},
"GroupV2--join--link-revoked--title": {
2021-08-11 23:44:04 +00:00
"message": "Tidak Dapat Menyertai Kumpulan",
2021-02-17 18:56:48 +00:00
"description": "Shown if you click a group link and we can't get information about it"
},
"GroupV2--join--link-revoked": {
2021-08-11 23:44:04 +00:00
"message": "Pautan kumpulan ini tidak lagi sah.",
2021-02-17 18:56:48 +00:00
"description": "Shown if you click a group link and we can't get information about it"
},
"GroupV2--join--prompt-with-approval": {
2021-08-11 23:44:04 +00:00
"message": "Pentadbir kumpulan ini mesti menyetujui permintaan anda sebelum anda dapat bergabung dengan kumpulan ini. Sekiranya diluluskan, nama dan foto anda akan dikongsi dengan ahli-ahlinya.",
2021-02-17 18:56:48 +00:00
"description": "Shown when you click on a group link to confirm, if it requires admin approval"
},
"GroupV2--join--join-button": {
"message": "Sertai",
"description": "The button to join the group"
},
"GroupV2--join--request-to-join-button": {
2021-08-11 23:44:04 +00:00
"message": "Memohon untuk Menyertainya",
2021-02-17 18:56:48 +00:00
"description": "The button to join the group, if approval is required"
},
"GroupV2--join--cancel-request-to-join": {
"message": "Batalkan Permintaan",
"description": "The button to cancel request to join the group"
},
"GroupV2--join--cancel-request-to-join--confirmation": {
2021-08-11 23:44:04 +00:00
"message": "Batalkan permintaan anda untuk menyertai kumpulan ini?",
2021-02-17 18:56:48 +00:00
"description": "A confirmation message that shows after you click the button"
},
"GroupV2--join--cancel-request-to-join--yes": {
"message": "Ya",
"description": "Choosing to continue in the cancel join confirmation dialog"
},
"GroupV2--join--cancel-request-to-join--no": {
"message": "Tidak",
"description": "Choosing not to continue in the cancel join confirmation dialog"
},
"GroupV2--join--member-count--single": {
"message": "1 ahli",
"description": "Shown in the metadata section if group has just one member"
},
"GroupV2--join--member-count--multiple": {
2021-08-11 23:44:04 +00:00
"message": "$count$ahli",
2021-02-17 18:56:48 +00:00
"description": "Shown in the metadata section if group has more than one member",
"placeholders": {
"count": {
"content": "$1",
"example": "12"
}
}
},
"GroupV2--join--group-metadata": {
2021-08-11 23:44:04 +00:00
"message": "Kumpulan ·$memberCount$",
2021-02-17 18:56:48 +00:00
"description": "A holder for two pieces of information - the type of conversation, and the member count",
"placeholders": {
"memberCount": {
"content": "$1",
"example": "12 members"
}
}
},
"GroupV2--join--requested": {
2021-08-11 23:44:04 +00:00
"message": "Permintaan anda untuk bergabung telah dihantar ke pentadbir kumpulan. Anda akan diberitahu ketika mereka mengambil tindakan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in composition area when you've requested to join a group"
},
"GroupV2--join--general-join-failure--title": {
2021-08-11 23:44:04 +00:00
"message": "Ralat Pautan",
2021-02-17 18:56:48 +00:00
"description": "Shown if something went wrong when you try to join via a group link"
},
"GroupV2--join--general-join-failure": {
2021-08-11 23:44:04 +00:00
"message": "Tidak dapat menyertai kumpulan. Cuba lagi nanti.",
2021-02-17 18:56:48 +00:00
"description": "Shown if something went wrong when you try to join via a group link"
},
2020-09-22 00:22:24 +00:00
"GroupV2--admin": {
"message": "Pentadbir",
2021-02-17 18:56:48 +00:00
"description": "Label for a group administrator"
},
2021-05-12 19:27:45 +00:00
"GroupV2--only-admins": {
"message": "Hanya Pentadbir",
"description": "Label for group administrators -- used in drop-downs to select permissions that apply to admins"
},
2021-02-17 18:56:48 +00:00
"GroupV2--all-members": {
"message": "Semua ahli",
"description": "Label for describing the general non-privileged members of a group"
2020-09-22 00:22:24 +00:00
},
2020-10-21 00:58:31 +00:00
"updating": {
2021-08-11 23:44:04 +00:00
"message": "Mengemas kini ...",
2020-10-21 00:58:31 +00:00
"description": "Shown along with a spinner when an update operation takes longer than one second"
},
"GroupV2--create--you": {
"message": "Anda mencipta kumpulan.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--create--other": {
2021-08-11 23:44:04 +00:00
"message": "$memberName$mencipta kumpulan.",
2020-10-21 00:58:31 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--create--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Kumpulan itu dibuat.",
2020-10-21 00:58:31 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
2020-09-22 00:22:24 +00:00
},
"GroupV2--title--change--other": {
2021-08-11 23:44:04 +00:00
"message": "$memberName$menukar nama kumpulan menjadi &quot;$newTitle$ &quot;.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
},
"newTitle": {
"content": "$2",
"example": "Saturday Hiking"
}
}
},
"GroupV2--title--change--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menukar nama kumpulan menjadi &quot;$newTitle$ &quot;.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"newTitle": {
"content": "$1",
"example": "Saturday Hiking"
}
}
},
"GroupV2--title--change--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Seorang ahli menukar nama kumpulan menjadi &quot;$newTitle$ &quot;.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"newTitle": {
"content": "$1",
"example": "Saturday Hiking"
}
}
},
"GroupV2--title--remove--other": {
2021-08-11 23:44:04 +00:00
"message": "$memberName$membuang nama kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--title--remove--you": {
"message": "Anda mengeluarkan nama kumpulan.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--title--remove--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Seorang ahli mengeluarkan nama kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--change--other": {
2021-08-11 23:44:04 +00:00
"message": "$memberName$menukar avatar kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--avatar--change--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menukar avatar kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--change--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Seorang ahli menukar avatar kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--remove--other": {
2021-08-11 23:44:04 +00:00
"message": "$memberName$mengalih keluar avatar kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--avatar--remove--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda mengalih keluar avatar kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--remove--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Seorang ahli mengalih keluar avatar kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-attributes--admins--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$menukar siapa yang dapat mengedit maklumat kumpulan menjadi &quot;Hanya pentadbir.&quot;",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--access-attributes--admins--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menukar siapa yang dapat mengedit maklumat kumpulan menjadi &quot;Hanya pentadbir.&quot;",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-attributes--admins--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Pentadbir menukar siapa yang dapat mengedit maklumat kumpulan menjadi &quot;Hanya pentadbir.&quot;",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-attributes--all--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$menukar siapa yang dapat mengedit maklumat kumpulan menjadi &quot;Semua ahli.&quot;",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--access-attributes--all--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menukar siapa yang dapat mengedit maklumat kumpulan menjadi &quot;Semua ahli.&quot;",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-attributes--all--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Pentadbir menukar siapa yang dapat mengedit maklumat kumpulan menjadi &quot;Semua ahli.&quot;",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-members--admins--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$menukar siapa yang dapat mengedit keahlian kumpulan menjadi &quot;Hanya pentadbir.&quot;",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--access-members--admins--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menukar siapa yang dapat mengedit keahlian kumpulan menjadi &quot;Hanya pentadbir.&quot;",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-members--admins--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Pentadbir menukar siapa yang dapat mengedit keahlian kumpulan menjadi &quot;Hanya pentadbir.&quot;",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-members--all--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$menukar siapa yang dapat mengedit keahlian kumpulan menjadi &quot;Semua ahli.&quot;",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--access-members--all--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menukar siapa yang dapat mengedit keahlian kumpulan menjadi &quot;Semua ahli.&quot;",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-members--all--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Pentadbir menukar siapa yang dapat mengedit keahlian kumpulan menjadi &quot;Semua ahli.&quot;",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
2021-02-17 18:56:48 +00:00
"GroupV2--access-invite-link--disabled--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda melumpuhkan kelulusan pentadbir untuk pautan kumpulan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-invite-link--disabled--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$melumpuhkan kelulusan pentadbir untuk pautan kumpulan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--access-invite-link--disabled--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Kelulusan pentadbir untuk pautan kumpulan telah dilumpuhkan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-invite-link--enabled--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda mengaktifkan kelulusan pentadbir untuk pautan kumpulan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-invite-link--enabled--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$membolehkan pentadbir membenarkan pautan kumpulan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--access-invite-link--enabled--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Kelulusan pentadbir untuk pautan kumpulan telah diaktifkan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
2020-10-21 00:58:31 +00:00
"GroupV2--member-add--invited--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menambahkan ahli yang dijemput$inviteeName$ .",
2020-10-21 00:58:31 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--member-add--invited--other": {
2021-08-11 23:44:04 +00:00
"message": "$memberName$tambah ahli yang dijemput$inviteeName$ .",
2020-10-21 00:58:31 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Alice"
},
"inviteeName": {
"content": "$2",
"example": "Bob"
}
}
},
"GroupV2--member-add--invited--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Seorang ahli menambah ahli yang dijemput$inviteeName$ .",
2020-10-21 00:58:31 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Alice"
}
}
},
2020-09-22 00:22:24 +00:00
"GroupV2--member-add--from-invite--other": {
2021-08-11 23:44:04 +00:00
"message": "$inviteeName$menerima jemputan ke kumpulan dari$inviterName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Alice"
},
"inviterName": {
"content": "$2",
"example": "Bob"
}
}
},
2020-10-21 00:58:31 +00:00
"GroupV2--member-add--from-invite--other-no-from": {
2021-08-11 23:44:04 +00:00
"message": "$inviteeName$menerima jemputan ke kumpulan.",
2020-10-21 00:58:31 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Alice"
}
}
},
2020-09-22 00:22:24 +00:00
"GroupV2--member-add--from-invite--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menerima jemputan ke kumpulan dari$inviterName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviterName": {
"content": "$1",
"example": "Bob"
}
}
},
2020-10-21 00:58:31 +00:00
"GroupV2--member-add--from-invite--you-no-from": {
"message": "Anda menerima jemputan kepada kumpulan.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
2020-09-22 00:22:24 +00:00
"GroupV2--member-add--from-invite--from-you": {
2021-08-11 23:44:04 +00:00
"message": "$inviteeName$menerima jemputan anda ke kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-add--other--other": {
2021-08-11 23:44:04 +00:00
"message": "$adderName$tambah$addeeName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adderName": {
"content": "$1",
"example": "Bob"
},
"addeeName": {
"content": "$2",
"example": "Alice"
}
}
},
"GroupV2--member-add--other--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menambah$memberName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-add--other--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Seorang ahli menambah$memberName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-add--you--other": {
2021-08-11 23:44:04 +00:00
"message": "$memberName$menambahkan anda ke kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-add--you--you": {
"message": "Anda menyertai kumpulan.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--you--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Anda telah ditambahkan ke kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
2021-02-17 18:56:48 +00:00
"GroupV2--member-add-from-link--you--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menyertai kumpulan melalui pautan kumpulan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add-from-link--other": {
2021-08-11 23:44:04 +00:00
"message": "$memberName$menyertai kumpulan melalui pautan kumpulan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--member-add-from-admin-approval--you--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$meluluskan permintaan anda untuk menyertai kumpulan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--member-add-from-admin-approval--you--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Permintaan anda untuk menyertai kumpulan telah disetujui.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add-from-admin-approval--other--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda meluluskan permintaan untuk menyertai kumpulan dari$joinerName$ .",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"joinerName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--member-add-from-admin-approval--other--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$meluluskan permintaan untuk menyertai kumpulan dari$joinerName$ .",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"joinerName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--member-add-from-admin-approval--other--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Permintaan untuk menyertai kumpulan dari$joinerName$ telah diluluskan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"joinerName": {
"content": "$1",
"example": "Alice"
}
}
},
2020-09-22 00:22:24 +00:00
"GroupV2--member-remove--other--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$dikeluarkan$memberName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"memberName": {
"content": "$2",
"example": "Alice"
}
}
},
"GroupV2--member-remove--other--self": {
2021-08-11 23:44:04 +00:00
"message": "$memberName$meninggalkan kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-remove--other--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda mengalih keluar$memberName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-remove--other--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Seorang ahli dikeluarkan$memberName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-remove--you--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$membuang anda.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-remove--you--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda keluar dari kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-remove--you--unknown": {
2020-10-21 00:58:31 +00:00
"message": "Anda dikeluarkan daripada kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-privilege--promote--other--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$dibuat$memberName$ seorang pentadbir.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"memberName": {
"content": "$2",
"example": "Alice"
}
}
},
"GroupV2--member-privilege--promote--other--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda membuat$memberName$ seorang pentadbir.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-privilege--promote--other--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Seorang pentadbir dibuat$memberName$ seorang pentadbir.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-privilege--promote--you--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$menjadikan anda pentadbir.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-privilege--promote--you--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Seorang pentadbir menjadikan anda seorang pentadbir.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-privilege--demote--other--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$membatalkan hak pentadbir dari$memberName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"memberName": {
"content": "$2",
"example": "Alice"
}
}
},
"GroupV2--member-privilege--demote--other--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda membatalkan hak pentadbir dari$memberName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-privilege--demote--other--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Seorang pentadbir membatalkan hak pentadbir dari$memberName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-privilege--demote--you--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$membatalkan hak pentadbir anda.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-privilege--demote--you--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Seorang pentadbir membatalkan hak pentadbir anda.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-add--one--other--other": {
2021-08-11 23:44:04 +00:00
"message": "$memberName$dijemput 1 orang ke kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-add--one--other--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menjemput$inviteeName$ kepada kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-add--one--other--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Satu orang dijemput ke rombongan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-add--one--you--other": {
2021-08-11 23:44:04 +00:00
"message": "$memberName$menjemput anda ke kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-add--one--you--unknown": {
2020-10-21 00:58:31 +00:00
"message": "Anda dijemput kepada kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-add--many--other": {
2021-08-11 23:44:04 +00:00
"message": "$memberName$dijemput$count$ orang ke kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
},
"count": {
"content": "$2",
"example": "5"
}
}
},
"GroupV2--pending-add--many--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menjemput$count$ orang ke kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"GroupV2--pending-add--many--unknown": {
2021-08-11 23:44:04 +00:00
"message": "$count$orang dijemput ke kumpulan itu.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"GroupV2--pending-remove--decline--other": {
2021-08-11 23:44:04 +00:00
"message": "1 orang dijemput oleh$memberName$ menolak jemputan ke kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--decline--you": {
2021-08-11 23:44:04 +00:00
"message": "$inviteeName$menolak jemputan anda ke kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
2020-10-21 00:58:31 +00:00
"GroupV2--pending-remove--decline--from-you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menolak jemputan ke kumpulan.",
2020-10-21 00:58:31 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
2020-09-22 00:22:24 +00:00
"GroupV2--pending-remove--decline--unknown": {
2021-08-11 23:44:04 +00:00
"message": "1 orang menolak jemputan mereka ke kumpulan.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke--one--other": {
2021-08-11 23:44:04 +00:00
"message": "$memberName$membatalkan jemputan ke kumpulan untuk 1 orang.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke--one--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda membatalkan jemputan ke kumpulan untuk 1 orang.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
2020-10-21 00:58:31 +00:00
"GroupV2--pending-remove--revoke-own--to-you": {
2021-08-11 23:44:04 +00:00
"message": "$inviterName$membatalkan jemputan mereka kepada anda.",
2020-10-21 00:58:31 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviterName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-own--unknown": {
2021-08-11 23:44:04 +00:00
"message": "$inviterName$membatalkan jemputan mereka kepada 1 orang.",
2020-10-21 00:58:31 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviterName": {
"content": "$1",
"example": "Bob"
}
}
},
2020-09-22 00:22:24 +00:00
"GroupV2--pending-remove--revoke--one--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Pentadbir membatalkan jemputan ke kumpulan untuk 1 orang.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke--many--other": {
2021-08-11 23:44:04 +00:00
"message": "$memberName$membatalkan jemputan ke kumpulan untuk$count$ orang.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
},
"count": {
"content": "$2",
"example": "5"
}
}
},
"GroupV2--pending-remove--revoke--many--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda membatalkan jemputan ke kumpulan untuk$count$ orang.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"GroupV2--pending-remove--revoke--many--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Pentadbir membatalkan jemputan ke kumpulan untuk$count$ orang.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"GroupV2--pending-remove--revoke-invite-from--one--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$membatalkan jemputan ke kumpulan untuk 1 orang yang dijemput oleh$memberName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"memberName": {
"content": "$2",
"example": "Alice"
}
}
},
"GroupV2--pending-remove--revoke-invite-from--one--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda membatalkan jemputan ke kumpulan untuk 1 orang yang dijemput oleh$memberName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from--one--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Pentadbir membatalkan jemputan ke kumpulan untuk 1 orang yang dijemput oleh$memberName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from-you--one--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$membatalkan jemputan ke kumpulan yang anda hantar$inviteeName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from-you--one--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda membatalkan jemputan anda untuk$inviteeName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from-you--one--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Pentadbir membatalkan jemputan ke kumpulan yang anda hantar$inviteeName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from--many--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$membatalkan jemputan ke kumpulan untuk$count$ orang yang dijemput oleh$memberName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"memberName": {
"content": "$2",
"example": "Alice"
}
}
},
"GroupV2--pending-remove--revoke-invite-from--many--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda membatalkan jemputan ke kumpulan untuk$count$ orang yang dijemput oleh$memberName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
},
"memberName": {
"content": "$2",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from--many--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Pentadbir membatalkan jemputan ke kumpulan untuk$count$ orang yang dijemput oleh$memberName$ .",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
},
"memberName": {
"content": "$2",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from-you--many--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$membatalkan jemputan ke kumpulan yang anda hantar$count$ orang.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"count": {
"content": "$2",
"example": "5"
}
}
},
"GroupV2--pending-remove--revoke-invite-from-you--many--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda membatalkan jemputan anda untuk$count$ orang.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"GroupV2--pending-remove--revoke-invite-from-you--many--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Pentadbir membatalkan jemputan ke kumpulan yang anda hantar$count$ orang.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
2021-02-17 18:56:48 +00:00
"GroupV2--admin-approval-add-one--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menghantar permintaan untuk menyertai kumpulan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--admin-approval-add-one--other": {
2021-08-11 23:44:04 +00:00
"message": "$joinerName$diminta untuk bergabung melalui pautan kumpulan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"joinerName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--admin-approval-remove-one--you--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda membatalkan permintaan anda untuk menyertai kumpulan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--admin-approval-remove-one--you--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Permintaan anda untuk menyertai kumpulan telah ditolak oleh pentadbir.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--admin-approval-remove-one--other--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menolak permintaan untuk menyertai kumpulan dari$joinerName$ .",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"joinerName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--admin-approval-remove-one--other--own": {
2021-08-11 23:44:04 +00:00
"message": "$joinerName$membatalkan permintaan mereka untuk menyertai kumpulan itu.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"joinerName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--admin-approval-remove-one--other--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$menolak permintaan untuk menyertai kumpulan dari$joinerName$ .",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"joinerName": {
"content": "$2",
"example": "Alice"
}
}
},
"GroupV2--group-link-add--disabled--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menghidupkan pautan kumpulan dengan kelulusan pentadbir dilumpuhkan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-add--disabled--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$dihidupkan pautan kumpulan dengan kelulusan pentadbir dilumpuhkan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--group-link-add--disabled--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Pautan kumpulan telah dihidupkan dengan kelulusan pentadbir dilumpuhkan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-add--enabled--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menghidupkan pautan kumpulan dengan kelulusan pentadbir diaktifkan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-add--enabled--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$dihidupkan pautan kumpulan dengan kelulusan pentadbir diaktifkan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--group-link-add--enabled--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Pautan kumpulan telah dihidupkan dengan kelulusan pentadbir diaktifkan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-remove--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda mematikan pautan kumpulan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-remove--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$mematikan pautan kumpulan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--group-link-remove--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Pautan kumpulan telah dimatikan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-reset--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menetapkan semula pautan kumpulan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-reset--other": {
2021-08-11 23:44:04 +00:00
"message": "$adminName$tetapkan semula pautan kumpulan.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--group-link-reset--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Pautan kumpulan telah ditetapkan semula.",
2021-02-17 18:56:48 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
2021-06-09 23:53:27 +00:00
"GroupV2--description--remove--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda mengalih keluar perihalan kumpulan.",
2021-06-09 23:53:27 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--description--remove--other": {
2021-08-11 23:44:04 +00:00
"message": "$memberName$membuang keterangan kumpulan.",
2021-06-09 23:53:27 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--description--remove--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Penerangan kumpulan telah dikeluarkan.",
2021-06-09 23:53:27 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--description--change--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menukar perihalan kumpulan.",
2021-06-09 23:53:27 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--description--change--other": {
2021-08-11 23:44:04 +00:00
"message": "$memberName$menukar penerangan kumpulan.",
2021-06-09 23:53:27 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--description--change--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Penerangan kumpulan telah diubah.",
2021-06-09 23:53:27 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
2021-07-21 17:57:16 +00:00
"GroupV2--announcements--admin--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menukar tetapan kumpulan untuk hanya membenarkan pentadbir menghantar mesej.",
2021-07-21 17:57:16 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--announcements--admin--other": {
2021-08-11 23:44:04 +00:00
"message": "$memberName$menukar tetapan kumpulan untuk hanya membenarkan pentadbir menghantar mesej.",
2021-07-21 17:57:16 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--announcements--admin--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Kumpulan diubah untuk membenarkan pentadbir menghantar mesej sahaja.",
2021-07-21 17:57:16 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--announcements--member--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda menukar tetapan kumpulan untuk membolehkan semua ahli menghantar mesej.",
2021-07-21 17:57:16 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--announcements--member--other": {
2021-08-11 23:44:04 +00:00
"message": "$memberName$menukar tetapan kumpulan untuk membolehkan semua ahli menghantar mesej.",
2021-07-21 17:57:16 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--announcements--member--unknown": {
2021-08-11 23:44:04 +00:00
"message": "Kumpulan diubah untuk membolehkan semua ahli menghantar mesej.",
2021-07-21 17:57:16 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
2020-12-10 18:48:32 +00:00
"GroupV1--Migration--disabled": {
2021-08-11 23:44:04 +00:00
"message": "Tingkatkan kumpulan ini untuk mengaktifkan ciri baru seperti @sebutan dan pentadbir. Ahli yang belum berkongsi nama atau foto mereka dalam kumpulan ini akan dijemput untuk menyertainya.$learnMore$",
2020-12-10 18:48:32 +00:00
"description": "Shown instead of composition area when user is forced to migrate a legacy group (GV1).",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "Learn more."
}
}
},
"GroupV1--Migration--was-upgraded": {
2021-08-11 23:44:04 +00:00
"message": "Kumpulan ini dinaik taraf menjadi Kumpulan Baru.",
2020-12-10 18:48:32 +00:00
"description": "Shown in timeline when a legacy group (GV1) is upgraded to a new group (GV2)"
},
"GroupV1--Migration--learn-more": {
"message": "Ketahui Lebih Lanjut",
"description": "Shown on a bubble below a 'group was migrated' timeline notification, or as button on Migrate dialog"
},
"GroupV1--Migration--migrate": {
"message": "Naik taraf",
"description": "Shown on Migrate dialog to kick off the process"
},
"GroupV1--Migration--info--title": {
2021-08-11 23:44:04 +00:00
"message": "Apakah Kumpulan Baru?",
2020-12-10 18:48:32 +00:00
"description": "Shown on Learn More popup after GV1 migration"
},
"GroupV1--Migration--migrate--title": {
2021-02-17 18:56:48 +00:00
"message": "Naik taraf ke Group Baru",
2020-12-10 18:48:32 +00:00
"description": "Shown on Migration popup after choosing to migrate group"
},
"GroupV1--Migration--info--summary": {
2021-08-11 23:44:04 +00:00
"message": "Kumpulan Baru mempunyai ciri seperti @mentions dan admin kumpulan, dan akan menyokong lebih banyak ciri pada masa akan datang.",
2020-12-10 18:48:32 +00:00
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--info--keep-history": {
2021-08-11 23:44:04 +00:00
"message": "Semua sejarah dan media mesej telah disimpan sebelum peningkatan.",
2020-12-10 18:48:32 +00:00
"description": "Shown on Learn More popup after GV1 migration"
},
"GroupV1--Migration--migrate--keep-history": {
2021-08-11 23:44:04 +00:00
"message": "Semua sejarah dan media mesej akan disimpan sebelum peningkatan.",
2020-12-10 18:48:32 +00:00
"description": "Shown on Migration popup before GV1 migration"
},
"GroupV1--Migration--info--invited--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda perlu menerima jemputan untuk menyertai kumpulan ini lagi, dan tidak akan menerima mesej kumpulan sehingga anda menerimanya.",
2020-12-10 18:48:32 +00:00
"description": "Shown on Learn More popup after GV1 migration"
},
"GroupV1--Migration--info--invited--many": {
2021-08-11 23:44:04 +00:00
"message": "Ahli-ahli ini perlu menerima jemputan untuk bergabung dengan kumpulan ini lagi, dan tidak akan menerima mesej kumpulan sehingga mereka menerima:",
2020-12-10 18:48:32 +00:00
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--info--invited--one": {
2021-08-11 23:44:04 +00:00
"message": "Ahli ini perlu menerima jemputan untuk bergabung dengan kumpulan ini lagi, dan tidak akan menerima mesej kumpulan sehingga mereka menerima:",
2020-12-10 18:48:32 +00:00
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--info--removed--before--many": {
2021-08-11 23:44:04 +00:00
"message": "Ahli-ahli ini tidak dapat bergabung dengan Kumpulan Baru, dan akan dikeluarkan dari kumpulan:",
2020-12-10 18:48:32 +00:00
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--info--removed--before--one": {
2021-08-11 23:44:04 +00:00
"message": "Ahli ini tidak dapat bergabung dengan Kumpulan Baru, dan akan dikeluarkan dari kumpulan:",
2020-12-10 18:48:32 +00:00
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--info--removed--after--many": {
2021-08-11 23:44:04 +00:00
"message": "Anggota ini tidak dapat bergabung dengan Kumpulan Baru, dan dikeluarkan dari kumpulan:",
2020-12-10 18:48:32 +00:00
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--info--removed--after--one": {
2021-08-11 23:44:04 +00:00
"message": "Ahli ini tidak dapat bergabung dengan Kumpulan Baru, dan dikeluarkan dari kumpulan:",
2020-12-10 18:48:32 +00:00
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--invited--you": {
2021-08-11 23:44:04 +00:00
"message": "Anda tidak dapat ditambahkan ke Kumpulan Baru dan telah dijemput untuk bergabung.",
2020-12-10 18:48:32 +00:00
"description": "Shown in timeline when a group is upgraded and you were invited instead of added"
},
"GroupV1--Migration--invited--one": {
2021-08-11 23:44:04 +00:00
"message": "$contact$tidak dapat ditambahkan ke Kumpulan Baru dan telah dijemput untuk bergabung.",
2020-12-10 18:48:32 +00:00
"description": "Shown in timeline when a group is upgraded and one person was invited, instead of added",
"placeholders": {
"contact": {
"content": "$1",
"example": "5"
}
}
},
"GroupV1--Migration--invited--many": {
2021-08-11 23:44:04 +00:00
"message": "$count$ahli tidak dapat ditambahkan ke Kumpulan Baru dan telah dijemput untuk bergabung.",
2020-12-10 18:48:32 +00:00
"description": "Shown in timeline when a group is upgraded and some people were invited, instead of added",
"placeholders": {
"contact": {
"content": "$1",
"example": "5"
}
}
},
"GroupV1--Migration--removed--one": {
2021-08-11 23:44:04 +00:00
"message": "$contact$dikeluarkan dari kumpulan.",
2020-12-10 18:48:32 +00:00
"description": "Shown in timeline when a group is upgraded and one person was removed entirely during the upgrade",
"placeholders": {
"contact": {
"content": "$1",
"example": "5"
}
}
},
"GroupV1--Migration--removed--many": {
2021-08-11 23:44:04 +00:00
"message": "$count$ahli dikeluarkan dari kumpulan.",
2020-12-10 18:48:32 +00:00
"description": "Shown in timeline when a group is upgraded and some people were removed entirely during the upgrade",
"placeholders": {
"contact": {
"content": "$1",
"example": "5"
}
}
},
2020-09-22 00:22:24 +00:00
"close": {
"message": "Tutup",
"description": "Generic close label"
},
"previous": {
2021-08-11 23:44:04 +00:00
"message": "sebelumnya",
2020-09-22 00:22:24 +00:00
"description": "Generic previous label"
},
"next": {
2021-08-11 23:44:04 +00:00
"message": "seterusnya",
2020-09-22 00:22:24 +00:00
"description": "Generic next label"
},
"CompositionArea--expand": {
2021-08-11 23:44:04 +00:00
"message": "Kembangkan",
2020-09-22 00:22:24 +00:00
"description": "Aria label for expanding composition area"
},
"CompositionArea--attach-file": {
"message": "Lampirkan fail",
"description": "Aria label for file attachment button in composition area"
},
2021-06-09 23:53:27 +00:00
"CompositionArea--sms-only__title": {
2021-08-11 23:44:04 +00:00
"message": "Orang ini tidak menggunakan Isyarat",
2021-06-09 23:53:27 +00:00
"description": "Title for the composition area for the SMS-only contact"
},
"CompositionArea--sms-only__body": {
2021-08-11 23:44:04 +00:00
"message": "Desktop Isyarat tidak menyokong pemesejan kenalan bukan Isyarat. Minta orang ini memasang Signal untuk pengalaman pemesejan yang lebih selamat.",
2021-06-09 23:53:27 +00:00
"description": "Body for the composition area for the SMS-only contact"
},
"CompositionArea--sms-only__spinner-label": {
2021-08-11 23:44:04 +00:00
"message": "Memeriksa status pendaftaran kenalan",
2021-06-09 23:53:27 +00:00
"description": "Displayed while checking if the contact is SMS-only"
},
2020-09-22 00:22:24 +00:00
"countMutedConversationsDescription": {
2021-08-11 23:44:04 +00:00
"message": "Kira perbualan yang diredam dalam kiraan lencana",
2020-09-22 00:22:24 +00:00
"description": "Description for counting muted conversations in badge setting"
2020-11-16 22:08:09 +00:00
},
"ContactModal--message": {
"message": "Mesej",
"description": "Button text for send message button in Group Contact Details modal"
},
2021-02-17 18:56:48 +00:00
"ContactModal--rm-admin": {
2021-08-11 23:44:04 +00:00
"message": "Alih keluar sebagai pentadbir",
2021-02-17 18:56:48 +00:00
"description": "Button text for removing as admin button in Group Contact Details modal"
},
2020-11-16 22:08:09 +00:00
"ContactModal--make-admin": {
2021-08-11 23:44:04 +00:00
"message": "Buat pentadbir",
2020-11-16 22:08:09 +00:00
"description": "Button text for make admin button in Group Contact Details modal"
},
2021-02-17 18:56:48 +00:00
"ContactModal--make-admin-info": {
2021-08-11 23:44:04 +00:00
"message": "$contact$akan dapat menyunting kumpulan ini dan ahli-ahlinya.",
2021-02-17 18:56:48 +00:00
"description": "Shown in a confirmation dialog when you are about to grant admin privileges to someone",
"placeholders": {
"contact": {
"content": "$1",
"example": "Homer"
}
}
},
"ContactModal--rm-admin-info": {
2021-08-11 23:44:04 +00:00
"message": "Keluarkan$contact$ sebagai pentadbir kumpulan",
2021-02-17 18:56:48 +00:00
"description": "Shown in a confirmation dialog when you are about to remove admin privileges from someone",
"placeholders": {
"contact": {
"content": "$1",
"example": "Homer"
}
}
},
2020-11-16 22:08:09 +00:00
"ContactModal--remove-from-group": {
2021-08-11 23:44:04 +00:00
"message": "Keluarkan dari kumpulan",
2020-11-16 22:08:09 +00:00
"description": "Button text for remove from group button in Group Contact Details modal"
2021-02-17 18:56:48 +00:00
},
2021-06-09 23:53:27 +00:00
"showChatColorEditor": {
2021-08-11 23:44:04 +00:00
"message": "Warna sembang",
2021-06-09 23:53:27 +00:00
"description": "This is a button in the conversation context menu to show the chat color editor"
},
2021-02-17 18:56:48 +00:00
"showConversationDetails": {
"message": "Group settings",
"description": "This is a button in the conversation context menu to show group settings"
},
"ConversationDetails--group-link": {
2021-08-11 23:44:04 +00:00
"message": "Pautan kumpulan",
2021-02-17 18:56:48 +00:00
"description": "This is the label for the group link management panel"
},
"ConversationDetails--disappearing-messages-label": {
"message": "Mesej hilang",
"description": "This is the label for the disappearing messages setting panel"
},
"ConversationDetails--disappearing-messages-info": {
2021-08-11 23:44:04 +00:00
"message": "Apabila diaktifkan, mesej yang dihantar dan diterima dalam kumpulan ini akan hilang setelah dilihat.",
2021-02-17 18:56:48 +00:00
"description": "This is the info about the disappearing messages setting"
},
2021-08-11 23:44:04 +00:00
"ConversationDetails--notifications": {
"message": "Pemberitahuan",
"description": "This is the label for notifications in the conversation details screen"
},
2021-02-17 18:56:48 +00:00
"ConversationDetails--group-info-label": {
2021-08-11 23:44:04 +00:00
"message": "Siapa yang boleh mengedit maklumat kumpulan",
2021-02-17 18:56:48 +00:00
"description": "This is the label for the 'who can edit the group' panel"
},
"ConversationDetails--group-info-info": {
2021-08-11 23:44:04 +00:00
"message": "Pilih siapa yang dapat mengedit nama kumpulan, foto, keterangan, dan pemasa mesej yang hilang.",
2021-02-17 18:56:48 +00:00
"description": "This is the additional info for the 'who can edit the group' panel"
},
"ConversationDetails--add-members-label": {
2021-08-11 23:44:04 +00:00
"message": "Siapa yang boleh menambah ahli",
2021-02-17 18:56:48 +00:00
"description": "This is the label for the 'who can add members' panel"
},
"ConversationDetails--add-members-info": {
2021-08-11 23:44:04 +00:00
"message": "Pilih siapa yang boleh menambahkan ahli ke kumpulan ini.",
2021-02-17 18:56:48 +00:00
"description": "This is the additional info for the 'who can add members' panel"
},
2021-07-21 17:57:16 +00:00
"ConversationDetails--announcement-label": {
2021-08-11 23:44:04 +00:00
"message": "Siapa yang boleh menghantar mesej",
2021-07-21 17:57:16 +00:00
"description": "This is the additional info for the 'who can send messages' panel"
},
"ConversationDetails--announcement-info": {
2021-08-11 23:44:04 +00:00
"message": "Pilih siapa yang boleh menghantar mesej ke kumpulan.",
2021-07-21 17:57:16 +00:00
"description": "This is the additional info for the 'who can send mesages' panel"
},
2021-02-17 18:56:48 +00:00
"ConversationDetails--requests-and-invites": {
2021-08-11 23:44:04 +00:00
"message": "Permintaan &amp; Jemputan",
2021-02-17 18:56:48 +00:00
"description": "This is a button to display which members have been invited but have not joined yet"
},
"ConversationDetailsActions--leave-group": {
"message": "Keluar kumpulan",
"description": "This is a button to leave a group"
},
"ConversationDetailsActions--block-group": {
2021-08-11 23:44:04 +00:00
"message": "Sekat kumpulan",
2021-02-17 18:56:48 +00:00
"description": "This is a button to block a group"
},
2021-05-12 19:27:45 +00:00
"ConversationDetailsActions--leave-group-must-choose-new-admin": {
2021-08-11 23:44:04 +00:00
"message": "Sebelum anda pergi, anda mesti memilih sekurang-kurangnya satu pentadbir baru untuk kumpulan ini.",
2021-05-12 19:27:45 +00:00
"description": "Shown if, before leaving a group, you need to choose an admin"
},
2021-02-17 18:56:48 +00:00
"ConversationDetailsActions--leave-group-modal-title": {
"message": "Adakah anda benar-benar mahu keluar?",
"description": "This is the modal title for confirming leaving a group"
},
"ConversationDetailsActions--leave-group-modal-content": {
"message": "Anda tidak akan dapat menerima atau menghantar mesej dalam kumpulan ini.",
"description": "This is the modal content for confirming leaving a group"
},
"ConversationDetailsActions--leave-group-modal-confirm": {
"message": "Tinggalkan",
"description": "This is the modal button to confirm leaving a group"
},
"ConversationDetailsActions--block-group-modal-title": {
2021-08-11 23:44:04 +00:00
"message": "Sekat dan Tinggalkan &quot;$groupName$ &quot; Kumpulan?",
2021-02-17 18:56:48 +00:00
"description": "This is the modal title for confirming blocking a group",
"placeholders": {
"groupName": {
"content": "$1",
"example": "Our Conversation"
}
}
},
"ConversationDetailsActions--block-group-modal-content": {
"message": "Anda tidak akan menerima mesej dan kemas kini daripada kumpulan ini.",
"description": "This is the modal content for confirming blocking a group"
},
"ConversationDetailsActions--block-group-modal-confirm": {
"message": "Sekat",
"description": "This is the modal button to confirm blocking a group"
},
"ConversationDetailsHeader--members": {
2021-08-11 23:44:04 +00:00
"message": "$number$ahli",
2021-02-17 18:56:48 +00:00
"description": "This is the number of members in a group",
"placeholders": {
"number": {
"content": "$1",
"example": "10"
}
}
},
"ConversationDetailsMediaList--shared-media": {
"message": "Media yang dikongsi",
"description": "Title for the media thumbnails in the conversation details screen"
},
"ConversationDetailsMediaList--show-all": {
2021-08-11 23:44:04 +00:00
"message": "Lihat semua",
2021-02-17 18:56:48 +00:00
"description": "This is a button on the conversation details to show all media"
},
"ConversationDetailsMembershipList--title": {
2021-08-11 23:44:04 +00:00
"message": "$number$ahli",
2021-02-17 18:56:48 +00:00
"description": "The title of the membership list panel",
"placeholders": {
"number": {
"content": "$1",
"example": "10"
}
}
},
2021-05-12 19:27:45 +00:00
"ConversationDetailsMembershipList--add-members": {
"message": "Tambah ahli",
"description": "The button that you can click to add new members"
},
2021-02-17 18:56:48 +00:00
"ConversationDetailsMembershipList--show-all": {
2021-08-11 23:44:04 +00:00
"message": "Lihat semua",
2021-02-17 18:56:48 +00:00
"description": "This is a button on the conversation details to show all members"
},
2021-08-11 23:44:04 +00:00
"ConversationNotificationsSettings__mentions__label": {
"message": "Sebutan",
"description": "In the conversation notifications settings, this is the label for the mentions option"
},
"ConversationNotificationsSettings__mentions__info": {
"message": "Terima pemberitahuan apabila anda disebut dalam sembang yang disenyapkan",
"description": "In the conversation notifications settings, this is the sub-label for the mentions option"
},
"ConversationNotificationsSettings__mentions__select__always-notify": {
"message": "Sentiasa memberitahu",
"description": "In the conversation notifications settings, this is the option that always notifies you for @mentions"
},
"ConversationNotificationsSettings__mentions__select__dont-notify-for-mentions-if-muted": {
"message": "Jangan maklumkan jika disenyapkan",
"description": "In the conversation notifications settings, this is the option that doesn't notify you for @mentions if the conversation is muted"
},
2021-02-17 18:56:48 +00:00
"GroupLinkManagement--clipboard": {
2021-08-11 23:44:04 +00:00
"message": "Pautan kumpulan disalin.",
2021-02-17 18:56:48 +00:00
"description": "Shown in a toast when a user selects to copy group link"
},
"GroupLinkManagement--share": {
2021-08-11 23:44:04 +00:00
"message": "Salin pautan",
2021-02-17 18:56:48 +00:00
"description": "This lets users share their group link"
},
"GroupLinkManagement--confirm-reset": {
2021-08-11 23:44:04 +00:00
"message": "Adakah anda pasti mahu menetapkan semula pautan kumpulan? Orang tidak dapat lagi menyertai kumpulan menggunakan pautan semasa.",
2021-02-17 18:56:48 +00:00
"description": "Shown in the confirmation dialog when an admin is about to reset the group link"
},
"GroupLinkManagement--reset": {
2021-08-11 23:44:04 +00:00
"message": "Pautan tetapan semula",
2021-02-17 18:56:48 +00:00
"description": "This lets users generate a new group link"
},
"GroupLinkManagement--approve-label": {
2021-08-11 23:44:04 +00:00
"message": "Luluskan ahli baru",
2021-02-17 18:56:48 +00:00
"description": "Title for the approve new members select area"
},
"GroupLinkManagement--approve-info": {
2021-08-11 23:44:04 +00:00
"message": "Wajibkan pentadbir untuk meluluskan ahli baru yang bergabung melalui pautan kumpulan",
2021-02-17 18:56:48 +00:00
"description": "Description for the approve new members select area"
},
"PendingInvites--tab-requests": {
2021-08-11 23:44:04 +00:00
"message": "Permintaan ($count$ )",
2021-02-17 18:56:48 +00:00
"description": "Label for the tab to view pending requests",
"placeholders": {
"name": {
"content": "$1",
"example": "4"
}
}
},
"PendingInvites--tab-invites": {
2021-08-11 23:44:04 +00:00
"message": "Jemputan ($count$ )",
2021-02-17 18:56:48 +00:00
"description": "Label for the tab to view pending invites",
"placeholders": {
"name": {
"content": "$1",
"example": "2"
}
}
},
"PendingRequests--approve-for": {
2021-08-11 23:44:04 +00:00
"message": "Luluskan permintaan dari &quot;$name$ &quot;?",
2021-02-17 18:56:48 +00:00
"description": "This is the modal content when confirming approving a group request to join",
"placeholders": {
"name": {
"content": "$1",
"example": "Meowsy Purrington"
}
}
},
"PendingRequests--deny-for": {
2021-08-11 23:44:04 +00:00
"message": "Tolak permintaan dari &quot;$name$ &quot;?",
2021-02-17 18:56:48 +00:00
"description": "This is the modal content when confirming denying a group request to join",
"placeholders": {
"name": {
"content": "$1",
"example": "Meowsy Purrington"
}
}
},
"PendingInvites--invites": {
2021-08-11 23:44:04 +00:00
"message": "Dijemput oleh anda",
2021-02-17 18:56:48 +00:00
"description": "This is the title list of all invites"
},
"PendingInvites--invited-by-you": {
2021-08-11 23:44:04 +00:00
"message": "Dijemput oleh anda",
2021-02-17 18:56:48 +00:00
"description": "This is the title for the list of members you have invited"
},
"PendingInvites--invited-by-others": {
2021-08-11 23:44:04 +00:00
"message": "Dijemput oleh orang lain",
2021-02-17 18:56:48 +00:00
"description": "This is the title for the list of members who have invited other people"
},
"PendingInvites--invited-count": {
2021-08-11 23:44:04 +00:00
"message": "Dijemput$number$",
2021-02-17 18:56:48 +00:00
"description": "This is the label for the number of members someone has invited",
"placeholders": {
"number": {
"content": "$1",
"example": "3"
}
}
},
"PendingInvites--revoke-for-label": {
2021-08-11 23:44:04 +00:00
"message": "Batalkan jemputan kumpulan",
2021-02-17 18:56:48 +00:00
"description": "This is aria label for revoking a group invite icon"
},
"PendingInvites--revoke-for": {
2021-08-11 23:44:04 +00:00
"message": "Batalkan jemputan kumpulan untuk &quot;$name$ &quot;?",
2021-02-17 18:56:48 +00:00
"description": "This is the modal content when confirming revoking a single invite",
"placeholders": {
"number": {
"content": "$1",
"example": "3"
},
"name": {
"content": "$2",
"example": "Fred Riley III"
}
}
},
"PendingInvites--revoke-from-singular": {
2021-08-11 23:44:04 +00:00
"message": "Batalkan 1 jemputan yang dihantar oleh &quot;$name$ &quot;?",
2021-02-17 18:56:48 +00:00
"description": "This is the modal content when confirming revoking a single invite",
"placeholders": {
"name": {
"content": "$2",
"example": "Fred Riley III"
}
}
},
"PendingInvites--revoke-from-plural": {
2021-08-11 23:44:04 +00:00
"message": "Membatalkan$number$ jemputan yang dihantar oleh &quot;$name$ &quot;",
2021-02-17 18:56:48 +00:00
"description": "This is the modal content when confirming revoking multiple invites",
"placeholders": {
"number": {
"content": "$1",
"example": "3"
},
"name": {
"content": "$2",
"example": "Fred Riley III"
}
}
},
"PendingInvites--revoke": {
2021-08-11 23:44:04 +00:00
"message": "Membatalkan",
2021-02-17 18:56:48 +00:00
"description": "This is the modal button to confirm revoking invites"
},
"PendingRequests--approve": {
2021-08-11 23:44:04 +00:00
"message": "Luluskan Permintaan",
2021-02-17 18:56:48 +00:00
"description": "This is the modal button to approve group request to join"
},
"PendingRequests--deny": {
2021-08-11 23:44:04 +00:00
"message": "Tolak Permintaan",
2021-02-17 18:56:48 +00:00
"description": "This is the modal button to deny group request to join"
},
"PendingRequests--info": {
2021-08-11 23:44:04 +00:00
"message": "Orang dalam senarai ini cuba bergabung &quot;$name$ &quot;melalui pautan kumpulan.",
2021-02-17 18:56:48 +00:00
"description": "Inforamtion shown below the pending admin approval list",
"placeholders": {
"name": {
"content": "$1",
"example": "Tahoe List"
}
}
},
"PendingInvites--info": {
2021-08-11 23:44:04 +00:00
"message": "Butiran mengenai orang yang dijemput ke kumpulan ini tidak ditunjukkan sehingga mereka bergabung. Orang yang dijemput hanya akan melihat mesej setelah mereka menyertai kumpulan.",
2021-02-17 18:56:48 +00:00
"description": "Information shown below the invite list"
2021-05-12 19:27:45 +00:00
},
"AvatarInput--no-photo-label--group": {
2021-08-11 23:44:04 +00:00
"message": "Tambahkan foto kumpulan",
2021-05-12 19:27:45 +00:00
"description": "The label for the avatar uploader when no group photo is selected"
},
2021-07-21 17:57:16 +00:00
"AvatarInput--no-photo-label--profile": {
2021-08-11 23:44:04 +00:00
"message": "Tambahkan foto",
2021-07-21 17:57:16 +00:00
"description": "The label for the avatar uploader when no profile photo is selected"
},
2021-05-12 19:27:45 +00:00
"AvatarInput--change-photo-label": {
2021-08-11 23:44:04 +00:00
"message": "Tukar gambar",
2021-05-12 19:27:45 +00:00
"description": "The label for the avatar uploader when a photo is selected"
},
"AvatarInput--upload-photo-choice": {
2021-08-11 23:44:04 +00:00
"message": "Muatnaik gambar",
2021-05-12 19:27:45 +00:00
"description": "The button text when you click on an uploaded avatar and want to upload a new one"
},
"AvatarInput--remove-photo-choice": {
"message": "Keluarkan foto",
"description": "The button text when you click on an uploaded avatar and want to remove it"
},
"ContactPill--remove": {
2021-08-11 23:44:04 +00:00
"message": "Buang kenalan",
2021-05-12 19:27:45 +00:00
"description": "The label for the 'remove' button on the contact pill"
},
"ComposeErrorDialog--close": {
"message": "Okay",
"description": "The text on the button when there's an error in the composer"
},
"NewlyCreatedGroupInvitedContactsDialog--title--one": {
2021-08-11 23:44:04 +00:00
"message": "Jemputan dihantar",
2021-05-12 19:27:45 +00:00
"description": "When creating a new group and inviting users, this is shown in the dialog"
},
"NewlyCreatedGroupInvitedContactsDialog--title--many": {
2021-08-11 23:44:04 +00:00
"message": "$count$jemputan dihantar",
2021-05-12 19:27:45 +00:00
"description": "When creating a new group and inviting users, this is shown in the dialog",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"NewlyCreatedGroupInvitedContactsDialog--body--user-paragraph--one": {
2021-08-11 23:44:04 +00:00
"message": "$name$tidak dapat ditambahkan secara automatik ke kumpulan ini oleh anda.",
2021-05-12 19:27:45 +00:00
"description": "When creating a new group and inviting users, this is shown in the dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Jane Doe"
}
}
},
"NewlyCreatedGroupInvitedContactsDialog--body--user-paragraph--many": {
2021-08-11 23:44:04 +00:00
"message": "Pengguna ini tidak dapat ditambahkan secara automatik ke kumpulan ini oleh anda.",
2021-05-12 19:27:45 +00:00
"description": "When creating a new group and inviting users, this is shown in the dialog"
},
"NewlyCreatedGroupInvitedContactsDialog--body--info-paragraph": {
2021-08-11 23:44:04 +00:00
"message": "Mereka telah dijemput untuk bergabung, dan tidak akan melihat sebarang pesanan kumpulan sehingga mereka menerimanya.",
2021-05-12 19:27:45 +00:00
"description": "When creating a new group and inviting users, this is shown in the dialog"
},
"NewlyCreatedGroupInvitedContactsDialog--body--learn-more": {
"message": "Ketahui lebih lanjut",
"description": "When creating a new group and inviting users, this is shown in the dialog"
},
"AddGroupMembersModal--title": {
"message": "Tambah ahli",
"description": "When adding new members to an existing group, this is shown in the dialog"
},
"AddGroupMembersModal--continue-to-confirm": {
"message": "Kemas Kini",
"description": "When adding new members to an existing group, this is shown in the dialog"
},
"AddGroupMembersModal--confirm-title--one": {
2021-08-11 23:44:04 +00:00
"message": "Tambah$person$ ke &quot;$group$ &quot;?",
2021-05-12 19:27:45 +00:00
"description": "When adding new members to an existing group, this is shown in the confirmation dialog",
"placeholders": {
"person": {
"content": "$1",
"example": "Jane Doe"
},
"group": {
"content": "$2",
"example": "Tahoe Trip"
}
}
},
"AddGroupMembersModal--confirm-title--many": {
2021-08-11 23:44:04 +00:00
"message": "Tambah$count$ ahli untuk &quot;$group$ &quot;?",
2021-05-12 19:27:45 +00:00
"description": "When adding new members to an existing group, this is shown in the confirmation dialog",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
},
"group": {
"content": "$2",
"example": "Tahoe Trip"
}
}
},
"AddGroupMembersModal--confirm-button--one": {
2021-08-11 23:44:04 +00:00
"message": "Tambah ahli",
2021-05-12 19:27:45 +00:00
"description": "When adding new members to an existing group, this is shown on the confirmation dialog button"
},
"AddGroupMembersModal--confirm-button--many": {
"message": "Tambah ahli",
"description": "When adding new members to an existing group, this is shown on the confirmation dialog button"
},
"createNewGroupButton": {
"message": "Kumpulan baru",
"description": "The text of the button to create new groups"
},
"selectContact": {
2021-08-11 23:44:04 +00:00
"message": "Pilih kenalan",
2021-05-12 19:27:45 +00:00
"description": "The label for contact checkboxes that are non-selected (clicking them should select the contact)"
},
"deselectContact": {
2021-08-11 23:44:04 +00:00
"message": "Nyahpilih kenalan",
2021-05-12 19:27:45 +00:00
"description": "The label for contact checkboxes that are selected (clicking them should de-select the contact)"
},
"cannotSelectContact": {
2021-08-11 23:44:04 +00:00
"message": "Tidak dapat memilih kenalan",
2021-05-12 19:27:45 +00:00
"description": "The label for contact checkboxes that are disabled"
},
"alreadyAMember": {
2021-08-11 23:44:04 +00:00
"message": "Sudah menjadi ahli",
2021-05-12 19:27:45 +00:00
"description": "The label for contact checkboxes that are disabled because they're already a member"
},
"MessageAudio--play": {
2021-08-11 23:44:04 +00:00
"message": "Mainkan lampiran audio",
2021-05-12 19:27:45 +00:00
"description": "Aria label for audio attachment's Play button"
},
"MessageAudio--pause": {
2021-08-11 23:44:04 +00:00
"message": "Jeda lampiran audio",
2021-05-12 19:27:45 +00:00
"description": "Aria label for audio attachment's Pause button"
},
"MessageAudio--download": {
2021-08-11 23:44:04 +00:00
"message": "Muat turun lampiran audio",
2021-05-12 19:27:45 +00:00
"description": "Aria label for audio attachment's Download button"
},
"MessageAudio--pending": {
2021-08-11 23:44:04 +00:00
"message": "Memuat turun lampiran audio ...",
2021-05-12 19:27:45 +00:00
"description": "Aria label for pending audio attachment spinner"
},
"MessageAudio--slider": {
2021-08-11 23:44:04 +00:00
"message": "Masa main balik lampiran audio",
2021-05-12 19:27:45 +00:00
"description": "Aria label for audio attachment's playback time slider"
},
"emptyInboxMessage": {
2021-08-11 23:44:04 +00:00
"message": "Klik$composeIcon$ di atas dan cari kenalan atau kumpulan anda untuk dihantar.",
2021-05-12 19:27:45 +00:00
"description": "Shown in the left-pane when the inbox is empty",
"placeholders": {
"composeIcon": {
"content": "$1",
"example": "compose button"
}
}
},
"composeIcon": {
2021-08-11 23:44:04 +00:00
"message": "butang mengarang",
2021-05-12 19:27:45 +00:00
"description": "Shown in the left-pane when the inbox is empty. Describes the button that composes a new message."
},
"ForwardMessageModal--continue": {
"message": "Teruskan",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
2021-06-09 23:53:27 +00:00
},
"MessageRequestWarning__learn-more": {
"message": "Ketahui lebih lanjut",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
2021-08-11 23:44:04 +00:00
"message": "Anda tidak mempunyai kumpulan yang sama dengan orang ini. Kaji permintaan dengan teliti sebelum menerima untuk mengelakkan mesej yang tidak diingini.",
2021-06-09 23:53:27 +00:00
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
2021-08-11 23:44:04 +00:00
"message": "Mengenai Permintaan Mesej",
2021-06-09 23:53:27 +00:00
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
2021-08-11 23:44:04 +00:00
"message": "Kaji permintaan dengan teliti. Isyarat menemui kenalan lain dengan nama yang sama.$link$",
2021-06-09 23:53:27 +00:00
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name-in-group": {
2021-08-11 23:44:04 +00:00
"message": "$count$ahli kumpulan mempunyai nama yang sama.$link$",
2021-06-09 23:53:27 +00:00
"description": "Shown in the timeline warning when you multiple group members have the same name",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
},
"link": {
"content": "$2",
"example": "Tap to review"
}
}
},
"ContactSpoofing__same-name__link": {
2021-08-11 23:44:04 +00:00
"message": "Permintaan semakan",
2021-06-09 23:53:27 +00:00
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofing__same-name-in-group__link": {
2021-08-11 23:44:04 +00:00
"message": "Klik untuk menyemak",
2021-06-09 23:53:27 +00:00
"description": "Shown in the timeline warning when you multiple group members have the same name"
},
"ContactSpoofingReviewDialog__title": {
2021-08-11 23:44:04 +00:00
"message": "Permintaan semakan",
2021-06-09 23:53:27 +00:00
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
2021-08-11 23:44:04 +00:00
"message": "Sekiranya anda tidak pasti dari mana permintaannya, tinjau kenalan di bawah dan ambil tindakan.",
2021-06-09 23:53:27 +00:00
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
2021-08-11 23:44:04 +00:00
"message": "Permintaan",
2021-06-09 23:53:27 +00:00
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
2021-08-11 23:44:04 +00:00
"message": "Kenalan anda",
2021-06-09 23:53:27 +00:00
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"ContactSpoofingReviewDialog__group__title": {
2021-08-11 23:44:04 +00:00
"message": "Ulangkaji ahli",
2021-06-09 23:53:27 +00:00
"description": "Title for the contact name spoofing review dialog in groups"
},
"ContactSpoofingReviewDialog__group__description": {
2021-08-11 23:44:04 +00:00
"message": "$count$ahli kumpulan mempunyai nama yang serupa. Tinjau ahli di bawah atau pilih untuk mengambil tindakan.",
2021-06-09 23:53:27 +00:00
"description": "Description for the group contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__group__members-header": {
"message": "Ahli",
"description": "Header in the group contact spoofing review dialog. After this header, there will be a list of members"
},
"ContactSpoofingReviewDialog__group__name-change-info": {
2021-08-11 23:44:04 +00:00
"message": "Baru-baru ini menukar nama profil mereka dari$oldName$ ke$newName$",
2021-06-09 23:53:27 +00:00
"description": "In the group contact spoofing review dialog, this text is shown when someone has changed their name recently",
"placeholders": {
"oldName": {
"content": "$1",
"example": "Jane Doe"
},
"newName": {
"content": "$2",
"example": "Doe Jane"
}
}
},
"RemoveGroupMemberConfirmation__remove-button": {
2021-08-11 23:44:04 +00:00
"message": "Keluarkan dari kumpulan",
2021-06-09 23:53:27 +00:00
"description": "When confirming the removal of a group member, show this text in the button"
},
"RemoveGroupMemberConfirmation__description": {
2021-08-11 23:44:04 +00:00
"message": "Alih keluar &quot;$name$ &quot;dari kumpulan?",
2021-06-09 23:53:27 +00:00
"description": "When confirming the removal of a group member, show this text in the dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Jane Doe"
}
}
},
"CaptchaDialog__title": {
2021-08-11 23:44:04 +00:00
"message": "Sahkan untuk meneruskan pemesejan",
2021-06-09 23:53:27 +00:00
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
2021-08-11 23:44:04 +00:00
"message": "Untuk mengelakkan spam di Isyarat, sila lengkapkan pengesahan.",
2021-06-09 23:53:27 +00:00
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
2021-08-11 23:44:04 +00:00
"message": "Setelah mengesahkan, anda boleh meneruskan pesanan. Sebarang mesej yang dijeda akan dihantar secara automatik.",
2021-06-09 23:53:27 +00:00
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
2021-08-11 23:44:04 +00:00
"message": "Teruskan tanpa mengesahkan?",
2021-06-09 23:53:27 +00:00
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
2021-08-11 23:44:04 +00:00
"message": "Sekiranya anda memilih untuk melangkau pengesahan, anda mungkin terlepas mesej dari orang lain dan mesej anda mungkin gagal dihantar.",
2021-06-09 23:53:27 +00:00
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
2021-08-11 23:44:04 +00:00
"message": "Langkau pengesahan",
2021-06-09 23:53:27 +00:00
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
2021-08-11 23:44:04 +00:00
"message": "Pengesahan selesai.",
2021-06-09 23:53:27 +00:00
"description": "Displayed after successful captcha"
},
"verificationFailed": {
2021-08-11 23:44:04 +00:00
"message": "Pengesahan gagal. Sila cuba sebentar lagi.",
2021-06-09 23:53:27 +00:00
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
2021-08-11 23:44:04 +00:00
"message": "Gagal memadam mesej untuk semua orang. Sila cuba sebentar lagi.",
2021-06-09 23:53:27 +00:00
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
},
"ChatColorPicker__delete--title": {
2021-08-11 23:44:04 +00:00
"message": "Padamkan warna",
2021-06-09 23:53:27 +00:00
"description": "Confirm title for deleting custom color"
},
"ChatColorPicker__delete--message": {
2021-08-11 23:44:04 +00:00
"message": "Warna khas ini digunakan dalam$num$ sembang. Adakah anda mahu menghapusnya untuk semua sembang?",
2021-06-09 23:53:27 +00:00
"description": "Confirm message for deleting custom color",
"placeholders": {
"num": {
"content": "$1",
"example": "5"
}
}
},
"ChatColorPicker__global-chat-color": {
2021-08-11 23:44:04 +00:00
"message": "Warna Sembang Global",
2021-06-09 23:53:27 +00:00
"description": "Modal title for the chat color picker and editor for all conversations"
},
"ChatColorPicker__menu-title": {
2021-08-11 23:44:04 +00:00
"message": "Warna Sembang",
2021-06-09 23:53:27 +00:00
"description": "View title for the chat color picker and editor"
},
"ChatColorPicker__reset": {
2021-08-11 23:44:04 +00:00
"message": "Tetapkan semula warna sembang",
2021-06-09 23:53:27 +00:00
"description": "Button label for resetting chat colors"
},
2021-06-30 22:15:30 +00:00
"ChatColorPicker__resetDefault": {
2021-08-11 23:44:04 +00:00
"message": "Tetapkan semula Warna Sembang",
2021-06-30 22:15:30 +00:00
"description": "Confirmation dialog title for resetting all chat colors or only the global default one"
},
2021-06-09 23:53:27 +00:00
"ChatColorPicker__resetAll": {
2021-08-11 23:44:04 +00:00
"message": "Tetapkan semula semua warna sembang",
2021-06-09 23:53:27 +00:00
"description": "Button label for resetting all chat colors"
},
2021-06-30 22:15:30 +00:00
"ChatColorPicker__confirm-reset-default": {
2021-08-11 23:44:04 +00:00
"message": "Tetapkan semula lalai",
2021-06-30 22:15:30 +00:00
"description": "Button label for resetting only global chat color"
},
2021-06-09 23:53:27 +00:00
"ChatColorPicker__confirm-reset": {
"message": "Tetap semula",
"description": "Confirm button label for resetting chat colors"
},
"ChatColorPicker__confirm-reset-message": {
2021-08-11 23:44:04 +00:00
"message": "Adakah anda ingin mengganti semua warna sembang?",
2021-06-09 23:53:27 +00:00
"description": "Modal message text for confirming resetting of chat colors"
},
"ChatColorPicker__custom-color--label": {
2021-08-11 23:44:04 +00:00
"message": "Tunjukkan penyunting warna tersuai",
2021-06-09 23:53:27 +00:00
"description": "aria-label for custom color editor button"
},
"ChatColorPicker__sampleBubble1": {
2021-08-11 23:44:04 +00:00
"message": "Inilah pratonton warna sembang.",
2021-06-09 23:53:27 +00:00
"description": "An example message bubble for selecting the chat color"
},
"ChatColorPicker__sampleBubble2": {
2021-08-11 23:44:04 +00:00
"message": "Gelembung lain.",
2021-06-09 23:53:27 +00:00
"description": "An example message bubble for selecting the chat color"
},
"ChatColorPicker__sampleBubble3": {
2021-08-11 23:44:04 +00:00
"message": "Warnanya hanya dapat dilihat oleh anda sahaja.",
2021-06-09 23:53:27 +00:00
"description": "An example message bubble for selecting the chat color"
},
"ChatColorPicker__context--edit": {
2021-08-11 23:44:04 +00:00
"message": "Edit warna",
2021-06-09 23:53:27 +00:00
"description": "Option in the custom color bubble context menu"
},
"ChatColorPicker__context--duplicate": {
2021-08-11 23:44:04 +00:00
"message": "Gandakan",
2021-06-09 23:53:27 +00:00
"description": "Option in the custom color bubble context menu"
},
"ChatColorPicker__context--delete": {
"message": "Padam",
"description": "Option in the custom color bubble context menu"
},
"CustomColorEditor__solid": {
2021-08-11 23:44:04 +00:00
"message": "Padu",
2021-06-09 23:53:27 +00:00
"description": "Tab label for selecting solid colors"
},
"CustomColorEditor__gradient": {
2021-08-11 23:44:04 +00:00
"message": "Kecerunan",
2021-06-09 23:53:27 +00:00
"description": "Tab label for selecting a gradient"
},
"CustomColorEditor__hue": {
"message": "Hue",
"description": "Label for the hue slider"
},
"CustomColorEditor__saturation": {
2021-08-11 23:44:04 +00:00
"message": "Ketepuan",
2021-06-09 23:53:27 +00:00
"description": "Label for the saturation slider"
},
"CustomColorEditor__title": {
2021-08-11 23:44:04 +00:00
"message": "Warna Custom",
2021-06-09 23:53:27 +00:00
"description": "Modal title for the custom color editor"
},
"customDisappearingTimeOption": {
2021-08-11 23:44:04 +00:00
"message": "Waktu tersuai ...",
2021-06-09 23:53:27 +00:00
"description": "Text for an option in Disappearing Messages menu and Conversation Details Disappearing Messages setting when no user value is available"
},
"selectedCustomDisappearingTimeOption": {
2021-08-11 23:44:04 +00:00
"message": "Masa tersuai",
2021-06-09 23:53:27 +00:00
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__title": {
2021-08-11 23:44:04 +00:00
"message": "Waktu Tersuai",
2021-06-09 23:53:27 +00:00
"description": "Title for the custom disappearing message timeout dialog"
},
"DisappearingTimeDialog__body": {
2021-08-11 23:44:04 +00:00
"message": "Pilih waktu tersuai untuk menghilang mesej.",
2021-06-09 23:53:27 +00:00
"description": "Body for the custom disappearing message timeout dialog"
},
"DisappearingTimeDialog__set": {
2021-08-11 23:44:04 +00:00
"message": "Tetapkan",
2021-06-09 23:53:27 +00:00
"description": "Text for the dialog button confirming the custom disappearing message timeout"
},
"DisappearingTimeDialog__seconds": {
2021-08-11 23:44:04 +00:00
"message": "Detik",
2021-06-09 23:53:27 +00:00
"description": "Name of the 'seconds' unit select for the custom disappearing message timeout dialog"
},
"DisappearingTimeDialog__minutes": {
2021-08-11 23:44:04 +00:00
"message": "Minit",
2021-06-09 23:53:27 +00:00
"description": "Name of the 'minutes' unit select for the custom disappearing message timeout dialog"
},
"DisappearingTimeDialog__hours": {
2021-08-11 23:44:04 +00:00
"message": "Jam",
2021-06-09 23:53:27 +00:00
"description": "Name of the 'hours' unit select for the custom disappearing message timeout dialog"
},
"DisappearingTimeDialog__days": {
2021-08-11 23:44:04 +00:00
"message": "Hari-hari",
2021-06-09 23:53:27 +00:00
"description": "Name of the 'days' unit select for the custom disappearing message timeout dialog"
},
"DisappearingTimeDialog__weeks": {
2021-08-11 23:44:04 +00:00
"message": "Minggu",
2021-06-09 23:53:27 +00:00
"description": "Name of the 'weeks' unit select for the custom disappearing message timeout dialog"
},
"settings__DisappearingMessages__footer": {
2021-08-11 23:44:04 +00:00
"message": "Tetapkan pemasa mesej hilang lalai untuk semua sembang baru yang anda mulakan.",
2021-06-09 23:53:27 +00:00
"description": "Footer for the Disappearing Messages settings section"
},
"settings__DisappearingMessages__timer__label": {
2021-08-11 23:44:04 +00:00
"message": "Pemasa lalai untuk sembang baru",
2021-06-09 23:53:27 +00:00
"description": "Label for the Disapearring Messages default timer setting"
},
"UniversalTimerNotification__text": {
2021-08-11 23:44:04 +00:00
"message": "Masa mesej yang hilang akan ditetapkan ke$timeValue$ semasa anda menghantar mesej kepada mereka.",
2021-06-09 23:53:27 +00:00
"description": "A message displayed when default disappearing message timeout is about to be applied",
"placeholders": {
"timeValue": {
"content": "$1",
"example": "1 week"
}
}
},
2021-08-11 23:44:04 +00:00
"ErrorBoundaryNotification__text": {
"message": "Gagal memaparkan mesej kerana ralat dalaman. Klik untuk menghantar log debug.",
"description": "An error notification displayed when message fails to render due to an internal error"
},
2021-06-09 23:53:27 +00:00
"GroupDescription__read-more": {
2021-08-11 23:44:04 +00:00
"message": "baca lagi",
2021-06-09 23:53:27 +00:00
"description": "Button text when the group description is too long"
},
"EditConversationAttributesModal__description-warning": {
2021-08-11 23:44:04 +00:00
"message": "Penerangan kumpulan akan dapat dilihat oleh ahli kumpulan ini dan orang yang telah dijemput.",
2021-06-09 23:53:27 +00:00
"description": "Label text shown when editing group description"
},
"ConversationDetailsHeader--add-group-description": {
2021-08-11 23:44:04 +00:00
"message": "Tambahkan keterangan kumpulan ...",
2021-06-09 23:53:27 +00:00
"description": "Placeholder text in the details header for those that can edit the group description"
2021-07-21 17:57:16 +00:00
},
"MediaQualitySelector--button": {
2021-08-11 23:44:04 +00:00
"message": "Pilih kualiti media",
2021-07-21 17:57:16 +00:00
"description": "aria-label for the media quality selector button"
},
"MediaQualitySelector--title": {
2021-08-11 23:44:04 +00:00
"message": "Kualiti Media",
2021-07-21 17:57:16 +00:00
"description": "Popup selector title"
},
"MediaQualitySelector--standard-quality-title": {
2021-08-11 23:44:04 +00:00
"message": "Piawai",
2021-07-21 17:57:16 +00:00
"description": "Title for option for standard quality"
},
"MediaQualitySelector--standard-quality-description": {
2021-08-11 23:44:04 +00:00
"message": "Lebih cepat, kurang data",
2021-07-21 17:57:16 +00:00
"description": "Description of standard quality selector"
},
"MediaQualitySelector--high-quality-title": {
"message": "Tinggi",
"description": "Title for option for high quality"
},
"MediaQualitySelector--high-quality-description": {
2021-08-11 23:44:04 +00:00
"message": "Lebih lambat, lebih banyak data",
2021-07-21 17:57:16 +00:00
"description": "Description of high quality selector"
},
"MessageDetailsHeader--Failed": {
2021-08-11 23:44:04 +00:00
"message": "Tidak dihantar",
2021-07-21 17:57:16 +00:00
"description": "In the message details screen, shown above contacts where the message failed to deliver"
},
"MessageDetailsHeader--Pending": {
2021-08-11 23:44:04 +00:00
"message": "Yang belum selesai",
2021-07-21 17:57:16 +00:00
"description": "In the message details screen, shown above contacts where the message is still sending"
},
"MessageDetailsHeader--Sent": {
2021-08-11 23:44:04 +00:00
"message": "Dihantar kepada",
2021-07-21 17:57:16 +00:00
"description": "In the message details screen, shown above contacts where the message has been sent (but not delivered, read, or viewed)"
},
"MessageDetailsHeader--Delivered": {
2021-08-11 23:44:04 +00:00
"message": "Dihantar kepada",
2021-07-21 17:57:16 +00:00
"description": "In the message details screen, shown above contacts who have received your message"
},
"MessageDetailsHeader--Read": {
2021-08-11 23:44:04 +00:00
"message": "Dibaca oleh",
2021-07-21 17:57:16 +00:00
"description": "In the message details screen, shown above contacts who have read this message"
},
"MessageDetailsHeader--Viewed": {
2021-08-11 23:44:04 +00:00
"message": "Dilihat oleh",
2021-07-21 17:57:16 +00:00
"description": "In the message details screen, shown above contacts who have viewed this message"
},
"ProfileEditor--about": {
"message": "Perihal",
"description": "Default text for about field"
},
"ProfileEditor--about-placeholder": {
2021-08-11 23:44:04 +00:00
"message": "Tulis sesuatu mengenai diri anda ...",
2021-07-21 17:57:16 +00:00
"description": "Placeholder text for about input field"
},
"ProfileEditor--first-name": {
2021-08-11 23:44:04 +00:00
"message": "Nama Depan (Wajib)",
2021-07-21 17:57:16 +00:00
"description": "Placeholder text for first name field"
},
"ProfileEditor--last-name": {
2021-08-11 23:44:04 +00:00
"message": "Nama Akhir (Pilihan)",
2021-07-21 17:57:16 +00:00
"description": "Placeholder text for last name field"
},
2021-08-11 23:44:04 +00:00
"ConfirmDiscardDialog--discard": {
2021-07-21 17:57:16 +00:00
"message": "Adakah anda ingin membuang perubahan ini?",
"description": "ConfirmationDialog text for discarding changes"
},
"ProfileEditor--info": {
2021-08-11 23:44:04 +00:00
"message": "Profil anda disulitkan. Profil dan perubahannya akan dapat dilihat oleh kenalan anda dan ketika anda memulakan atau menerima sembang baru.$learnMore$",
2021-07-21 17:57:16 +00:00
"description": "Information shown at the bottom of the profile editor section",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "Learn More."
}
}
},
"ProfileEditor--learnMore": {
"message": "Ketahui Lebih Lanjut",
"description": "Text that links to a support article"
},
"Bio--speak-freely": {
2021-08-11 23:44:04 +00:00
"message": "Bercakap dengan bebas",
2021-07-21 17:57:16 +00:00
"description": "A default bio option"
},
"Bio--encrypted": {
2021-08-11 23:44:04 +00:00
"message": "Disulitkan",
2021-07-21 17:57:16 +00:00
"description": "A default bio option"
},
"Bio--free-to-chat": {
2021-08-11 23:44:04 +00:00
"message": "Percuma berbual",
2021-07-21 17:57:16 +00:00
"description": "A default bio option"
},
"Bio--coffee-lover": {
2021-08-11 23:44:04 +00:00
"message": "Pencinta kopi",
2021-07-21 17:57:16 +00:00
"description": "A default bio option"
},
"Bio--taking-break": {
2021-08-11 23:44:04 +00:00
"message": "Berehat sebentar",
2021-07-21 17:57:16 +00:00
"description": "A default bio option"
},
"ProfileEditorModal--profile": {
"message": "Profil",
"description": "Title for profile editing"
},
"ProfileEditorModal--name": {
2021-08-11 23:44:04 +00:00
"message": "Nama awak",
2021-07-21 17:57:16 +00:00
"description": "Title for editing your name"
},
"ProfileEditorModal--about": {
"message": "Perihal",
"description": "Title for about editing"
},
"ProfileEditorModal--error": {
2021-08-11 23:44:04 +00:00
"message": "Profil anda tidak dapat dikemas kini. Sila cuba lagi.",
2021-07-21 17:57:16 +00:00
"description": "Error message when something goes wrong updating your profile."
},
"AnnouncementsOnlyGroupBanner--modal": {
2021-08-11 23:44:04 +00:00
"message": "Mesej pentadbir",
2021-07-21 17:57:16 +00:00
"description": "Modal title for the list of admins in a group"
},
"AnnouncementsOnlyGroupBanner--announcements-only": {
2021-08-11 23:44:04 +00:00
"message": "Sahaja$admins$ boleh menghantar mesej",
2021-07-21 17:57:16 +00:00
"description": "Displayed if sending of messages is disabled to non-admins",
"placeholders": {
"admins": {
"content": "$1",
"example": "admins"
}
}
},
"AnnouncementsOnlyGroupBanner--admins": {
2021-08-11 23:44:04 +00:00
"message": "pentadbir",
2021-07-21 17:57:16 +00:00
"description": "Clickable text describing administrators of a group, used in the message an admin label"
2021-08-11 23:44:04 +00:00
},
"AvatarEditor--choose": {
"message": "Pilih avatar",
"description": "Label for the avatar selector"
},
"AvatarColorPicker--choose": {
"message": "Pilih warna",
"description": "Label for when you need to choose your fighter, err color"
},
"LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
"message": "Avatar Kumpulan",
"description": "Title for the avatar picker in the group creation flow"
2019-11-11 17:55:59 +00:00
}
}