2016-01-15 01:43:50 +00:00
{
2022-09-28 17:55:55 +00:00
"smartling" : {
"placeholder_format_custom" : "(\\$.+?\\$)" ,
2022-11-17 00:15:28 +00:00
"string_format_paths" : "icu: [*/messageformat]" ,
2022-09-28 17:55:55 +00:00
"translate_paths" : [
2022-11-17 00:15:28 +00:00
{
"path" : "*/messageformat" ,
"key" : "{*}/messageformat" ,
"instruction" : "*/description"
} ,
2022-09-28 17:55:55 +00:00
{
"key" : "{*}/message" ,
"path" : "*/message" ,
"instruction" : "*/description"
}
]
} ,
2023-04-06 00:52:33 +00:00
"icu:AddCaptionModal__title" : {
"messageformat" : "Adaugă un mesaj" ,
2022-11-17 00:15:28 +00:00
"description" : "Shown as the title of the dialog that allows you to add a caption to a story"
} ,
2023-04-06 00:52:33 +00:00
"icu:AddCaptionModal__placeholder" : {
"messageformat" : "Mesaj" ,
2022-11-17 00:15:28 +00:00
"description" : "Placeholder text for textarea when adding a caption/message (we don't know which yet so we default to message)"
} ,
2023-04-06 00:52:33 +00:00
"icu:AddCaptionModal__submit-button" : {
"messageformat" : "Gata" ,
2022-11-17 00:15:28 +00:00
"description" : "Label on the button that submits changes to a story's caption in the add-caption dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:AddUserToAnotherGroupModal__title" : {
"messageformat" : "Adaugă la un grup" ,
2022-10-06 00:47:28 +00:00
"description" : "Shown as the title of the dialog that allows you to add a contact to an group"
} ,
2023-04-06 00:52:33 +00:00
"icu:AddUserToAnotherGroupModal__confirm-title" : {
"messageformat" : "Adaugi un membru nou?" ,
2022-10-06 00:47:28 +00:00
"description" : "Shown as the title of the confirmation dialog when adding a contact to a group, after having selected the group"
} ,
2023-04-06 00:52:33 +00:00
"icu:AddUserToAnotherGroupModal__confirm-add" : {
"messageformat" : "Adaugă" ,
2022-10-06 00:47:28 +00:00
"description" : "Shown in the affirmative button of the confirmation dialog when adding a contact to a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:AddUserToAnotherGroupModal__confirm-message" : {
"messageformat" : "Adaugă „{contact}“ la grupul „{group}“" ,
2022-10-06 00:47:28 +00:00
"description" : "Shown in the confirmation dialog body when adding a contact to a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:AddUserToAnotherGroupModal__toast--user-added-to-group" : {
"messageformat" : "{contact} a fost adăugat la {group}" ,
2022-10-06 00:47:28 +00:00
"description" : "Shown in toast after a user is added to an existing group"
} ,
2023-04-06 00:52:33 +00:00
"icu:AddUserToAnotherGroupModal__toast--adding-user-to-group" : {
"messageformat" : "Adaugă {contact}…" ,
2022-10-06 00:47:28 +00:00
"description" : "Shown in toast while a user is being added to a group"
} ,
2023-03-09 19:51:00 +00:00
"icu:RecordingComposer__cancel" : {
2023-03-15 19:30:37 +00:00
"messageformat" : "Anulează" ,
2023-03-09 19:51:00 +00:00
"description" : "Label of cancel button on voice note recording UI"
} ,
"icu:RecordingComposer__send" : {
2023-03-15 19:30:37 +00:00
"messageformat" : "Trimite" ,
2023-03-09 19:51:00 +00:00
"description" : "Label of send button on voice note recording UI"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupListItem__message-default" : {
"messageformat" : "{count, plural, one {{count,number} membru} few {{count,number} membri} other {{count,number} de membri}}" ,
2022-10-06 00:47:28 +00:00
"description" : "Shown below the group name when selecting a group to invite a contact to"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupListItem__message-already-member" : {
"messageformat" : "Este deja membru" ,
2022-10-06 00:47:28 +00:00
"description" : "Shown below the group name when selecting a group to invite a contact to, when the group item is disabled"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupListItem__message-pending" : {
"messageformat" : "Abonamentul este în așteptare" ,
2022-10-06 00:47:28 +00:00
"description" : "Shown below the group name when selecting a group to invite a contact to, when the group item is disabled"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences__sent-media-quality" : {
"messageformat" : "Calitatea fișierelor media trimise" ,
2023-01-12 20:31:38 +00:00
"description" : "Title for the sent media quality setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:sentMediaQualityStandard" : {
"messageformat" : "Standard" ,
2023-01-12 20:31:38 +00:00
"description" : "Label text for standard media quality option"
} ,
2023-04-06 00:52:33 +00:00
"icu:sentMediaQualityHigh" : {
"messageformat" : "Mare" ,
2023-01-12 20:31:38 +00:00
"description" : "Label text for high media quality option"
} ,
2023-04-06 00:52:33 +00:00
"icu:softwareAcknowledgments" : {
"messageformat" : "Confirmări Software" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the about box for the link to software acknowledgments"
} ,
2023-04-06 00:52:33 +00:00
"icu:privacyPolicy" : {
"messageformat" : "Termeni și politică de confidențialitate" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the about box for the link to https://signal.org/legal"
} ,
2023-04-06 00:52:33 +00:00
"icu:appleSilicon" : {
"messageformat" : "Apple silicon" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the about box for Apple silicon product name"
} ,
2023-04-06 00:52:33 +00:00
"icu:copyErrorAndQuit" : {
"messageformat" : "Copiază eroarea și închide aplicația" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the top-level error popup, allowing user to copy the error text and close the app"
} ,
2023-04-06 00:52:33 +00:00
"icu:unknownContact" : {
"messageformat" : "Contact necunoscut" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the name of a contact if we don't have any displayable information about them"
} ,
2023-04-06 00:52:33 +00:00
"icu:unknownGroup" : {
"messageformat" : "Grup necunoscut" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the name of a group if we don't have any information about it"
} ,
2023-04-06 00:52:33 +00:00
"icu:databaseError" : {
"messageformat" : "Eroare de bază de date" ,
2023-09-29 01:22:36 +00:00
"description" : "Title of a popup if the database cannot start up properly"
} ,
"icu:databaseError__detail" : {
"messageformat" : "A apărut o eroare la baza de date. Poți copia eroarea și contacta asistența Signal pentru a ajuta la remedierea problemei. Dacă trebuie să utilizezi Signal imediat, îți poți șterge datele și să repornești.\n\nContactează asistența vizitând: https://support.signal.org/hc/requests/new?desktop" ,
"description" : "Description shown in a popup if the database cannot start up properly"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:deleteAndRestart" : {
2023-09-29 01:22:36 +00:00
"messageformat" : "Șterge datele și repornește" ,
"description" : "Text of a button shown in a popup if the database cannot start up properly; allows user to delete all data in their database and restart"
} ,
"icu:databaseError__deleteDataConfirmation" : {
"messageformat" : "Ștergi toate datele permanent?" ,
"description" : "Header of a confirmation popup shown if the database cannot start up properly and the user selects 'delete data and restart'"
} ,
"icu:databaseError__deleteDataConfirmation__detail" : {
"messageformat" : "Tot istoricul mesajelor și conținutul media vor fi șterse definitiv de pe acest dispozitiv. Vei putea folosi Signal pe acest dispozitiv după ce îl reconectezi. Asta nu va șterge datele de pe telefonul tău." ,
"description" : "Description of a confirmation popup shown if the database cannot start up properly and the user selects 'delete data and restart'"
} ,
"icu:databaseError__startOldVersion" : {
"messageformat" : "Versiunea bazei de date nu se potrivește cu această versiune de Signal. Asigură-te că deschizi cea mai nouă versiune de Signal pe computer." ,
"description" : "Text in a popup shown if the app cannot start because the user started an older version of Signal"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:mainMenuFile" : {
"messageformat" : "&Fișier" ,
2022-09-01 03:42:18 +00:00
"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."
} ,
2023-04-06 00:52:33 +00:00
"icu:mainMenuCreateStickers" : {
"messageformat" : "Creează/încarcă pachet cu autocolante" ,
2022-09-01 03:42:18 +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."
} ,
2023-04-06 00:52:33 +00:00
"icu:mainMenuEdit" : {
"messageformat" : "&Editare" ,
2022-09-01 03:42:18 +00:00
"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."
} ,
2023-04-06 00:52:33 +00:00
"icu:mainMenuView" : {
"messageformat" : "&Vizualizare" ,
2022-09-01 03:42:18 +00:00
"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."
} ,
2023-04-06 00:52:33 +00:00
"icu:mainMenuWindow" : {
"messageformat" : "&Fereastră" ,
2022-09-01 03:42:18 +00:00
"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."
} ,
2023-04-06 00:52:33 +00:00
"icu:mainMenuHelp" : {
"messageformat" : "&Ajutor" ,
2022-09-01 03:42:18 +00:00
"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."
} ,
2023-04-06 00:52:33 +00:00
"icu:mainMenuSettings" : {
"messageformat" : "Preferințe..." ,
2022-09-01 03:42:18 +00:00
"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."
} ,
2023-04-06 00:52:33 +00:00
"icu:appMenuServices" : {
"messageformat" : "Servicii" ,
2022-09-01 03:42:18 +00:00
"description" : "Application menu item for macOS 'Services'"
} ,
2023-04-06 00:52:33 +00:00
"icu:appMenuHide" : {
"messageformat" : "Ascunde" ,
2022-09-01 03:42:18 +00:00
"description" : "Application menu command to hide the window"
} ,
2023-04-06 00:52:33 +00:00
"icu:appMenuHideOthers" : {
"messageformat" : "Ascunde altele" ,
2022-09-01 03:42:18 +00:00
"description" : "Application menu command to hide all other windows"
} ,
2023-04-06 00:52:33 +00:00
"icu:appMenuUnhide" : {
"messageformat" : "Afișează tot" ,
2022-09-01 03:42:18 +00:00
"description" : "Application menu command to show all application windows"
} ,
2023-04-06 00:52:33 +00:00
"icu:appMenuQuit" : {
"messageformat" : "Închide Signal" ,
2022-09-01 03:42:18 +00:00
"description" : "Application menu command to close the application"
} ,
2023-04-06 00:52:33 +00:00
"icu:editMenuUndo" : {
"messageformat" : "Anulează" ,
2022-09-01 03:42:18 +00:00
"description" : "Edit menu command to remove recently-typed text"
} ,
2023-04-06 00:52:33 +00:00
"icu:editMenuRedo" : {
"messageformat" : "Refă" ,
2022-09-01 03:42:18 +00:00
"description" : "Edit menu command to restore previously undone typed text"
} ,
2023-04-06 00:52:33 +00:00
"icu:editMenuCut" : {
"messageformat" : "Decupare" ,
2022-09-01 03:42:18 +00:00
"description" : "Edit menu command to remove selected text and add it to clipboard"
} ,
2023-04-06 00:52:33 +00:00
"icu:editMenuCopy" : {
"messageformat" : "Copiere" ,
2022-09-01 03:42:18 +00:00
"description" : "Edit menu command to add selected text to clipboard"
} ,
2023-04-06 00:52:33 +00:00
"icu:editMenuPaste" : {
"messageformat" : "Lipire" ,
2022-09-01 03:42:18 +00:00
"description" : "Edit menu command to insert text from clipboard at cursor location"
} ,
2023-04-06 00:52:33 +00:00
"icu:editMenuPasteAndMatchStyle" : {
"messageformat" : "Lipire și Potrivire Stil" ,
2022-09-01 03:42:18 +00:00
"description" : "Edit menu command to insert text from clipboard at cursor location, taking only text and not style information"
} ,
2023-04-06 00:52:33 +00:00
"icu:editMenuDelete" : {
"messageformat" : "Șterge" ,
2022-09-01 03:42:18 +00:00
"description" : "Edit menu command to remove the selected text"
} ,
2023-04-06 00:52:33 +00:00
"icu:editMenuSelectAll" : {
"messageformat" : "Selectează tot" ,
2022-09-01 03:42:18 +00:00
"description" : "Edit menu command to select all of the text in selected text box"
} ,
2023-04-06 00:52:33 +00:00
"icu:editMenuStartSpeaking" : {
"messageformat" : "Începe să vorbești" ,
2022-09-01 03:42:18 +00:00
"description" : "Edit menu item under 'speech' to start dictation"
} ,
2023-04-06 00:52:33 +00:00
"icu:editMenuStopSpeaking" : {
"messageformat" : "Nu mai vorbi" ,
2022-09-01 03:42:18 +00:00
"description" : "Edit menu item under 'speech' to stop dictation"
} ,
2023-04-06 00:52:33 +00:00
"icu:windowMenuClose" : {
"messageformat" : "Închide fereastra" ,
2022-09-01 03:42:18 +00:00
"description" : "Window menu command to close the current window"
} ,
2023-04-06 00:52:33 +00:00
"icu:windowMenuMinimize" : {
"messageformat" : "Minimizează" ,
2022-09-01 03:42:18 +00:00
"description" : "Window menu command to minimize the current window"
} ,
2023-04-06 00:52:33 +00:00
"icu:windowMenuZoom" : {
"messageformat" : "Mărire" ,
2022-09-01 03:42:18 +00:00
"description" : "Window menu command to make the current window the size of the whole screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:windowMenuBringAllToFront" : {
"messageformat" : "Adu toate în față" ,
2022-09-01 03:42:18 +00:00
"description" : "Window menu command to bring all windows of current application to front"
} ,
2023-04-06 00:52:33 +00:00
"icu:viewMenuResetZoom" : {
"messageformat" : "Mărime actuală" ,
2022-09-01 03:42:18 +00:00
"description" : "View menu command to go back to the default zoom"
} ,
2023-04-06 00:52:33 +00:00
"icu:viewMenuZoomIn" : {
"messageformat" : "Mărește" ,
2022-09-01 03:42:18 +00:00
"description" : "View menu command to make everything bigger"
} ,
2023-04-06 00:52:33 +00:00
"icu:viewMenuZoomOut" : {
"messageformat" : "Micșorează" ,
2022-09-01 03:42:18 +00:00
"description" : "View menu command to make everything smaller"
} ,
2023-04-06 00:52:33 +00:00
"icu:viewMenuToggleFullScreen" : {
"messageformat" : "Comutare la ecran complet" ,
2022-09-01 03:42:18 +00:00
"description" : "View menu command to enter or leave Full Screen mode"
} ,
2023-04-06 00:52:33 +00:00
"icu:viewMenuToggleDevTools" : {
"messageformat" : "Comutare unelte dezvoltator" ,
2022-09-01 03:42:18 +00:00
"description" : "View menu command to show or hide the developer tools"
} ,
2023-04-06 00:52:33 +00:00
"icu:menuSetupAsNewDevice" : {
"messageformat" : "Setează ca dispozitiv nou" ,
2022-09-01 03:42:18 +00:00
"description" : "When the application is not yet set up, menu option to start up the set up as fresh device"
} ,
2023-04-06 00:52:33 +00:00
"icu:menuSetupAsStandalone" : {
"messageformat" : "Setează ca dispozitiv de sine stătător" ,
2022-09-01 03:42:18 +00:00
"description" : "Only available on development modes, menu option to open up the standalone device setup sequence"
} ,
2023-04-06 00:52:33 +00:00
"icu:messageContextMenuButton" : {
"messageformat" : "Mai multe acțiuni" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for context button next to each message"
} ,
2023-04-06 00:52:33 +00:00
"icu:contextMenuCopyLink" : {
"messageformat" : "Copiază Linkul" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the context menu for a link to indicate that the user can copy the link"
} ,
2023-04-06 00:52:33 +00:00
"icu:contextMenuCopyImage" : {
"messageformat" : "Copiază imaginea" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the context menu for an image to indicate that the user can copy the image"
} ,
2023-04-06 00:52:33 +00:00
"icu:contextMenuNoSuggestions" : {
"messageformat" : "Nici o sugestie" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the context menu for a misspelled word to indicate that there are no suggestions to replace the misspelled word"
} ,
2023-04-06 00:52:33 +00:00
"icu:avatarMenuViewArchive" : {
"messageformat" : "Arată Arhiva" ,
2022-09-01 03:42:18 +00:00
"description" : "One of the menu options available in the Avatar popup menu"
} ,
2023-04-06 00:52:33 +00:00
"icu:avatarMenuChatColors" : {
"messageformat" : "Culoare conversație" ,
2022-09-01 03:42:18 +00:00
"description" : "One of the menu options available in the Avatar popup menu"
} ,
2023-04-06 00:52:33 +00:00
"icu:avatarMenuUpdateAvailable" : {
"messageformat" : "Actualizează Signal" ,
2022-09-01 03:42:18 +00:00
"description" : "One of the menu options available in the Avatar popup menu"
} ,
2023-04-06 00:52:33 +00:00
"icu:loading" : {
"messageformat" : "Se încarcă..." ,
2022-09-01 03:42:18 +00:00
"description" : "Message shown on the loading screen before we've loaded any messages"
} ,
2023-04-06 00:52:33 +00:00
"icu:optimizingApplication" : {
"messageformat" : "Se optimizează aplicația..." ,
2022-09-01 03:42:18 +00:00
"description" : "Message shown on the loading screen while we are doing application optimizations"
} ,
2023-04-06 00:52:33 +00:00
"icu:migratingToSQLCipher" : {
"messageformat" : "Optimizare mesaje... {status} complet." ,
2022-09-01 03:42:18 +00:00
"description" : "Message shown on the loading screen while we are doing application optimizations"
} ,
2023-04-06 00:52:33 +00:00
"icu:archivedConversations" : {
"messageformat" : "Conversații arhivate" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in place of the search box when showing archived conversation list"
} ,
2023-04-06 00:52:33 +00:00
"icu:LeftPane--pinned" : {
"messageformat" : "Fixată" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as a header for pinned conversations in the left pane"
} ,
2023-04-06 00:52:33 +00:00
"icu:LeftPane--chats" : {
"messageformat" : "Conversații" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as a header for non-pinned conversations in the left pane"
} ,
2023-08-21 22:05:39 +00:00
"icu:NavTabsToggle__showTabs" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Arată file" ,
2023-08-21 22:05:39 +00:00
"description" : "Show in the left pane when the nav tabs are hidden, shows the nav tabs"
} ,
"icu:NavTabsToggle__hideTabs" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Ascunde Filele" ,
2023-08-21 22:05:39 +00:00
"description" : "Show in the nav tabs when the nav tabs are visible, hides the nav tabs"
} ,
"icu:NavTabs__ItemIconLabel--HasError" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "A apărut o eroare" ,
2023-08-21 22:05:39 +00:00
"description" : "Nav Tabs > Tab has error > Accessibility Text"
} ,
"icu:NavTabs__ItemIconLabel--UnreadCount" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "{count,number} necitite" ,
2023-08-21 22:05:39 +00:00
"description" : "Nav Tabs > Unread badge > Accessibility Text"
} ,
"icu:NavTabs__ItemIconLabel--MarkedUnread" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Marchează necitit" ,
2023-08-21 22:05:39 +00:00
"description" : "Nav Tabs > Unread badge > when conversation is marked unread > Accessibility Text"
} ,
"icu:NavTabs__ItemLabel--Settings" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Setări" ,
2023-08-21 22:05:39 +00:00
"description" : "Nav Tabs > Settings Button > Label & Accessibility Text"
} ,
"icu:NavTabs__ItemLabel--Update" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Actualizează Signal" ,
2023-08-21 22:05:39 +00:00
"description" : "Nav Tabs > Settings Button > Label & Accessibility Text"
} ,
"icu:NavTabs__ItemLabel--Profile" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Profil" ,
2023-08-21 22:05:39 +00:00
"description" : "Nav Tabs > Profile Button > Accessibility Text"
} ,
"icu:NavSidebar__BackButtonLabel" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Înapoi" ,
2023-08-21 22:05:39 +00:00
"description" : "Shown in the sidebar header when on a nested panel within the current sidebar, takes the user back to the previous step or default sidebar state"
} ,
2023-04-06 00:52:33 +00:00
"icu:archiveHelperText" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Aceste conversații sunt arhivate și vor fi vizibile în Inbox doar dacă sunt primite mesaje noi." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown at the top of the archived conversations list in the left pane"
} ,
2023-04-06 00:52:33 +00:00
"icu:noArchivedConversations" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Fără conversații arhivate." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
} ,
2023-04-06 00:52:33 +00:00
"icu:archiveConversation" : {
"messageformat" : "Arhivează" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in menu for conversation, and moves conversation out of main conversation list"
} ,
2023-04-06 00:52:33 +00:00
"icu:markUnread" : {
"messageformat" : "Marchează ca necitit" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in menu for conversation, and marks conversation as unread"
} ,
2023-03-29 22:34:07 +00:00
"icu:ConversationHeader__menu__selectMessages" : {
"messageformat" : "Selectează mesaje" ,
"description" : "Shown in menu for conversation, allows the user to start selecting multiple messages in the conversation"
} ,
2023-04-06 00:52:33 +00:00
"icu:ContactListItem__menu" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Gestionează Contactul" ,
2023-04-06 00:52:33 +00:00
"description" : "Shown as aria label for context menu for a contact"
} ,
"icu:ContactListItem__menu__message" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Mesaj" ,
2023-04-06 00:52:33 +00:00
"description" : "Shown in a context menu for a contact, allows the user to start the conversation with the contact"
} ,
"icu:ContactListItem__menu__audio-call" : {
2023-05-25 23:16:57 +00:00
"messageformat" : "Apel vocal" ,
2023-04-06 00:52:33 +00:00
"description" : "Shown in a context menu for a contact, allows the user to start the audio call with the contact"
} ,
"icu:ContactListItem__menu__video-call" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Apel video" ,
2023-04-06 00:52:33 +00:00
"description" : "Shown in a context menu for a contact, allows the user to start the video call with the contact"
} ,
"icu:ContactListItem__menu__remove" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Elimină" ,
2023-04-06 00:52:33 +00:00
"description" : "Shown in a context menu for a contact, allows the user to remove the contact from the contact list"
} ,
"icu:ContactListItem__menu__block" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Blochează" ,
2023-04-06 00:52:33 +00:00
"description" : "Shown in a context menu for a contact, allows the user to block the contact"
} ,
"icu:ContactListItem__remove--title" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Elimini pe {title}?" ,
2023-04-06 00:52:33 +00:00
"description" : "Shown as the title in the confirmation modal for removing a contact from the contact list"
} ,
"icu:ContactListItem__remove--body" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Nu vei vedea această persoană când cauți. O să primești o cerere de mesaj dacă îți trimite un mesaj în viitor." ,
2023-04-06 00:52:33 +00:00
"description" : "Shown as the body in the confirmation modal for removing a contact from the contact list"
} ,
"icu:ContactListItem__remove--confirm" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Elimină" ,
2023-04-06 00:52:33 +00:00
"description" : "Shown as the confirmation button text in the confirmation modal for removing a contact from the contact list"
} ,
"icu:ContactListItem__remove-system--title" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Nu s-a putut elimina {title}" ,
2023-04-06 00:52:33 +00:00
"description" : "Shown as the title in the confirmation modal for removing a system contact from the contact list"
} ,
"icu:ContactListItem__remove-system--body" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Această persoană este salvată în Agenda dispozitivului tău. Șterge-o din Agenda dispozitivului mobil și încearcă din nou." ,
2023-04-06 00:52:33 +00:00
"description" : "Shown as the body in the confirmation modal for removing a system contact from the contact list"
} ,
"icu:moveConversationToInbox" : {
"messageformat" : "Dezarhivează" ,
2022-09-01 03:42:18 +00:00
"description" : "Undoes Archive Conversation action, and moves archived conversation back to the main conversation list"
} ,
2023-04-06 00:52:33 +00:00
"icu:pinConversation" : {
2023-07-13 18:16:25 +00:00
"messageformat" : "Fixează conversația" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in menu for conversation, and pins the conversation to the top of the conversation list"
} ,
2023-04-06 00:52:33 +00:00
"icu:unpinConversation" : {
2023-07-13 18:16:25 +00:00
"messageformat" : "Defixează conversația" ,
2022-09-01 03:42:18 +00:00
"description" : "Undoes Archive Conversation action, and unpins the conversation from the top of the conversation list"
} ,
2023-04-06 00:52:33 +00:00
"icu:pinnedConversationsFull" : {
"messageformat" : "Poți fixa până la 4 conversații" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in a toast when a user attempts to pin more than the maximum number of chats"
} ,
2023-04-06 00:52:33 +00:00
"icu:chooseDirectory" : {
"messageformat" : "Alege directorul" ,
2022-09-01 03:42:18 +00:00
"description" : "Button to allow the user to find a folder on disk"
} ,
2023-04-06 00:52:33 +00:00
"icu:chooseFile" : {
"messageformat" : "Alege fișier" ,
2022-09-01 03:42:18 +00:00
"description" : "Button to allow the user to find a file on disk"
} ,
2023-04-06 00:52:33 +00:00
"icu:loadDataHeader" : {
"messageformat" : "Încarcă datele" ,
2022-09-01 03:42:18 +00:00
"description" : "Header shown on the first screen in the data import process"
} ,
2023-04-06 00:52:33 +00:00
"icu:loadDataDescription" : {
"messageformat" : "Tocmai ai trecut prin procesul de export iar contactele și mesajele tale așteaptă răbdător în calculatorul tău. Alege directorul care conține datele tale Signal salvate." ,
2022-09-01 03:42:18 +00:00
"description" : "Introduction to the process of importing messages and contacts from disk"
} ,
2023-04-06 00:52:33 +00:00
"icu:importChooserTitle" : {
"messageformat" : "Alege dosarul cu datele exportate" ,
2022-09-01 03:42:18 +00:00
"description" : "Title of the popup window used to select data previously exported"
} ,
2023-04-06 00:52:33 +00:00
"icu:importErrorHeader" : {
"messageformat" : "Ceva nu a funcționat!" ,
2022-09-01 03:42:18 +00:00
"description" : "Header of the error screen after a failed import"
} ,
2023-04-06 00:52:33 +00:00
"icu:importingHeader" : {
"messageformat" : "Se încarcă persoanele de contact și mesajele" ,
2022-09-01 03:42:18 +00:00
"description" : "Header of screen shown as data is import"
} ,
2023-04-06 00:52:33 +00:00
"icu:importErrorFirst" : {
"messageformat" : "Asigură-te că ai ales directorul corect ce conține datele Signal salvate. Numele acestuia ar trebui să înceapă cu \"Signal Export\". De asemenea, poți salva o nouă copie a datelor tale din aplicația Chrome." ,
2022-09-01 03:42:18 +00:00
"description" : "Message shown if the import went wrong; first paragraph"
} ,
2023-04-06 00:52:33 +00:00
"icu:importErrorSecond" : {
"messageformat" : "Dacă acești pași nu funcționează pentru tine, te rugăm să trimiți un jurnal de depanare (Vizualizare -> Jurnal de depanare), pentru a te ajuta să migrezi!" ,
2022-09-01 03:42:18 +00:00
"description" : "Message shown if the import went wrong; second paragraph"
} ,
2023-04-06 00:52:33 +00:00
"icu:importAgain" : {
"messageformat" : "Alege directorul și încearcă din nou" ,
2022-09-01 03:42:18 +00:00
"description" : "Button shown if the user runs into an error during import, allowing them to start over"
} ,
2023-04-06 00:52:33 +00:00
"icu:importCompleteHeader" : {
"messageformat" : "Succes!" ,
2022-09-01 03:42:18 +00:00
"description" : "Header shown on the screen at the end of a successful import process"
} ,
2023-04-06 00:52:33 +00:00
"icu:importCompleteStartButton" : {
"messageformat" : "Începe să folosești Signal Desktop" ,
2022-09-01 03:42:18 +00:00
"description" : "Button shown at end of successful import process, nothing left but a restart"
} ,
2023-04-06 00:52:33 +00:00
"icu:importCompleteLinkButton" : {
"messageformat" : "Asociază acest dispozitiv cu telefonul tău" ,
2022-09-01 03:42:18 +00:00
"description" : "Button shown at end of successful 'light' import process, so the standard linking process still needs to happen"
} ,
2023-04-06 00:52:33 +00:00
"icu:selectedLocation" : {
"messageformat" : "locația ta selectată" ,
2022-09-01 03:42:18 +00:00
"description" : "Message shown as the export location if we didn't capture the target directory"
} ,
2023-04-06 00:52:33 +00:00
"icu:upgradingDatabase" : {
"messageformat" : "Se actualizează baza de date. Va dura ceva timp..." ,
2022-09-01 03:42:18 +00:00
"description" : "Message shown on the loading screen when we're changing database structure on first run of a new version"
} ,
2023-04-06 00:52:33 +00:00
"icu:loadingMessages--other" : {
"messageformat" : "{daysAgo, plural, one {Se încarcă mesajele de acum 1 zi…} few {Se încarcă mesajele de acum {daysAgo,number} zile…} other {Se încarcă mesajele de acum {daysAgo,number} de zile…}}" ,
"description" : "Message shown on the loading screen when we're catching up on the backlog of messages from day before yesterday and earlier"
} ,
"icu:loadingMessages--yesterday" : {
"messageformat" : "Se încarcă mesajele de ieri…" ,
"description" : "Message shown on the loading screen when we're catching up on the backlog of messages from yesterday"
} ,
"icu:loadingMessages--today" : {
"messageformat" : "Se încarcă mesajele de astăzi…" ,
"description" : "Message shown on the loading screen when we're catching up on the backlog of messages from today"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:view" : {
"messageformat" : "Vizualizare" ,
2022-09-01 03:42:18 +00:00
"description" : "Used as a label on a button allowing user to see more information"
} ,
2023-04-06 00:52:33 +00:00
"icu:youLeftTheGroup" : {
"messageformat" : "Nu mai ești membru al grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed when a user can't send a message because they have left the group"
} ,
2023-04-06 00:52:33 +00:00
"icu:invalidConversation" : {
"messageformat" : "Acest grup este invalid. Te rugăm creează un grup nou." ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed when a user can't send a message because something has gone wrong in the conversation."
} ,
2023-04-06 00:52:33 +00:00
"icu:scrollDown" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Derulează până în partea de jos a conversației" ,
2022-09-01 03:42:18 +00:00
"description" : "Alt text for button to take user down to bottom of conversation, shown when user scrolls up"
} ,
2023-04-06 00:52:33 +00:00
"icu:messagesBelow" : {
"messageformat" : "Mesaje noi mai jos" ,
2022-09-01 03:42:18 +00:00
"description" : "Alt text for button to take user down to bottom of conversation with more than one message out of screen"
} ,
2023-06-07 21:57:08 +00:00
"icu:mentionsBelow" : {
"messageformat" : "Noi mențiuni mai jos" ,
"description" : "Alt text for button to take user down to next mention of them further down the message list (currently out of screen)"
} ,
2023-04-06 00:52:33 +00:00
"icu:unreadMessage" : {
"messageformat" : "1 Mesaj necitit" ,
2022-09-01 03:42:18 +00:00
"description" : "Text for unread message separator, just one message"
} ,
2023-04-06 00:52:33 +00:00
"icu:unreadMessages" : {
"messageformat" : "{count, plural, one {{count,number} mesaj necitit} few {{count,number} mesaje necitite} other {{count,number} de mesaje necitite}}" ,
2022-09-01 03:42:18 +00:00
"description" : "Text for unread message separator, with count"
} ,
2023-04-06 00:52:33 +00:00
"icu:messageHistoryUnsynced" : {
"messageformat" : "Pentru securitatea ta, istoricul conversației nu este transferat pe noile dispozitive asociate." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the conversation history when a user links a new device to explain what is not supported."
} ,
2023-04-06 00:52:33 +00:00
"icu:youMarkedAsVerified" : {
"messageformat" : "Ai marcat numărul tău de siguranță cu {name} ca fiind verificat" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the conversation history when the user marks a contact as verified."
} ,
2023-04-06 00:52:33 +00:00
"icu:youMarkedAsNotVerified" : {
"messageformat" : "Ai marcat numărul tău de siguranță cu {name} ca neverificat." ,
2022-09-01 03:42:18 +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."
} ,
2023-04-06 00:52:33 +00:00
"icu:youMarkedAsVerifiedOtherDevice" : {
"messageformat" : "Ai marcat numărul tău de siguranță cu {name} ca verificat de pe alt dispozitiv." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the conversation history when we discover that the user marked a contact as verified on another device."
} ,
2023-04-06 00:52:33 +00:00
"icu:youMarkedAsNotVerifiedOtherDevice" : {
"messageformat" : "Ai marcat numărul tău de siguranță cu {name} ca neverificat de pe alt dispozitiv." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the conversation history when we discover that the user marked a contact as not verified on another device."
} ,
2023-04-06 00:52:33 +00:00
"icu:membersNeedingVerification" : {
"messageformat" : "Numerele tale de siguranță cu acești membri ai grupului s-au schimbat de la ultima verificare. Apasă pe un membru al grupului pentru a vedea noul tău număr de siguranță cu el." ,
2022-09-01 03:42:18 +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."
} ,
2023-04-06 00:52:33 +00:00
"icu:changedRightAfterVerify" : {
"messageformat" : "Numărul de siguranță pe care îl verifici s-a schimbat. Te rugăm să revizuiești numărul de siguranță cu {name1}. Reține, această schimbare poate însemna că cineva încearcă să vă intercepteze comunicarea sau că {name2} pur și simplu a reinstalat Signal." ,
2022-09-01 03:42:18 +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"
} ,
2023-04-06 00:52:33 +00:00
"icu:safetyNumberChangeDialog__message" : {
"messageformat" : "E posibil ca următoarele persoane să fi reinstalat Signal sau să fi schimbat dispozitivele. Dă clic pe una dintre ele ca să confirmi noul lor număr de siguranță. Este opțional." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on confirmation dialog when user attempts to send a message"
} ,
2023-04-06 00:52:33 +00:00
"icu:safetyNumberChangeDialog__pending-messages" : {
"messageformat" : "Trimite mesajele în așteptare" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on confirmation dialog when user attempts to send a message in the outbox"
} ,
2023-04-06 00:52:33 +00:00
"icu:safetyNumberChangeDialog__review" : {
"messageformat" : "Revizuiește" ,
2022-11-30 21:26:32 +00:00
"description" : "Shown to enter 'review' mode if more than five contacts have changed safety numbers"
} ,
"icu:safetyNumberChangeDialog__many-contacts" : {
"messageformat" : "{count, plural, one {Ai {count,number} conexiune care e posibil să fi reinstalat Signal sau să fi schimbat dispozitive. Poți, dacă vrei, să revizuiești numărul său de siguranță înainte de a trimite.} few {Ai {count,number} conexiuni care e posibil să fi reinstalat Signal sau să fi schimbat dispozitive. Poți, dacă vrei, să revizuiești numerele lor de siguranță înainte de a trimite.} other {Ai {count,number} de conexiuni care e posibil să fi reinstalat Signal sau să fi schimbat dispozitive. Poți, dacă vrei, să revizuiești numerele lor de siguranță înainte de a trimite.}}" ,
"description" : "Shown during an attempted send when more than five contacts have changed their safety numbers"
} ,
2023-04-06 00:52:33 +00:00
"icu:safetyNumberChangeDialog__post-review" : {
"messageformat" : "Toate conexiunile au fost evaluate, atinge trimite pentru a continua." ,
2022-11-30 21:26:32 +00:00
"description" : "Shown after reviewing large number of contacts"
} ,
"icu:safetyNumberChangeDialog__confirm-remove-all" : {
"messageformat" : "{count, plural, one {Sigur vrei să elimini 1 destinatar de la povestea {story}?} few {Sigur vrei să elimini {count,number} destinatari de la povestea {story}?} other {Sigur vrei să elimini {count,number} destinatar de la povestea {story}?}}" ,
"description" : "Shown if user selects 'remove all' option to remove all potentially untrusted contacts from a given story"
} ,
2023-04-06 00:52:33 +00:00
"icu:safetyNumberChangeDialog__remove-all" : {
"messageformat" : "Elimină toate" ,
2022-11-30 21:26:32 +00:00
"description" : "Shown in the context menu for a story header, to remove all contacts within from their parent list"
} ,
2023-04-06 00:52:33 +00:00
"icu:safetyNumberChangeDialog__verify-number" : {
"messageformat" : "Verifică numărul de siguranță" ,
2022-11-30 21:26:32 +00:00
"description" : "Shown in the context menu for a story recipient header, to verify that they are still trusted"
} ,
2023-04-06 00:52:33 +00:00
"icu:safetyNumberChangeDialog__remove" : {
"messageformat" : "Elimină din poveste" ,
2022-11-30 21:26:32 +00:00
"description" : "Shown in the context menu for a story recipient, to remove this contact from from their parent list"
} ,
2023-04-06 00:52:33 +00:00
"icu:safetyNumberChangeDialog__actions-contact" : {
"messageformat" : "Acțiuni pentru contactul {contact}" ,
2022-11-30 21:26:32 +00:00
"description" : "Label for button that opens context menu for contact"
} ,
2023-04-06 00:52:33 +00:00
"icu:safetyNumberChangeDialog__actions-story" : {
"messageformat" : "Acțiuni pentru povestea {story}" ,
2022-11-30 21:26:32 +00:00
"description" : "Label for button that opens context menu for story"
} ,
2023-04-06 00:52:33 +00:00
"icu:identityKeyErrorOnSend" : {
"messageformat" : "Numărul tău de siguranță cu {name1} s-a schimbat. Asta ar putea însemna fie că cineva încearcă să intercepteze comunicarea voastră fie că {name2} pur și simplu a reinstalat Signal. Ar trebui să verifici numărul tău de siguranță cu acest contact." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown when user clicks on a failed recipient in the message detail view after an identity key change"
} ,
2023-04-06 00:52:33 +00:00
"icu:sendAnyway" : {
"messageformat" : "Trimite oricum" ,
2022-09-01 03:42:18 +00:00
"description" : "Used on a warning dialog to make it clear that it might be risky to send the message."
} ,
2023-04-06 00:52:33 +00:00
"icu:safetyNumberChangeDialog_send" : {
"messageformat" : "Trimite" ,
2022-11-30 21:26:32 +00:00
"description" : "Used on a warning dialog to make it clear that it might be risky to send the message."
} ,
2023-04-06 00:52:33 +00:00
"icu:safetyNumberChangeDialog_done" : {
"messageformat" : "Gata" ,
2022-11-30 21:26:32 +00:00
"description" : "Used when there are enough safety number changes to require an explicit review step, to signal that the review is complete."
} ,
2023-04-06 00:52:33 +00:00
"icu:callAnyway" : {
"messageformat" : "Sună oricum" ,
2022-09-01 03:42:18 +00:00
"description" : "Used on a warning dialog to make it clear that it might be risky to call the conversation."
} ,
2023-09-29 01:22:36 +00:00
"icu:joinAnyway" : {
"messageformat" : "Alătură-te oricum" ,
"description" : "Used on a warning dialog to make it clear that it might be risky to join the call."
} ,
2023-04-06 00:52:33 +00:00
"icu:continueCall" : {
"messageformat" : "Continuă apelul" ,
2022-09-01 03:42:18 +00:00
"description" : "Used on a warning dialog to make it clear that it might be risky to continue the group call."
} ,
2023-04-06 00:52:33 +00:00
"icu:noLongerVerified" : {
"messageformat" : "Numărul tău de siguranță cu {name} s-a schimbat și nu mai este verificat. Apasă pentru a afișa." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in conversation banner when user's safety number has changed, but they were previously verified."
} ,
2023-04-06 00:52:33 +00:00
"icu:multipleNoLongerVerified" : {
"messageformat" : "Numerele tale de siguranță cu mai mulți membri ai acestui grup s-au schimbat și nu mai sunt verificate. Apasă pentru a afișa." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
} ,
2023-04-06 00:52:33 +00:00
"icu:debugLogExplanation" : {
"messageformat" : "Când apeși Trimite, jurnalul tău de depanare va fi postat online pentru 30 de zile cu un URL unic și nepublicat. Poți să-l salvezi local mai întâi." ,
2022-09-01 03:42:18 +00:00
"description" : "Description of what will happen with your debug log"
} ,
2023-04-06 00:52:33 +00:00
"icu:debugLogError" : {
"messageformat" : "Ceva nu a funcționat în timpul încărcării! Te rugăm trimite un e-mail la support@signal.org și atașează jurnalul ca fișier text." ,
2022-09-01 03:42:18 +00:00
"description" : "Error message a recommendations if debug log upload fails"
} ,
2023-04-06 00:52:33 +00:00
"icu:debugLogSuccess" : {
"messageformat" : "Jurnal de depanare trimis" ,
2022-09-01 03:42:18 +00:00
"description" : "Title of the success page for submitting a debug log"
} ,
2023-04-06 00:52:33 +00:00
"icu:debugLogSuccessNextSteps" : {
"messageformat" : "Jurnal de depanare încărcat. Când iei legătura cu serviciul de asistență, copiază linkul de mai jos și atașează-l împreună cu o descriere a problemei pe care ai observat-o și pașii de reproducere a acesteia." ,
2022-09-01 03:42:18 +00:00
"description" : "Explanation of next steps to take when submitting debug log"
} ,
2023-04-06 00:52:33 +00:00
"icu:debugLogLogIsIncomplete" : {
"messageformat" : "... pentru a vedea jurnalul întreg, apasă Salvează" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the text for the copy button on the debug log screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:debugLogCopy" : {
"messageformat" : "Copiază Linkul" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the text for the copy button on the debug log screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:debugLogSave" : {
"messageformat" : "Salvează" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the text for the download button on the debug log screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:debugLogLinkCopied" : {
"messageformat" : "Link copiat în clipboard" ,
2022-09-01 03:42:18 +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"
} ,
2023-04-06 00:52:33 +00:00
"icu:reportIssue" : {
"messageformat" : "Contactează suportul" ,
2022-09-01 03:42:18 +00:00
"description" : "Link to open the issue tracker"
} ,
2023-04-06 00:52:33 +00:00
"icu:gotIt" : {
"messageformat" : "Am înțeles!" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for a button that dismisses a dialog. The user clicks it to confirm that they understand the message in the dialog."
} ,
2023-04-06 00:52:33 +00:00
"icu:submit" : {
"messageformat" : "Trimite"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:acceptNewKey" : {
"messageformat" : "Acceptă" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for a button to accept a new safety number"
} ,
2023-07-20 00:33:17 +00:00
"icu:SafetyNumberViewer__migration__text" : {
2023-07-31 19:47:44 +00:00
"messageformat" : "Se actualizează numerele de siguranță." ,
2023-11-02 14:03:51 +00:00
"description" : "(Deleted 11/01/2023) An explanatory note in SafetyNumberViewer describing the safety number migration process."
2023-07-20 00:33:17 +00:00
} ,
"icu:SafetyNumberViewer__migration__learn_more" : {
2023-07-31 19:47:44 +00:00
"messageformat" : "Află mai multe" ,
2023-11-02 14:03:51 +00:00
"description" : "(Deleted 11/01/2023) A link text in SafetyNumberViewer describing the safety number migration process."
2023-07-20 00:33:17 +00:00
} ,
"icu:SafetyNumberViewer__card__prev" : {
2023-07-31 19:47:44 +00:00
"messageformat" : "Numărul de siguranță anterior" ,
2023-11-02 14:03:51 +00:00
"description" : "(Deleted 11/01/2023) An ARIA label for safety number navigation button."
2023-07-20 00:33:17 +00:00
} ,
"icu:SafetyNumberViewer__card__next" : {
2023-07-31 19:47:44 +00:00
"messageformat" : "Următorul număr de siguranță" ,
2023-11-02 14:03:51 +00:00
"description" : "(Deleted 11/01/2023) An ARIA label for safety number navigation button."
2023-07-20 00:33:17 +00:00
} ,
"icu:SafetyNumberViewer__carousel__dot" : {
2023-07-31 19:47:44 +00:00
"messageformat" : "Versiunea numărului de siguranță, {index,number} din {total,number}" ,
2023-11-02 14:03:51 +00:00
"description" : "(Deleted 11/01/2023) An ARIA label for safety number carousel button."
2023-07-20 00:33:17 +00:00
} ,
2023-02-15 22:24:29 +00:00
"icu:SafetyNumberViewer__markAsVerified" : {
"messageformat" : "Marchează ca fiind verificat" ,
"description" : "Safety number viewer, verification toggle button, when not verified, sets verified"
} ,
"icu:SafetyNumberViewer__clearVerification" : {
"messageformat" : "Șterge verificarea" ,
"description" : "Safety number viewer, verification toggle button, when verified, clears verification state"
2022-09-01 03:42:18 +00:00
} ,
2023-11-02 14:03:51 +00:00
"icu:SafetyNumberViewer__hint" : {
"messageformat" : "To verify end-to-end encryption with {name}, compare the numbers above with their device. They can also scan your code with their device." ,
"description" : "Safety number viewer, text of the hint"
} ,
"icu:SafetyNumberViewer__learn_more" : {
"messageformat" : "Learn more" ,
"description" : "Text of 'Learn more' button of SafetyNumberViewerModal modal"
} ,
2023-07-20 00:33:17 +00:00
"icu:SafetyNumberViewer__hint--migration" : {
2023-07-31 19:47:44 +00:00
"messageformat" : "Pentru a verifica criptarea integrală a conversației tale cu {name}, potrivește cardul de culoare de mai sus cu dispozitivul său și compară numerele. Dacă nu se potrivesc, glisează și încearcă cealaltă pereche de numere de siguranță. Doar o pereche trebuie să se potrivească." ,
2023-11-02 14:03:51 +00:00
"description" : "(Deleted 11/01/2023). Safety number viewer, text of the hint during migration period"
2023-07-20 00:33:17 +00:00
} ,
"icu:SafetyNumberViewer__hint--normal" : {
2023-07-31 19:47:44 +00:00
"messageformat" : "Pentru a verifica criptarea integrală cu {name}, compară numerele de mai sus cu cele de pe dispozitivul lor. Ei pot, de asemenea, să scaneze codul tău cu dispozitivul lor." ,
2023-11-02 14:03:51 +00:00
"description" : "(Deleted 11/01/2023). Safety number viewer, text of the hint after migration period"
2023-07-20 00:33:17 +00:00
} ,
"icu:SafetyNumberOnboarding__title" : {
2023-07-31 19:47:44 +00:00
"messageformat" : "Modificări ale numerelor de siguranță" ,
2023-11-02 14:03:51 +00:00
"description" : "(Deleted 11/01/2023) Title of Safety number onboarding modal"
2023-07-20 00:33:17 +00:00
} ,
"icu:SafetyNumberOnboarding__p1" : {
2023-07-31 19:47:44 +00:00
"messageformat" : "Numerele de siguranță sunt actualizate într-o perioadă de tranziție pentru a activa viitoarele funcții de confidențialitate în Signal." ,
2023-11-02 14:03:51 +00:00
"description" : "(Deleted 11/01/2023) Paragraph 1 of Safety number onboarding modal"
2023-07-20 00:33:17 +00:00
} ,
"icu:SafetyNumberOnboarding__p2" : {
2023-07-31 19:47:44 +00:00
"messageformat" : "Pentru a verifica numerele de siguranță, potrivește cardul de culoare cu dispozitivul persoanei de contact. Dacă nu se potrivesc, încearcă cealaltă pereche de numere de siguranță. Doar o pereche trebuie să se potrivească." ,
2023-11-02 14:03:51 +00:00
"description" : "(Deleted 11/01/2023) Paragraph 2 of Safety number onboarding modal"
2023-07-20 00:33:17 +00:00
} ,
"icu:SafetyNumberOnboarding__help" : {
2023-07-31 19:47:44 +00:00
"messageformat" : "Ai nevoie de ajutor?" ,
2023-11-02 14:03:51 +00:00
"description" : "(Deleted 11/01/2023) Text of a secondary button in Safety number onboarding modal"
2023-07-20 00:33:17 +00:00
} ,
"icu:SafetyNumberOnboarding__close" : {
2023-07-31 19:47:44 +00:00
"messageformat" : "Am înțeles" ,
2023-11-02 14:03:51 +00:00
"description" : "(Deleted 11/01/2023) Text of a secondary button in Safety number onboarding modal"
2023-07-20 00:33:17 +00:00
} ,
"icu:SafetyNumberNotReady__body" : {
2023-07-31 19:47:44 +00:00
"messageformat" : "Un număr de siguranță va fi creat cu această persoană după ce schimbi mesaje cu ea." ,
2023-07-20 00:33:17 +00:00
"description" : "Body of SafetyNumberNotReady modal"
} ,
"icu:SafetyNumberNotReady__learn-more" : {
2023-07-31 19:47:44 +00:00
"messageformat" : "Află mai multe" ,
2023-07-20 00:33:17 +00:00
"description" : "Text of 'Learn more' button of SafetyNumberNotReady modal"
} ,
2023-04-06 00:52:33 +00:00
"icu:isVerified" : {
"messageformat" : "Ai verificat numărul tău de siguranță cu {name}." ,
2022-09-01 03:42:18 +00:00
"description" : "Summary state shown at top of the safety number screen if user has verified contact."
} ,
2023-04-06 00:52:33 +00:00
"icu:isNotVerified" : {
"messageformat" : "Nu ai verificat numărul tău de siguranță cu {name}." ,
2022-09-01 03:42:18 +00:00
"description" : "Summary state shown at top of the safety number screen if user has not verified contact."
} ,
2023-04-06 00:52:33 +00:00
"icu:verified" : {
"messageformat" : "Verificat"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:newIdentity" : {
"messageformat" : "Număr de siguranță nou" ,
2022-09-01 03:42:18 +00:00
"description" : "Header for a key change dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:identityChanged" : {
"messageformat" : "Numărul de siguranță pentru acest contact s-a schimbat. Asta poate însemna că cineva încearcă să intercepteze comunicarea, sau contactul și-a reinstalat Signal. E posibil să vrei să verifici noul număr de siguranță de mai jos."
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:incomingError" : {
"messageformat" : "Eroare la procesarea mesajului primit"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:media" : {
"messageformat" : "Media" ,
2022-09-01 03:42:18 +00:00
"description" : "Header of the default pane in the media gallery, showing images and videos"
} ,
2023-04-06 00:52:33 +00:00
"icu:mediaEmptyState" : {
"messageformat" : "Nu ai nici un fișier media în această conversație" ,
2022-09-01 03:42:18 +00:00
"description" : "Message shown to user in the media gallery when there are no messages with media attachments (images or video)"
} ,
2023-04-06 00:52:33 +00:00
"icu:allMedia" : {
"messageformat" : "Toate fișierele media" ,
2022-09-01 03:42:18 +00:00
"description" : "Header for the media gallery"
} ,
2023-04-06 00:52:33 +00:00
"icu:documents" : {
"messageformat" : "Documente" ,
2022-09-01 03:42:18 +00:00
"description" : "Header of the secondary pane in the media gallery, showing every non-media attachment"
} ,
2023-04-06 00:52:33 +00:00
"icu:documentsEmptyState" : {
"messageformat" : "Nu ai niciun document în această conversație" ,
2022-09-01 03:42:18 +00:00
"description" : "Message shown to user in the media gallery when there are no messages with document attachments (anything other than images or video)"
} ,
2023-04-06 00:52:33 +00:00
"icu:today" : {
"messageformat" : "Azi" ,
2022-09-01 03:42:18 +00:00
"description" : "The string \"today\""
} ,
2023-04-06 00:52:33 +00:00
"icu:yesterday" : {
"messageformat" : "Ieri" ,
2022-09-01 03:42:18 +00:00
"description" : "The string \"yesterday\""
} ,
2023-04-06 00:52:33 +00:00
"icu:thisWeek" : {
"messageformat" : "Săptămâna asta" ,
2022-09-01 03:42:18 +00:00
"description" : "Section header in the media gallery"
} ,
2023-04-06 00:52:33 +00:00
"icu:thisMonth" : {
"messageformat" : "Luna asta" ,
2022-09-01 03:42:18 +00:00
"description" : "Section header in the media gallery"
} ,
2023-04-06 00:52:33 +00:00
"icu:unsupportedAttachment" : {
"messageformat" : "Tip de atașament neacceptat. Click pentru a salva." ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed for incoming unsupported attachment"
} ,
2023-04-06 00:52:33 +00:00
"icu:clickToSave" : {
"messageformat" : "Apasă pentru a salva" ,
2022-09-01 03:42:18 +00:00
"description" : "Hover text for attachment filenames"
} ,
2023-04-06 00:52:33 +00:00
"icu:unnamedFile" : {
"messageformat" : "Fișier fără nume" ,
2022-09-01 03:42:18 +00:00
"description" : "Hover text for attachment filenames"
} ,
2023-04-06 00:52:33 +00:00
"icu:voiceMessage" : {
"messageformat" : "Mesaj vocal" ,
2022-09-01 03:42:18 +00:00
"description" : "Name for a voice message attachment"
} ,
2023-04-06 00:52:33 +00:00
"icu:dangerousFileType" : {
"messageformat" : "Tipul de atașament nu este permis din motive de securitate" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in toast when user attempts to send .exe file, for example"
} ,
2023-04-06 00:52:33 +00:00
"icu:loadingPreview" : {
"messageformat" : "Se încarcă previzualizarea..." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown while Signal Desktop is fetching metadata for a url in composition area"
} ,
2023-04-06 00:52:33 +00:00
"icu:stagedPreviewThumbnail" : {
"messageformat" : "Miniatură schiță a previzualizări pentru {domain}" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown while Signal Desktop is fetching metadata for a url in composition area"
} ,
2023-04-06 00:52:33 +00:00
"icu:previewThumbnail" : {
"messageformat" : "Miniatură a previzualizări pentru {domain}" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown while Signal Desktop is fetching metadata for a url in composition area"
} ,
2023-04-06 00:52:33 +00:00
"icu:stagedImageAttachment" : {
"messageformat" : "Schiță atașament imagine: {path}" ,
2022-09-01 03:42:18 +00:00
"description" : "Alt text for staged attachments"
} ,
2023-04-06 00:52:33 +00:00
"icu:cdsMirroringErrorToast" : {
"messageformat" : "Desktop a dat peste o inconsistență privind Serviciile de căutare de contact." ,
2022-09-07 16:57:30 +00:00
"description" : "An error popup when we discovered an inconsistency between mirrored Contact Discovery Service requests."
} ,
2023-04-06 00:52:33 +00:00
"icu:decryptionErrorToast" : {
"messageformat" : "Desktop a întâmpinat o eroare de decriptare de la {name}, dispozitiv {deviceId}" ,
2022-09-01 03:42:18 +00:00
"description" : "An error popup when we haven't added an in-timeline error for decryption error, only for beta/internal users."
} ,
2023-04-06 00:52:33 +00:00
"icu:decryptionErrorToastAction" : {
"messageformat" : "Trimite jurnalul" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the decryption error toast button"
} ,
2023-04-06 00:52:33 +00:00
"icu:cannotSelectPhotosAndVideosAlongWithFiles" : {
"messageformat" : "Nu poți selecta fotografii și videoclipuri împreună cu fișiere." ,
2022-09-01 03:42:18 +00:00
"description" : "An error popup when the user has attempted to add an attachment"
} ,
2023-04-06 00:52:33 +00:00
"icu:cannotSelectMultipleFileAttachments" : {
"messageformat" : "Poți selecta doar câte un fișier pe rând." ,
2023-01-12 20:31:38 +00:00
"description" : "An error popup when the user has attempted to add multiple non-image attachments"
} ,
2023-04-06 00:52:33 +00:00
"icu:maximumAttachments" : {
"messageformat" : "Nu mai poți adăuga alte atașamente la acest mesaj." ,
2022-09-01 03:42:18 +00:00
"description" : "An error popup when the user has attempted to add an attachment"
} ,
2023-01-12 20:31:38 +00:00
"icu:fileSizeWarning" : {
2023-04-06 00:52:33 +00:00
"messageformat" : "Ne pare rău, fișierul selectat depășește limita de mărime a mesajului. {limit,number} {units}" ,
2023-01-12 20:31:38 +00:00
"description" : "Shown in a toast if the user tries to attach too-large file"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:unableToLoadAttachment" : {
"messageformat" : "Nu s-a putut încărca atașamentul selectat."
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:disconnected" : {
"messageformat" : "Deconectat" ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed when the desktop client cannot connect to the server."
} ,
2023-04-06 00:52:33 +00:00
"icu:connecting" : {
"messageformat" : "Se conectează..." ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed when the desktop client is currently connecting to the server."
} ,
2023-04-06 00:52:33 +00:00
"icu:connect" : {
"messageformat" : "Apasă pentru reconectare" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown to allow the user to manually attempt a reconnect."
} ,
2023-04-06 00:52:33 +00:00
"icu:connectingHangOn" : {
"messageformat" : "Nu ar trebui să dureze mult" ,
2022-09-01 03:42:18 +00:00
"description" : "Subtext description for when the client is connecting to the server."
} ,
2023-04-06 00:52:33 +00:00
"icu:offline" : {
"messageformat" : "Deconectat" ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed when the desktop client has no network connection."
} ,
2023-04-06 00:52:33 +00:00
"icu:checkNetworkConnection" : {
"messageformat" : "Verifică-ți conexiunea la rețea." ,
2022-09-01 03:42:18 +00:00
"description" : "Obvious instructions for when a user's computer loses its network connection"
} ,
2023-04-06 00:52:33 +00:00
"icu:submitDebugLog" : {
"messageformat" : "Jurnal depanare" ,
2022-09-01 03:42:18 +00:00
"description" : "Menu item and header text for debug log modal (sentence case)"
} ,
2023-04-06 00:52:33 +00:00
"icu:debugLog" : {
"messageformat" : "Jurnalul de depanare" ,
2022-09-01 03:42:18 +00:00
"description" : "View menu item to open the debug log (title case)"
} ,
2023-04-06 00:52:33 +00:00
"icu:forceUpdate" : {
"messageformat" : "Forțează o actualizare" ,
2022-09-01 03:42:18 +00:00
"description" : "View menu item to force the app to update download and install"
} ,
2023-04-06 00:52:33 +00:00
"icu:helpMenuShowKeyboardShortcuts" : {
"messageformat" : "Arată scurtături de tastatură" ,
2022-09-01 03:42:18 +00:00
"description" : "Item under the help menu, pops up a screen showing the application's keyboard shortcuts"
} ,
2023-04-06 00:52:33 +00:00
"icu:contactUs" : {
"messageformat" : "Contactează-ne" ,
2022-09-01 03:42:18 +00:00
"description" : "Item under the help menu, takes you to the contact us support page"
} ,
2023-04-06 00:52:33 +00:00
"icu:goToReleaseNotes" : {
"messageformat" : "Mergi la Notele de Lansare" ,
2022-09-01 03:42:18 +00:00
"description" : "Item under the help menu, takes you to GitHub page for release notes"
} ,
2023-04-06 00:52:33 +00:00
"icu:goToForums" : {
"messageformat" : "Mergi la Forumuri" ,
2022-09-01 03:42:18 +00:00
"description" : "Item under the Help menu, takes you to the forums"
} ,
2023-04-06 00:52:33 +00:00
"icu:goToSupportPage" : {
"messageformat" : "Mergi la Pagina de Suport" ,
2022-09-01 03:42:18 +00:00
"description" : "Item under the Help menu, takes you to the support page"
} ,
2023-04-06 00:52:33 +00:00
"icu:joinTheBeta" : {
"messageformat" : "înscrie-te la beta" ,
2022-09-01 03:42:18 +00:00
"description" : "Item under the Help menu, takes you to an article describing how to install the beta release of Signal Desktop"
} ,
2023-04-06 00:52:33 +00:00
"icu:signalDesktopPreferences" : {
"messageformat" : "Preferințe Signal Desktop" ,
2022-09-01 03:42:18 +00:00
"description" : "Title of the window that pops up with Signal Desktop preferences in it"
} ,
2023-05-10 19:44:26 +00:00
"icu:signalDesktopStickerCreator" : {
"messageformat" : "Creator pachet cu autocolante" ,
"description" : "Title of the window that pops up with Signal Desktop preferences in it"
} ,
2023-04-06 00:52:33 +00:00
"icu:aboutSignalDesktop" : {
"messageformat" : "Despre Signal Desktop" ,
2022-09-01 03:42:18 +00:00
"description" : "Item under the Help menu, which opens a small about window"
} ,
2023-04-06 00:52:33 +00:00
"icu:screenShareWindow" : {
"messageformat" : "Se partajează ecranul" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for screen sharing window"
} ,
2023-04-06 00:52:33 +00:00
"icu:speech" : {
"messageformat" : "Vorbire" ,
2022-09-01 03:42:18 +00:00
"description" : "Item under the Edit menu, with 'start/stop speaking' items below it"
} ,
2023-04-06 00:52:33 +00:00
"icu:show" : {
"messageformat" : "Afișează" ,
2022-09-01 03:42:18 +00:00
"description" : "Command under Window menu, to show the window"
} ,
2023-04-06 00:52:33 +00:00
"icu:hide" : {
"messageformat" : "Ascunde" ,
2022-09-01 03:42:18 +00:00
"description" : "Command in the tray icon menu, to hide the window"
} ,
2023-04-06 00:52:33 +00:00
"icu:quit" : {
"messageformat" : "Închide" ,
2022-09-01 03:42:18 +00:00
"description" : "Command in the tray icon menu, to quit the application"
} ,
2023-04-06 00:52:33 +00:00
"icu:signalDesktop" : {
"messageformat" : "Signal Desktop" ,
2022-09-01 03:42:18 +00:00
"description" : "Tooltip for the tray icon"
} ,
2023-04-06 00:52:33 +00:00
"icu:search" : {
"messageformat" : "Caută" ,
2022-09-01 03:42:18 +00:00
"description" : "Placeholder text in the search input"
} ,
2023-04-06 00:52:33 +00:00
"icu:clearSearch" : {
"messageformat" : "Șterge căutarea" ,
2022-09-01 03:42:18 +00:00
"description" : "Aria label for clear search button"
} ,
2023-04-06 00:52:33 +00:00
"icu:searchIn" : {
"messageformat" : "Caută în conversație" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the search box before text is entered when searching in a specific conversation"
} ,
2023-04-06 00:52:33 +00:00
"icu:noSearchResults" : {
"messageformat" : "Nici un rezultat pentru \"{searchTerm}\"" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the search left pane when no results were found"
} ,
2023-04-06 00:52:33 +00:00
"icu:noSearchResults--sms-only" : {
"messageformat" : "Contactele SMS/MMS nu sunt disponibile pe Desktop." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the search left pane when no results were found and primary device has SMS/MMS handling enabled"
} ,
2022-11-17 00:15:28 +00:00
"icu:noSearchResultsInConversation" : {
"messageformat" : "Nici un rezultat pentru \"{searchTerm}\" în {conversationName}" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the search left pane when no results were found"
} ,
2023-04-06 00:52:33 +00:00
"icu:conversationsHeader" : {
"messageformat" : "Conversații" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown to separate the types of search results"
} ,
2023-04-06 00:52:33 +00:00
"icu:contactsHeader" : {
"messageformat" : "Contacte" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown to separate the types of search results"
} ,
2023-04-06 00:52:33 +00:00
"icu:groupsHeader" : {
"messageformat" : "Grupuri" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown to separate the types of search results"
} ,
2023-04-06 00:52:33 +00:00
"icu:messagesHeader" : {
"messageformat" : "Mesaje" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown to separate the types of search results"
} ,
2023-04-06 00:52:33 +00:00
"icu:findByUsernameHeader" : {
"messageformat" : "Caută după nume de utilizator" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown when search could be a valid username, with one sub-item that will kick off the search"
} ,
2023-04-06 00:52:33 +00:00
"icu:findByPhoneNumberHeader" : {
"messageformat" : "Caută după numărul de telefon" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown when search could be a valid phone number, with one sub-item that will kick off the search"
} ,
2023-04-06 00:52:33 +00:00
"icu:welcomeToSignal" : {
"messageformat" : "Bun venit la Signal"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:whatsNew" : {
"messageformat" : "Vezi {whatsNew} în această actualizare" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the main window"
} ,
2023-04-06 00:52:33 +00:00
"icu:viewReleaseNotes" : {
"messageformat" : "ce este nou" ,
2022-09-01 03:42:18 +00:00
"description" : "Clickable link that displays the latest release notes"
} ,
2023-04-06 00:52:33 +00:00
"icu:typingAlt" : {
"messageformat" : "Animații de tastare pentru conversația curentă" ,
2022-09-01 03:42:18 +00:00
"description" : "Used as the 'title' attribute for the typing animation"
} ,
2023-04-06 00:52:33 +00:00
"icu:contactInAddressBook" : {
"messageformat" : "Această persoană se află în lista ta de contacte" ,
2022-09-01 03:42:18 +00:00
"description" : "Description of icon denoting that contact is from your address book"
} ,
2023-04-06 00:52:33 +00:00
"icu:contactAvatarAlt" : {
"messageformat" : "Avatar pentru contactul {name}" ,
2022-09-01 03:42:18 +00:00
"description" : "Used in the alt tag for the image avatar of a contact"
} ,
2023-04-06 00:52:33 +00:00
"icu:sendMessageToContact" : {
"messageformat" : "Trimite mesaj" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown when you are sent a contact and that contact has a signal account"
} ,
2023-04-06 00:52:33 +00:00
"icu:home" : {
"messageformat" : "acasă" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on contact detail screen as a label for an address/phone/email"
} ,
2023-04-06 00:52:33 +00:00
"icu:work" : {
"messageformat" : "serviciu" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on contact detail screen as a label for an address/phone/email"
} ,
2023-04-06 00:52:33 +00:00
"icu:mobile" : {
"messageformat" : "mobil" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on contact detail screen as a label for a phone or email"
} ,
2023-04-06 00:52:33 +00:00
"icu:email" : {
"messageformat" : "email" ,
2022-09-01 03:42:18 +00:00
"description" : "Generic label shown if contact email has custom type but no label"
} ,
2023-04-06 00:52:33 +00:00
"icu:phone" : {
"messageformat" : "telefon" ,
2022-09-01 03:42:18 +00:00
"description" : "Generic label shown if contact phone has custom type but no label"
} ,
2023-04-06 00:52:33 +00:00
"icu:address" : {
"messageformat" : "adresă" ,
2022-09-01 03:42:18 +00:00
"description" : "Generic label shown if contact address has custom type but no label"
} ,
2023-04-06 00:52:33 +00:00
"icu:poBox" : {
"messageformat" : "Căsuță poștală" ,
2022-09-01 03:42:18 +00:00
"description" : "When rendering an address, used to provide context to a post office box"
} ,
2023-04-06 00:52:33 +00:00
"icu:downloading" : {
"messageformat" : "Se descarcă" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the message bubble while a long message attachment is being downloaded"
} ,
2023-04-06 00:52:33 +00:00
"icu:downloadFullMessage" : {
"messageformat" : "Descarcă mesajul complet" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the message bubble while a long message attachment is not downloaded"
} ,
2023-04-06 00:52:33 +00:00
"icu:downloadAttachment" : {
"messageformat" : "Descarcă atașamentul" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in a message's triple-dot menu if there isn't room for a dedicated download button"
} ,
2023-04-06 00:52:33 +00:00
"icu:reactToMessage" : {
"messageformat" : "Reacționează la mesaj" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in triple-dot menu next to message to allow user to react to the associated message"
} ,
2023-04-06 00:52:33 +00:00
"icu:replyToMessage" : {
"messageformat" : "Răspunde la mesaj" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in triple-dot menu next to message to allow user to start crafting a message with a quotation"
} ,
2023-04-06 00:52:33 +00:00
"icu:originalMessageNotFound" : {
"messageformat" : "Mesajul original nu a fost găsit" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in quote if reference message was not found as message was initially downloaded and processed"
} ,
2023-04-06 00:52:33 +00:00
"icu:messageFoundButNotLoaded" : {
"messageformat" : "Mesaj original a fost găsit, dar nu a fost încărcat. Derulează în sus pentru a-l încărca." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in toast if user clicks on quote references messages not loaded in view, but in database"
} ,
2023-04-06 00:52:33 +00:00
"icu:voiceRecording--start" : {
"messageformat" : "Începe înregistrarea unui mesaj vocal" ,
2022-09-01 03:42:18 +00:00
"description" : "Tooltip for microphone button to start voice message"
} ,
2023-04-06 00:52:33 +00:00
"icu:voiceRecording--complete" : {
"messageformat" : "Încheie mesajul vocal și trimite" ,
2022-09-01 03:42:18 +00:00
"description" : "Tooltip for green complete voice message and send"
} ,
2023-04-06 00:52:33 +00:00
"icu:voiceRecording--cancel" : {
"messageformat" : "Anulează mesajul vocal" ,
2022-09-01 03:42:18 +00:00
"description" : "Tooltip for red button to cancel voice message"
} ,
2023-04-06 00:52:33 +00:00
"icu:voiceRecordingInterruptedMax" : {
"messageformat" : "Înregistrarea mesajului vocal s-a oprit deoarece a fost atinsă limita maximă de timp." ,
2022-09-01 03:42:18 +00:00
"description" : "Confirmation dialog message for when the voice recording is interrupted due to max time limit"
} ,
2023-04-06 00:52:33 +00:00
"icu:voiceRecordingInterruptedBlur" : {
"messageformat" : "Înregistrarea mesajului vocal s-a oprit deoarece ai deschis altă aplicație." ,
2022-09-01 03:42:18 +00:00
"description" : "Confirmation dialog message for when the voice recording is interrupted due to app losing focus"
} ,
2023-04-06 00:52:33 +00:00
"icu:voiceNoteLimit" : {
"messageformat" : "Mesajele vocale sunt limitate la o oră. Înregistrarea se va opri dacă deschizi altă aplicație." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in toast to warn user about limited time and that window must be in focus"
} ,
2023-04-06 00:52:33 +00:00
"icu:voiceNoteMustBeOnlyAttachment" : {
"messageformat" : "Un mesaj vocal trebuie sa aibă doar un singur atașament." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in toast if tries to record a voice note with any staged attachments"
} ,
2023-04-06 00:52:33 +00:00
"icu:voiceNoteError" : {
"messageformat" : "Am întâmpinat o eroare cu înregistrarea vocală." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in a dialog to inform user that we experienced an unrecoverable error"
} ,
2023-04-06 00:52:33 +00:00
"icu:attachmentSaved" : {
"messageformat" : "Atașamentul a fost salvat." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown after user selects to save to downloads"
} ,
2023-04-06 00:52:33 +00:00
"icu:attachmentSavedShow" : {
"messageformat" : "Afișează în director" ,
2022-09-01 03:42:18 +00:00
"description" : "Button label for showing the attachment in your file system"
} ,
2023-04-06 00:52:33 +00:00
"icu:you" : {
"messageformat" : "Tu" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown when the user represented is the current user."
} ,
2023-04-06 00:52:33 +00:00
"icu:replyingTo" : {
"messageformat" : "Răspunzi lui {name}" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in iOS theme when you or someone quotes to a message which is not from you"
} ,
2023-04-06 00:52:33 +00:00
"icu:audioPermissionNeeded" : {
"messageformat" : "Pentru a trimite mesaje vocale, permite aplicației Signal Desktop accesul la microfonul tău." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if the user attempts to send an audio message without audio permissions turned on"
} ,
2023-04-06 00:52:33 +00:00
"icu:audioCallingPermissionNeeded" : {
"messageformat" : "Pentru a apela, trebuie să-i permiți lui Signal Desktop să-ți acceseze microfonul." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if the user attempts access the microphone for calling without audio permissions turned on"
} ,
2023-04-06 00:52:33 +00:00
"icu:videoCallingPermissionNeeded" : {
"messageformat" : "Pentru apeluri video, trebuie să-i permiți lui Signal Desktop să-ți acceseze camera." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if the user attempts access the camera for video calling without video permissions turned on"
} ,
2023-04-06 00:52:33 +00:00
"icu:allowAccess" : {
"messageformat" : "Permite accesul" ,
2022-09-01 03:42:18 +00:00
"description" : "Button shown in popup asking to enable microphone/video permissions to send audio messages"
} ,
2023-04-06 00:52:33 +00:00
"icu:showSettings" : {
"messageformat" : "Afișează setările" ,
2022-09-01 03:42:18 +00:00
"description" : "A button shown in dialog requesting the user to turn on audio permissions"
} ,
2023-04-06 00:52:33 +00:00
"icu:audio" : {
"messageformat" : "Audio" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in a quotation of a message containing an audio attachment if no text was originally provided with that attachment"
} ,
2023-04-06 00:52:33 +00:00
"icu:video" : {
"messageformat" : "Video" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in a quotation of a message containing a video if no text was originally provided with that video"
} ,
2023-04-06 00:52:33 +00:00
"icu:photo" : {
"messageformat" : "Poză" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in a quotation of a message containing a photo if no text was originally provided with that image"
} ,
2023-04-06 00:52:33 +00:00
"icu:text" : {
"messageformat" : "Text" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the word 'text'"
} ,
2023-04-06 00:52:33 +00:00
"icu:cannotUpdate" : {
"messageformat" : "Actualizare eșuată" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the title of our update error dialogs on windows"
} ,
2023-04-06 00:52:33 +00:00
"icu:muted" : {
"messageformat" : "Fără sunet" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in a button when a conversation is muted"
} ,
2023-04-06 00:52:33 +00:00
"icu:mute" : {
"messageformat" : "Silențios" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in a button when a conversation is unmuted and can be muted"
} ,
2023-04-06 00:52:33 +00:00
"icu:cannotUpdateDetail" : {
"messageformat" : "Signal nu a putut fi actualizat. {retry} sau mergi la {url} pentru a o instala manual. Apoi, {support} în legătură cu această problemă" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if a general error happened while trying to install update package"
} ,
2023-04-06 00:52:33 +00:00
"icu:cannotUpdateRequireManualDetail" : {
"messageformat" : "Signal nu a putut fi actualizat. Mergi la {url} pentru a instala manual. Apoi, {support} în legătură cu această problemă" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if a general error happened while trying to install update package and manual update is required"
} ,
2023-04-06 00:52:33 +00:00
"icu:readOnlyVolume" : {
"messageformat" : "Signal Desktop se află probabil în carantină macOS, și nu va putea fi actualizat automat. Te rugăm să încearci să muți {app} în {folder} folosind Finder." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on MacOS if running on a read-only volume and we cannot update"
} ,
2023-04-06 00:52:33 +00:00
"icu:ok" : {
"messageformat" : "OK"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:cancel" : {
"messageformat" : "Anulează"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:discard" : {
"messageformat" : "Renunță"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:failedToSend" : {
"messageformat" : "Mesajul nu a putut fi trimis către unii destinatari. Verifică-ți conexiunea la rețea."
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:error" : {
"messageformat" : "Eroare"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:messageDetail" : {
"messageformat" : "Detalii mesaj"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:delete" : {
"messageformat" : "Șterge"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:accept" : {
"messageformat" : "Acceptă"
2022-09-01 03:42:18 +00:00
} ,
2023-05-10 19:44:26 +00:00
"icu:edit" : {
"messageformat" : "Editează"
} ,
2023-04-06 00:52:33 +00:00
"icu:forward" : {
"messageformat" : "Redirecționează"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:done" : {
"messageformat" : "Gata" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for done"
} ,
2023-04-06 00:52:33 +00:00
"icu:update" : {
"messageformat" : "Actualizează"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:next2" : {
"messageformat" : "Următorul"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:on" : {
"messageformat" : "Activat" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for when something is turned on"
} ,
2023-04-06 00:52:33 +00:00
"icu:off" : {
"messageformat" : "Dezactivat" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for when something is turned off"
} ,
2023-04-06 00:52:33 +00:00
"icu:deleteWarning" : {
"messageformat" : "Acest mesaj va fi șters de pe acest dispozitiv." ,
2022-09-01 03:42:18 +00:00
"description" : "Text shown in the confirmation dialog for deleting a message locally"
} ,
2023-04-06 00:52:33 +00:00
"icu:deleteForEveryoneWarning" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Acest mesaj va fi șters pentru toți participanții la conversație dacă aceștia folosesc o versiune recentă Signal. Participanții vor putea vedea că ai șters mesajul." ,
2022-09-01 03:42:18 +00:00
"description" : "Text shown in the confirmation dialog for deleting a message for everyone"
} ,
2023-04-06 00:52:33 +00:00
"icu:from" : {
"messageformat" : "De la" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the sender of a message"
} ,
2023-04-06 00:52:33 +00:00
"icu:to" : {
"messageformat" : "Către" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the receiver of a message"
} ,
2023-02-15 22:24:29 +00:00
"icu:searchResultHeader--sender-to-group" : {
"messageformat" : "{sender} către {receiverGroup}" ,
"description" : "Shown for search result items - like 'Jon to Friends Group'"
} ,
"icu:searchResultHeader--sender-to-you" : {
"messageformat" : "{sender} către Tine" ,
"description" : "Shown for search result items - like 'Jon to You"
} ,
"icu:searchResultHeader--you-to-group" : {
"messageformat" : "Tu către {receiverGroup}" ,
"description" : "Shown for search result items - like 'You to Friends Group'"
} ,
"icu:searchResultHeader--you-to-receiver" : {
"messageformat" : "Tu către {receiverContact}" ,
"description" : "Shown for search result items - like 'You to Jon'"
} ,
2023-04-06 00:52:33 +00:00
"icu:sent" : {
"messageformat" : "Trimis" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the time a message was sent"
} ,
2023-04-06 00:52:33 +00:00
"icu:received" : {
"messageformat" : "Primit" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the time a message was received"
} ,
2023-04-06 00:52:33 +00:00
"icu:sendMessage" : {
"messageformat" : "Mesaj" ,
2022-09-01 03:42:18 +00:00
"description" : "Placeholder text in the message entry field"
} ,
2023-04-06 00:52:33 +00:00
"icu:groupMembers" : {
"messageformat" : "Membrii grupului"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:showMembers" : {
"messageformat" : "Afișează membrii"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:showSafetyNumber" : {
"messageformat" : "Afișează numărul de siguranță"
2022-09-01 03:42:18 +00:00
} ,
2023-02-15 22:24:29 +00:00
"icu:ContactModal__showSafetyNumber" : {
"messageformat" : "Afișează numărul de siguranță" ,
"description" : "Contact modal, label for button to show safety number modal"
} ,
2023-04-06 00:52:33 +00:00
"icu:viewRecentMedia" : {
"messageformat" : "Afișare media recente" ,
2022-09-01 03:42:18 +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."
} ,
2023-04-06 00:52:33 +00:00
"icu:theirIdentityUnknown" : {
"messageformat" : "Nu ai schimbat până acum nici un mesaj cu acest contact. Numărul de siguranță va fi disponibil după primul mesaj."
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:back" : {
"messageformat" : "Înapoi" ,
2022-09-01 03:42:18 +00:00
"description" : "Generic label for back"
} ,
2023-04-06 00:52:33 +00:00
"icu:goBack" : {
"messageformat" : "Înapoi" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for back button in a conversation"
} ,
2023-04-06 00:52:33 +00:00
"icu:moreInfo" : {
"messageformat" : "Mai multe informații" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on the drop-down menu for an individual message, takes you to message detail screen"
} ,
2023-05-10 19:44:26 +00:00
"icu:copy" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "Copiază textul" ,
2023-05-10 19:44:26 +00:00
"description" : "Shown on the drop-down menu for an individual message, copies the message text to the clipboard"
} ,
2023-03-29 22:34:07 +00:00
"icu:MessageContextMenu__select" : {
"messageformat" : "Selectează" ,
"description" : "Shown on the drop-down menu for an individual message, opens the conversation in select mode with the current message selected"
} ,
2023-04-20 06:31:42 +00:00
"icu:MessageTextRenderer--spoiler--label" : {
"messageformat" : "Spoiler" ,
"description" : "Used as a label for screenreaders on 'spoiler' text, which is hidden by default"
} ,
2023-04-06 00:52:33 +00:00
"icu:retrySend" : {
"messageformat" : "Încearcă re-trimiterea" ,
2022-09-01 03:42:18 +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"
} ,
2023-04-06 00:52:33 +00:00
"icu:retryDeleteForEveryone" : {
"messageformat" : "Reîncearcă Ștergerea pentru Toată Lumea" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on the drop-down menu for an individual message, but only if a previous delete for everyone failed to send"
} ,
2023-04-06 00:52:33 +00:00
"icu:forwardMessage" : {
"messageformat" : "Redirecționează mesajul" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on the drop-down menu for an individual message, forwards a message"
} ,
2023-05-10 19:44:26 +00:00
"icu:MessageContextMenu__reply" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "Răspunde" ,
2023-05-10 19:44:26 +00:00
"description" : "Shown on the drop-down menu for an individual message when there isnt room for a dedicated button, focuses the composer with a reply to the current message"
} ,
"icu:MessageContextMenu__react" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "Reacționează" ,
2023-05-10 19:44:26 +00:00
"description" : "Shown on the drop-down menu for an individual message when there isnt room for a dedicated button, opens the react picker for the current message"
} ,
"icu:MessageContextMenu__download" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "Descarcă" ,
2023-05-10 19:44:26 +00:00
"description" : "Shown on the drop-down menu for an individual message when there isnt room for a dedicated button and when there's only a single attachment, downloads an attachment"
} ,
2023-04-20 06:31:42 +00:00
"icu:MessageContextMenu__deleteMessage" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "Șterge" ,
2023-04-20 06:31:42 +00:00
"description" : "Show on the drop-down menu for an individual message, opens a modal to select if you want to 'delete for me' or 'delete for everyone'"
2022-09-01 03:42:18 +00:00
} ,
2023-05-10 19:44:26 +00:00
"icu:MessageContextMenu__forward" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "Redirecționează" ,
2023-05-10 19:44:26 +00:00
"description" : "Show on the drop-down menu for an individual message, opens a modal to forward a message"
} ,
"icu:MessageContextMenu__info" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "Informații" ,
2023-05-10 19:44:26 +00:00
"description" : "Shown on the drop-down menu for an individual message, takes you to message detail screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:deleteMessages" : {
"messageformat" : "Șterge" ,
2023-11-02 14:03:51 +00:00
"description" : "(deleted 2023/10/26) Menu item for deleting messages, title case."
} ,
"icu:deleteMessagesInConversation" : {
"messageformat" : "Delete messages" ,
"description" : "Menu item for deleting all messages in a conversation from your device"
2022-09-01 03:42:18 +00:00
} ,
2023-07-13 18:16:25 +00:00
"icu:ConversationHeader__DeleteMessagesConfirmation__title" : {
"messageformat" : "Ștergi conversația?" ,
2023-11-02 14:03:51 +00:00
"description" : "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
} ,
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title" : {
"messageformat" : "Delete messages?" ,
"description" : "Title for confirmation modal to delete all messages in a conversation"
2023-07-13 18:16:25 +00:00
} ,
"icu:ConversationHeader__DeleteMessagesConfirmation__description" : {
"messageformat" : "Această conversație va fi ștearsă de pe acest dispozitiv." ,
2023-11-02 14:03:51 +00:00
"description" : "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
} ,
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description" : {
"messageformat" : "Messages in this chat will be deleted from this device. You can still search for this chat after you delete messages." ,
"description" : "Description for confirmation modal to delete all messages in a conversation"
2023-07-13 18:16:25 +00:00
} ,
"icu:ConversationHeader__ContextMenu__LeaveGroupAction__title" : {
"messageformat" : "Părăsește grupul" ,
"description" : "This is a button to leave a group"
} ,
"icu:ConversationHeader__LeaveGroupConfirmation__title" : {
"messageformat" : "Ești sigur că vrei să părăsești grupul?" ,
"description" : "Conversation Header > Leave Group Action > Leave Group Confirmation Modal > Title"
} ,
"icu:ConversationHeader__LeaveGroupConfirmation__description" : {
"messageformat" : "Nu vei mai putea trimite sau primi mesaje în acest grup." ,
"description" : "Conversation Header > Leave Group Action > Leave Group Confirmation Modal > Description"
} ,
"icu:ConversationHeader__LeaveGroupConfirmation__confirmButton" : {
"messageformat" : "Părăsește" ,
"description" : "Conversation Header > Leave Group Action > Leave Group Confirmation Modal > Confirm Button"
} ,
"icu:ConversationHeader__CannotLeaveGroupBecauseYouAreLastAdminAlert__description" : {
"messageformat" : "Înainte de a pleca, trebuie să alegi cel puțin un nou administrator pentru acest grup." ,
"description" : "Conversation Header > Leave Group Action > Cannot Leave Group Because You Are Last Admin Alert > Description"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:sessionEnded" : {
"messageformat" : "Sesiune securizată resetată" ,
2022-09-01 03:42:18 +00:00
"description" : "This is a past tense, informational message. In other words, your secure session has been reset."
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatRefresh--notification" : {
"messageformat" : "Sesiunea conversației a fost resetată" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline when a error happened, and the session was automatically reset."
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatRefresh--learnMore" : {
"messageformat" : "Află mai multe" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline when session is automatically reset, to provide access to a popup info dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatRefresh--summary" : {
"messageformat" : "Signal folosește criptarea integrală și câteodată va fi nevoie să actualizeze sesiunea conversației. Acest lucru nu va afecta securitatea conversației dar este posibil să fi ratat un mesaj de la acest contact dar îi poți cere să-l retrimită." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on explainer dialog available from chat session refreshed timeline events"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatRefresh--contactSupport" : {
"messageformat" : "Contactează suportul" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on explainer dialog available from chat session refreshed timeline events"
} ,
2023-04-06 00:52:33 +00:00
"icu:DeliveryIssue--preview" : {
"messageformat" : "Problemă de livrare" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in left pane preview when message delivery issue happens"
} ,
2023-04-06 00:52:33 +00:00
"icu:DeliveryIssue--notification" : {
"messageformat" : "Un mesaj de la {sender} nu a putut fi livrat" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline when message delivery issue happens"
} ,
2023-04-06 00:52:33 +00:00
"icu:DeliveryIssue--learnMore" : {
"messageformat" : "Află mai multe" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline when message delivery issue happens, to provide access to a popup info dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:DeliveryIssue--title" : {
"messageformat" : "Problemă de livrare" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on explainer dialog available from delivery issue timeline events"
} ,
2023-04-06 00:52:33 +00:00
"icu:DeliveryIssue--summary" : {
"messageformat" : "Un mesaj, autocolant, reacție, confirmare de citire sau mesaj media nu a putut fi livrat de la {sender}. Este posibil ca utilizatorul să fi încercat să îți trimită mesajul direct sau într-un grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on explainer dialog available from delivery issue timeline events in 1:1 conversations"
} ,
2023-04-06 00:52:33 +00:00
"icu:DeliveryIssue--summary--group" : {
"messageformat" : "Un mesaj, autocolant, reacție, confirmare de citire, sau fișier media nu a putut fi livrat de la {sender} în această conversație." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on explainer dialog available from delivery issue timeline events in groups"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChangeNumber--notification" : {
"messageformat" : "{sender} și-a schimbat numărul de telefon" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline when a member of a conversation changes their phone number"
} ,
2023-01-12 20:31:38 +00:00
"icu:ConversationMerge--notification" : {
2023-01-26 00:30:23 +00:00
"messageformat" : "{obsoleteConversationTitle} și {conversationTitle} sunt același cont. Istoricul de mesaje pentru ambele conversații sunt aici." ,
2023-01-12 20:31:38 +00:00
"description" : "Shown when we've discovered that two local conversations are the same remote account in an unusual way"
} ,
2023-02-02 00:14:09 +00:00
"icu:ConversationMerge--notification--with-e164" : {
"messageformat" : "Istoricul mesajelor tale cu {conversationTitle} și numărul său {obsoleteConversationNumber} au fost unite." ,
"description" : "Shown when we've discovered that two local conversations are the same remote account in an unusual way, but we have the phone number for the old conversation"
} ,
"icu:ConversationMerge--notification--no-title" : {
2023-01-26 00:30:23 +00:00
"messageformat" : "Istoricul mesajelor tale cu {conversationTitle} și altă conversație care le aparținea au fost unite." ,
2023-02-02 00:14:09 +00:00
"description" : "Shown when we've discovered that two local conversations are the same remote account in an unusual way, but we don't have the title for the old conversation"
2023-01-12 20:31:38 +00:00
} ,
"icu:ConversationMerge--learn-more" : {
2023-01-26 00:30:23 +00:00
"messageformat" : "Află mai multe" ,
2023-01-12 20:31:38 +00:00
"description" : "Shown on a button below a 'conversations were merged' timeline notification"
} ,
"icu:ConversationMerge--explainer-dialog--line-1" : {
2023-01-26 00:30:23 +00:00
"messageformat" : "După ce ai schimbat mesaje cu {obsoleteConversationTitle} ai aflat că acest număr aparține lui {conversationTitle}. Numărul de telefon este privat." ,
2023-01-12 20:31:38 +00:00
"description" : "Contents of a dialog shown after clicking 'learn more' button on a conversation merge event."
} ,
"icu:ConversationMerge--explainer-dialog--line-2" : {
2023-01-26 00:30:23 +00:00
"messageformat" : "Istoricul mesajelor pentru ambele conversații au fost cumulate aici." ,
2023-01-12 20:31:38 +00:00
"description" : "Contents of a dialog shown after clicking 'learn more' button on a conversation merge event."
} ,
2023-11-02 14:03:51 +00:00
"icu:PhoneNumberDiscovery--notification--withSharedGroup" : {
"messageformat" : "{phoneNumber} aparține lui {conversationTitle}. Sunteți membri ai {sharedGroup}." ,
"description" : "Shown when we've discovered a phone number for a contact you've been communicating with."
} ,
"icu:PhoneNumberDiscovery--notification--noSharedGroup" : {
"messageformat" : "{phoneNumber} aparține persoanei {conversationTitle}" ,
"description" : "Shown when we've discovered a phone number for a contact you've been communicating with, but you have no shared groups."
} ,
2023-04-06 00:52:33 +00:00
"icu:quoteThumbnailAlt" : {
"messageformat" : "Miniatură a unei imagini dintr-un mesaj citat" ,
2022-09-01 03:42:18 +00:00
"description" : "Used in alt tag of thumbnail images inside of an embedded message quote"
} ,
2023-04-06 00:52:33 +00:00
"icu:imageAttachmentAlt" : {
"messageformat" : "Imagine atașată la mesaj" ,
2022-09-01 03:42:18 +00:00
"description" : "Used in alt tag of image attachment"
} ,
2023-04-06 00:52:33 +00:00
"icu:videoAttachmentAlt" : {
"messageformat" : "Screenshot la video atașat la mesaj" ,
2022-09-01 03:42:18 +00:00
"description" : "Used in alt tag of video attachment preview"
} ,
2023-04-06 00:52:33 +00:00
"icu:lightboxImageAlt" : {
"messageformat" : "Imagine trimisă în conversație" ,
2022-09-01 03:42:18 +00:00
"description" : "Used in the alt tag for the image shown in a full-screen lightbox view"
} ,
2023-04-06 00:52:33 +00:00
"icu:imageCaptionIconAlt" : {
"messageformat" : "Pictogramă ce arată că această imagine are titlu" ,
2022-09-01 03:42:18 +00:00
"description" : "Used for the icon layered on top of an image in message bubbles"
} ,
2023-04-06 00:52:33 +00:00
"icu:save" : {
"messageformat" : "Salvează" ,
2022-09-01 03:42:18 +00:00
"description" : "Used on save buttons"
} ,
2023-04-06 00:52:33 +00:00
"icu:reset" : {
"messageformat" : "Resetare" ,
2022-09-01 03:42:18 +00:00
"description" : "Used on reset buttons"
} ,
2023-04-06 00:52:33 +00:00
"icu:fileIconAlt" : {
"messageformat" : "Icon fișier" ,
2022-09-01 03:42:18 +00:00
"description" : "Used in the media gallery documents tab to visually represent a file"
} ,
2023-04-06 00:52:33 +00:00
"icu:installWelcome" : {
"messageformat" : "Bun venit la Signal Desktop" ,
2022-09-01 03:42:18 +00:00
"description" : "Welcome title on the install page"
} ,
2023-04-06 00:52:33 +00:00
"icu:installTagline" : {
"messageformat" : "Confidențialitatea este posibilă. Signal face asta ușor." ,
2022-09-01 03:42:18 +00:00
"description" : "Tagline displayed under 'installWelcome' string on the install page"
} ,
2023-04-06 00:52:33 +00:00
"icu:linkedDevices" : {
"messageformat" : "Dispozitive asociate" ,
2022-09-01 03:42:18 +00:00
"description" : "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
} ,
2023-04-06 00:52:33 +00:00
"icu:linkNewDevice" : {
"messageformat" : "Asociază dispozitiv nou" ,
2022-09-01 03:42:18 +00:00
"description" : "The menu option shown in Signal iOS to add a new linked device"
} ,
2023-05-25 23:16:57 +00:00
"icu:Install__learn-more" : {
"messageformat" : "Află mai multe" ,
"description" : "Button text for learn more button during error screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:Install__scan-this-code" : {
"messageformat" : "Scanează acest cod în aplicația Signal de pe telefonul tău" ,
2022-09-01 03:42:18 +00:00
"description" : "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:Install__instructions__1" : {
"messageformat" : "Deschide Signal pe telefonul tău" ,
2022-09-01 03:42:18 +00:00
"description" : "Instructions on the device link screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:Install__instructions__2" : {
"messageformat" : "Deschide {settings}, apoi atinge {linkedDevices}" ,
2022-09-01 03:42:18 +00:00
"description" : "Instructions on the device link screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:Install__instructions__2__settings" : {
"messageformat" : "Setări" ,
2022-09-01 03:42:18 +00:00
"description" : "Part of the 2nd instruction on the device link screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:Install__instructions__3" : {
"messageformat" : "Atinge {plusButton} (Android) sau {linkNewDevice} (iPhone)" ,
2022-09-01 03:42:18 +00:00
"description" : "Instructions on the device link screen"
} ,
2022-11-17 00:15:28 +00:00
"icu:Install__qr-failed" : {
2023-05-25 23:16:57 +00:00
"messageformat" : "(deleted 05/09/2023) The QR code couldn't load. Check your internet and try again. <learnMoreLink>Learn more</learnMoreLink>" ,
"description" : "Shown on the install screen if the QR code fails to load"
} ,
"icu:Install__qr-failed-load" : {
"messageformat" : "Codul QR nu a putut fi încărcat. Verifică internetul și încearcă din nou. <retry>Încearcă din nou</retry>" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on the install screen if the QR code fails to load"
} ,
2023-04-06 00:52:33 +00:00
"icu:Install__support-link" : {
"messageformat" : "Ai nevoie de ajutor?" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on the install screen. Link takes users to a support page"
} ,
2023-04-06 00:52:33 +00:00
"icu:Install__choose-device-name__description" : {
"messageformat" : "Vei vedea acest nume în meniul \"Dispozitive Asociate\" pe telefonul tău" ,
2022-09-01 03:42:18 +00:00
"description" : "The subheader shown on the 'choose device name' screen in the device linking process"
} ,
2023-04-06 00:52:33 +00:00
"icu:Install__choose-device-name__placeholder" : {
"messageformat" : "Computerul meu" ,
2022-09-01 03:42:18 +00:00
"description" : "The placeholder for the 'choose device name' input"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences--device-name" : {
"messageformat" : "Numele dispozitivului" ,
2022-09-01 03:42:18 +00:00
"description" : "The label in settings panel shown for the user-provided name for this desktop instance"
} ,
2023-04-06 00:52:33 +00:00
"icu:chooseDeviceName" : {
"messageformat" : "Alege numele dispozitivului" ,
2022-09-01 03:42:18 +00:00
"description" : "The header shown on the 'choose device name' screen in the device linking process"
} ,
2023-04-06 00:52:33 +00:00
"icu:finishLinkingPhone" : {
"messageformat" : "Finalizează asocierea telefonului" ,
2022-09-01 03:42:18 +00:00
"description" : "The text on the button to finish the linking process, after choosing the device name"
} ,
2023-04-06 00:52:33 +00:00
"icu:initialSync" : {
"messageformat" : "Sincronizare contacte și grupuri" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown during initial link while contacts and groups are being pulled from mobile device"
} ,
2023-04-06 00:52:33 +00:00
"icu:initialSync__subtitle" : {
"messageformat" : "Notă: Istoricul conversațiilor nu va fi sincronizat cu acest dispozitiv" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown during initial link while contacts and groups are being pulled from mobile device"
} ,
2023-04-06 00:52:33 +00:00
"icu:installConnectionFailed" : {
"messageformat" : "Conectarea la server a eșuat." ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed when we can't connect to the server."
} ,
2023-04-06 00:52:33 +00:00
"icu:installTooManyDevices" : {
"messageformat" : "Ne pare rău, ai prea multe dispozitive asociate deja. Încearcă să elimini câteva."
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:installTooOld" : {
"messageformat" : "Actualizează Signal de pe acest dispozitiv pentru a asocia telefonul tău."
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:installErrorHeader" : {
"messageformat" : "Ceva nu a funcționat!"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:installUnknownError" : {
"messageformat" : "A apărut o eroare neașteptată. Te rugăm să încerci din nou."
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:installTryAgain" : {
"messageformat" : "Încearcă din nou"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences--theme" : {
"messageformat" : "Temă" ,
2022-09-01 03:42:18 +00:00
"description" : "Header for theme settings"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling" : {
"messageformat" : "Apel în curs" ,
2022-09-01 03:42:18 +00:00
"description" : "Header for calling options on the settings screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__call-back" : {
"messageformat" : "Apelează înapoi" ,
2022-09-01 03:42:18 +00:00
"description" : "Button to call someone back"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__call-again" : {
"messageformat" : "Sună din nou" ,
2022-09-01 03:42:18 +00:00
"description" : "Button to call someone again"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__start" : {
"messageformat" : "Începe apelul" ,
2023-11-02 14:03:51 +00:00
"description" : "(deleted 2023/10/13) Button label in the call lobby for starting a call"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__join" : {
"messageformat" : "Alătură-te apelului" ,
2022-09-01 03:42:18 +00:00
"description" : "Button label in the call lobby for joining a call"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__return" : {
"messageformat" : "Întoarce-te la apel" ,
2022-09-01 03:42:18 +00:00
"description" : "Button label in the call lobby for returning to a call"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__lobby-automatically-muted-because-there-are-a-lot-of-people" : {
"messageformat" : "Microfonul a fost oprit datorită dimensiuni apelului" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in a call lobby toast if there are a lot of people already on the call"
} ,
2023-11-02 14:03:51 +00:00
"icu:calling__toasts--aria-label" : {
"messageformat" : "Notificări de apel" ,
"description" : "Aria label for region of toasts shown during a call (for, e.g. reconnecting, person joined, audio device changed notifications)"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__call-is-full" : {
"messageformat" : "Numărul maxim de participanți a fost atins" ,
2022-09-01 03:42:18 +00:00
"description" : "Text in the call lobby when you can't join because the call is full"
} ,
2023-11-02 14:03:51 +00:00
"icu:CallingLobbyJoinButton--join" : {
"messageformat" : "Join" ,
"description" : "Button label in the call lobby for joining a call"
} ,
"icu:CallingLobbyJoinButton--start" : {
"messageformat" : "Start" ,
"description" : "Button label in the call lobby for starting a call"
} ,
"icu:CallingLobbyJoinButton--call-full" : {
"messageformat" : "Call full" ,
"description" : "Button in the call lobby when you can't join because the call is full"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__button--video__label" : {
"messageformat" : "Cameră foto" ,
2023-11-02 14:03:51 +00:00
"description" : "(deleted 2023/10/13) Label under the video button"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__button--video-disabled" : {
"messageformat" : "Cameră dezactivată" ,
2022-09-01 03:42:18 +00:00
"description" : "Button tooltip label when the camera is disabled"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__button--video-off" : {
"messageformat" : "Oprește camera" ,
2022-09-01 03:42:18 +00:00
"description" : "Button tooltip label for turning off the camera"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__button--video-on" : {
"messageformat" : "Pornește camera" ,
2022-09-01 03:42:18 +00:00
"description" : "Button tooltip label for turning on the camera"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__button--audio__label" : {
"messageformat" : "Silențios" ,
2023-11-02 14:03:51 +00:00
"description" : "(deleted 2023/10/13) Label under the audio button"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__button--audio-disabled" : {
"messageformat" : "Microfon dezactivat" ,
2022-09-01 03:42:18 +00:00
"description" : "Button tooltip label when the microphone is disabled"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__button--audio-off" : {
"messageformat" : "Oprește microfonul" ,
2022-09-01 03:42:18 +00:00
"description" : "Button tooltip label for turning off the microphone"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__button--audio-on" : {
"messageformat" : "Pornește microfonul" ,
2022-09-01 03:42:18 +00:00
"description" : "Button tooltip label for turning on the microphone"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__button--presenting__label" : {
"messageformat" : "Partajează" ,
2023-11-02 14:03:51 +00:00
"description" : "(deleted 2023/10/13) Label under the share screen button"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__button--presenting-disabled" : {
"messageformat" : "Prezentări dezactivate" ,
2022-09-01 03:42:18 +00:00
"description" : "Button tooltip label for when screen sharing is disabled"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__button--presenting-on" : {
"messageformat" : "Începe prezentarea" ,
2022-09-01 03:42:18 +00:00
"description" : "Button tooltip label for starting to share screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__button--presenting-off" : {
"messageformat" : "Oprește prezentarea" ,
2022-09-01 03:42:18 +00:00
"description" : "Button tooltip label for stopping screen sharing"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__button--ring__label" : {
"messageformat" : "Sună" ,
2023-11-02 14:03:51 +00:00
"description" : "(deleted 2023/10/13) Label under the ring button"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__button--ring__disabled-because-group-is-too-large" : {
"messageformat" : "Grupul este prea mare pentru a apela participanții." ,
2022-09-01 03:42:18 +00:00
"description" : "Button tooltip label when you can't ring because the group is too large"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__button--ring__off" : {
"messageformat" : "Notifică, dar nu suna" ,
2022-09-01 03:42:18 +00:00
"description" : "Button tooltip label for turning ringing off"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__button--ring__on" : {
"messageformat" : "Activează soneria" ,
2022-09-01 03:42:18 +00:00
"description" : "Button tooltip label for turning ringing on"
} ,
2023-11-02 14:03:51 +00:00
"icu:CallingButton__ring-off" : {
"messageformat" : "Turn off ringing" ,
"description" : "Button tooltip label for turning ringing off"
} ,
"icu:CallingButton--ring-on" : {
"messageformat" : "Turn on ringing" ,
"description" : "Button tooltip label for turning ringing on"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__your-video-is-off" : {
"messageformat" : "Camera ta este oprită" ,
2022-09-01 03:42:18 +00:00
"description" : "Label in the calling lobby indicating that your camera is off"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__pre-call-info--empty-group" : {
"messageformat" : "Nu este nimeni aici" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the calling lobby to describe who is in the call"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__pre-call-info--1-person-in-call" : {
"messageformat" : "{first} este în acest apel" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the calling lobby to describe who is in the call"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__pre-call-info--another-device-in-call" : {
"messageformat" : "Un alt dispozitiv al tău este în acest apel" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the calling lobby to describe when it is just you"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__pre-call-info--2-people-in-call" : {
"messageformat" : "{first} și {second} sunt în acest apel" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the calling lobby to describe who is in the call"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__pre-call-info--3-people-in-call" : {
"messageformat" : "{first}, {second} și {third} sunt în acest apel" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the calling lobby to describe who is in the call"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__pre-call-info--many-people-in-call" : {
"messageformat" : "{first}, {second} și alte {others} persoane sunt în acest apel" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the calling lobby to describe who is in the call"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__pre-call-info--will-ring-1" : {
"messageformat" : "Signal va suna pe {person}" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the calling lobby to describe who will be rung"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__pre-call-info--will-ring-2" : {
"messageformat" : "Signal va suna pe {first} și {second}" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the calling lobby to describe who will be rang"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__pre-call-info--will-ring-3" : {
"messageformat" : "Signal va suna pe {first}, {second} și {third}" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the calling lobby to describe who will be rang"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__pre-call-info--will-ring-many" : {
"messageformat" : "Signal va suna pe {first}, {second} și {others} alții" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the calling lobby to describe who will be rang"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__pre-call-info--will-notify-1" : {
"messageformat" : "{person} va fi notificat" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the calling lobby to describe who will be notified"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__pre-call-info--will-notify-2" : {
"messageformat" : "{first} și {second} vor fi notificați" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the calling lobby to describe who will be notified"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__pre-call-info--will-notify-3" : {
"messageformat" : "{first}, {second} și {third} vor fi notificați" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the calling lobby to describe who will be notified"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__pre-call-info--will-notify-many" : {
"messageformat" : "{first}, {second} și alte {others} persoane vor fi notificate" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the calling lobby to describe who will be notified"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__in-this-call--zero" : {
"messageformat" : "Nu este nimeni aici" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the participants list to describe how many people are in the call"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__in-this-call--one" : {
"messageformat" : "În acest apel · O persoană" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the participants list to describe how many people are in the call"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__in-this-call--many" : {
"messageformat" : "În acest apel · {people} persoane" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the participants list to describe how many people are in the call"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__you-have-blocked" : {
"messageformat" : "Ai blocat pe {name}" ,
2022-09-01 03:42:18 +00:00
"description" : "when you block someone and cannot view their video"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__block-info" : {
"messageformat" : "Nu vei primi vocalul sau videoclipul său, iar persoana respectivă nu le va primi pe ale tale." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the modal dialog to describe how blocking works in a group call"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__overflow__scroll-up" : {
"messageformat" : "Derulează în sus" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the \"scroll up\" button in a call's overflow area"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__overflow__scroll-down" : {
"messageformat" : "Derulează în jos" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the \"scroll down\" button in a call's overflow area"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__presenting--notification-title" : {
"messageformat" : "Prezinți tuturor." ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the share screen notification"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__presenting--notification-body" : {
"messageformat" : "Apasă aici pentru a te întoarce la apel când ești gata să oprești prezentarea." ,
2022-09-01 03:42:18 +00:00
"description" : "Body text for the share screen notification"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__presenting--info" : {
"messageformat" : "Signal partajează {window}" ,
2022-09-01 03:42:18 +00:00
"description" : "Text that appears in the screen sharing controller to inform person that they are presenting"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__presenting--stop" : {
"messageformat" : "Oprește partajarea" ,
2022-09-01 03:42:18 +00:00
"description" : "Button for stopping screen sharing"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__presenting--you-stopped" : {
"messageformat" : "Ai oprit prezentarea" ,
2022-09-01 03:42:18 +00:00
"description" : "Toast that appears when someone stops presenting"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__presenting--person-ongoing" : {
"messageformat" : "{name} prezintă" ,
2022-09-01 03:42:18 +00:00
"description" : "Title of call when someone is presenting"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__presenting--person-stopped" : {
"messageformat" : "{name} a oprit prezentarea" ,
2022-09-01 03:42:18 +00:00
"description" : "Toast that appears when someone stops presenting"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__presenting--permission-title" : {
"messageformat" : "E nevoie de permisiune" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the title for the modal that requests screen recording permissions"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__presenting--macos-permission-description" : {
"messageformat" : "Signal are nevoie de permisiune pentru a accesa înregistrarea ecranului tău." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the description for the modal that requests screen recording permissions"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__presenting--permission-instruction-step1" : {
"messageformat" : "Mergi la preferințe sistem." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the description for the modal that requests screen recording permissions"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__presenting--permission-instruction-step2" : {
"messageformat" : "Apasă pe pictograma lacăt din stânga jos și introdu parola calculatorului tău." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the description for the modal that requests screen recording permissions"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__presenting--permission-instruction-step3" : {
"messageformat" : "În partea dreapta, bifează caseta de lângă Signal. Dacă nu găsești Signal în listă, apasă + pentru a-l adăuga." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the description for the modal that requests screen recording permissions"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__presenting--permission-open" : {
"messageformat" : "Deschide preferințe sistem" ,
2022-09-01 03:42:18 +00:00
"description" : "The button that opens your system preferences for the needs screen record permissions modal"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__presenting--permission-cancel" : {
"messageformat" : "Revocare" ,
2022-09-01 03:42:18 +00:00
"description" : "The cancel button for the needs screen record permissions modal"
} ,
2023-04-06 00:52:33 +00:00
"icu:alwaysRelayCallsDescription" : {
"messageformat" : "Redirecționează întotdeauna apelurile" ,
2022-09-01 03:42:18 +00:00
"description" : "Description of the always relay calls setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:alwaysRelayCallsDetail" : {
"messageformat" : "Redirecționează toate apelurile către serverul Signal pentru a evita aflarea adresei IP de către contact tău. Activarea va reduce calitatea apelului." ,
2022-09-01 03:42:18 +00:00
"description" : "Details describing the always relay calls setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:permissions" : {
"messageformat" : "Permisiuni" ,
2022-09-01 03:42:18 +00:00
"description" : "Header for permissions section of settings"
} ,
2023-04-06 00:52:33 +00:00
"icu:mediaPermissionsDescription" : {
"messageformat" : "Permite accesul la microfon" ,
2022-09-01 03:42:18 +00:00
"description" : "Description of the media permission description"
} ,
2023-04-06 00:52:33 +00:00
"icu:mediaCameraPermissionsDescription" : {
"messageformat" : "Permite accesul la cameră" ,
2022-09-01 03:42:18 +00:00
"description" : "Description of the media permission description"
} ,
2023-04-06 00:52:33 +00:00
"icu:general" : {
"messageformat" : "General" ,
2022-09-01 03:42:18 +00:00
"description" : "Header for general options on the settings screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:spellCheckDescription" : {
"messageformat" : "Verifică ortografic textul introdus în caseta de compunere mesaj" ,
2022-09-01 03:42:18 +00:00
"description" : "Description of the spell check setting"
} ,
2023-05-10 19:44:26 +00:00
"icu:textFormattingDescription" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "Arată caseta de formatare a textului când este selectat textul" ,
2023-04-20 06:31:42 +00:00
"description" : "Description of the text-formatting popover menu setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:spellCheckWillBeEnabled" : {
"messageformat" : "Verificarea ortografică va fi activată la următoarea pornire a Signal." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown when the user enables spellcheck to indicate that they must restart Signal."
} ,
2023-04-06 00:52:33 +00:00
"icu:spellCheckWillBeDisabled" : {
"messageformat" : "Verificarea ortografică va fi dezactivată la următoarea pornire a Signal." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown when the user disables spellcheck to indicate that they must restart Signal."
} ,
2023-04-06 00:52:33 +00:00
"icu:SystemTraySetting__minimize-to-system-tray" : {
"messageformat" : "Minimizare în bara de sistem" ,
2022-09-01 03:42:18 +00:00
"description" : "In the settings, shown next to the checkbox option for minimizing to the system tray"
} ,
2023-04-06 00:52:33 +00:00
"icu:SystemTraySetting__minimize-to-and-start-in-system-tray" : {
"messageformat" : "Pornește minimizat în bara de sistem" ,
2022-09-01 03:42:18 +00:00
"description" : "In the settings, shown next to the checkbox option for starting in the system tray"
} ,
2023-04-06 00:52:33 +00:00
"icu:autoLaunchDescription" : {
"messageformat" : "Deschide la autentificare în calculator" ,
2022-09-01 03:42:18 +00:00
"description" : "Description for the automatic launch setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:clearDataHeader" : {
"messageformat" : "Șterge datele aplicației" ,
2022-09-01 03:42:18 +00:00
"description" : "Header in the settings dialog for the section dealing with data deletion"
} ,
2023-04-06 00:52:33 +00:00
"icu:clearDataExplanation" : {
"messageformat" : "Această acțiune va șterge toate datele din aplicație, înlăturând toate mesajele și informațiile salvate despre cont" ,
2022-09-01 03:42:18 +00:00
"description" : "Text describing what the clear data button will do."
} ,
2023-04-06 00:52:33 +00:00
"icu:clearDataButton" : {
"messageformat" : "Șterge datele" ,
2022-09-01 03:42:18 +00:00
"description" : "Button in the settings dialog starting process to delete all data"
} ,
2023-04-06 00:52:33 +00:00
"icu:deleteAllDataHeader" : {
"messageformat" : "Ștergi toate datele?" ,
2022-09-01 03:42:18 +00:00
"description" : "Header of the full-screen delete data confirmation screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:deleteAllDataBody" : {
"messageformat" : "Ești pe cale să ștergi toate informațiile de cont salvate ale acestei aplicații, inclusiv toate persoanele de contact și toate mesajele. Poți oricând să te conectezi din nou cu dispozitivul mobil, dar mesajele șterse nu vor fi restabilite." ,
2022-09-01 03:42:18 +00:00
"description" : "Text describing what exactly will happen if the user clicks the button to delete all data"
} ,
2023-04-06 00:52:33 +00:00
"icu:deleteAllDataButton" : {
"messageformat" : "Șterge toate datele" ,
2022-09-01 03:42:18 +00:00
"description" : "Text of the button that deletes all data"
} ,
2023-04-06 00:52:33 +00:00
"icu:deleteAllDataProgress" : {
"messageformat" : "Se deconectează și se șterg toate datele" ,
2022-09-01 03:42:18 +00:00
"description" : "Message shown to user when app is disconnected and data deleted"
} ,
2023-04-06 00:52:33 +00:00
"icu:deleteOldIndexedDBData" : {
"messageformat" : "Ai date învechite de la o instalare anterioara a Signal Desktop. Dacă alegi să continui, acestea vor fi șterse și vei începe de la zero." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if user last ran Signal Desktop before October 2018"
} ,
2023-04-06 00:52:33 +00:00
"icu:deleteOldData" : {
"messageformat" : "Șterge Datele Vechi" ,
2022-09-01 03:42:18 +00:00
"description" : "Button to make the delete happen"
} ,
2023-04-06 00:52:33 +00:00
"icu:notifications" : {
"messageformat" : "Notificări" ,
2022-09-01 03:42:18 +00:00
"description" : "Header for notification settings"
} ,
2023-04-06 00:52:33 +00:00
"icu:notificationSettingsDialog" : {
"messageformat" : "Când sosesc mesaje, arată notificări ce afișează:" ,
2022-09-01 03:42:18 +00:00
"description" : "Explain the purpose of the notification settings"
} ,
2023-04-06 00:52:33 +00:00
"icu:disableNotifications" : {
"messageformat" : "Dezactivează notificările" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for disabling notifications"
} ,
2023-04-06 00:52:33 +00:00
"icu:nameAndMessage" : {
"messageformat" : "Nume, conținut și acțiuni" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for setting notifications to display name and message text"
} ,
2023-04-06 00:52:33 +00:00
"icu:noNameOrMessage" : {
"messageformat" : "Fără nume sau conținut" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for setting notifications to display no name and no message text"
} ,
2023-04-06 00:52:33 +00:00
"icu:nameOnly" : {
"messageformat" : "Doar numele" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for setting notifications to display sender name only"
} ,
2023-04-06 00:52:33 +00:00
"icu:newMessage" : {
"messageformat" : "Mesaj nou" ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed in notifications for only 1 message"
} ,
2023-04-06 00:52:33 +00:00
"icu:notificationSenderInGroup" : {
"messageformat" : "{sender} în {group}" ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed in notifications for messages in a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:notificationReaction" : {
"messageformat" : "{sender} a reacționat cu {emoji} la mesajul tău"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:notificationReactionMessage" : {
"messageformat" : "{sender} a reacționat cu {emoji} la: {message}"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:sendFailed" : {
"messageformat" : "Trimitere eșuată" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on outgoing message if it fails to send"
} ,
2023-04-06 00:52:33 +00:00
"icu:deleteFailed" : {
"messageformat" : "Ștergerea a eșuat" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on a message which was deleted for everyone if the delete wasn't successfully sent to anyone"
} ,
2023-05-10 19:44:26 +00:00
"icu:editFailed" : {
"messageformat" : "Modificarea a eșuat, dă clic pentru detalii" ,
"description" : "Shown on a message which was edited if the edit wasn't successfully sent to anyone"
} ,
2023-04-06 00:52:33 +00:00
"icu:sendPaused" : {
"messageformat" : "Trimiterea a fost întreruptă" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on outgoing message if it cannot be sent immediately"
} ,
2023-04-06 00:52:33 +00:00
"icu:partiallySent" : {
"messageformat" : "Trimis parțial, fă click pentru detalii" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on outgoing message if it is partially sent"
} ,
2023-04-06 00:52:33 +00:00
"icu:partiallyDeleted" : {
"messageformat" : "Șters parțial, fă click pentru a reîncerca" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on a message which was deleted for everyone if the delete wasn't successfully sent to everyone"
} ,
2023-04-06 00:52:33 +00:00
"icu:showMore" : {
"messageformat" : "Detalii" ,
2022-09-01 03:42:18 +00:00
"description" : "Displays the details of a key change"
} ,
2023-04-06 00:52:33 +00:00
"icu:showLess" : {
"messageformat" : "Ascunde detaliile" ,
2022-09-01 03:42:18 +00:00
"description" : "Hides the details of a key change"
} ,
2023-04-06 00:52:33 +00:00
"icu:learnMore" : {
"messageformat" : "Află mai multe despre verificarea numerelor de siguranță." ,
2022-09-01 03:42:18 +00:00
"description" : "Text that links to a support article on verifying safety numbers"
} ,
2023-04-06 00:52:33 +00:00
"icu:expiredWarning" : {
"messageformat" : "Această versiune de Signal Desktop a expirat. Te rugăm actualizează la cea mai recentă versiune pentru a putea trimite mesaje în continuare." ,
2022-09-01 03:42:18 +00:00
"description" : "Warning notification that this version of the app has expired"
} ,
2023-04-06 00:52:33 +00:00
"icu:upgrade" : {
"messageformat" : "Apasă pentru a deschide signal.org/download" ,
2022-09-01 03:42:18 +00:00
"description" : "Label text for button to upgrade the app to the latest version"
} ,
2023-04-06 00:52:33 +00:00
"icu:mediaMessage" : {
"messageformat" : "Mesaj media" ,
2022-09-01 03:42:18 +00:00
"description" : "Description of a message that has an attachment and no text, displayed in the conversation list as a preview."
} ,
2023-04-06 00:52:33 +00:00
"icu:unregisteredUser" : {
"messageformat" : "Numărul nu este înregistrat" ,
2022-09-01 03:42:18 +00:00
"description" : "Error message displayed when sending to an unregistered user."
} ,
2023-04-06 00:52:33 +00:00
"icu:sync" : {
"messageformat" : "Importă contacte" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for contact and group sync settings"
} ,
2023-04-06 00:52:33 +00:00
"icu:syncExplanation" : {
"messageformat" : "Importă toate grupurile și contactele Signal de pe dispozitivul tău mobil." ,
2022-09-01 03:42:18 +00:00
"description" : "Explanatory text for sync settings"
} ,
2023-04-06 00:52:33 +00:00
"icu:lastSynced" : {
"messageformat" : "Ultimul import la" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for date and time of last sync operation"
} ,
2023-04-06 00:52:33 +00:00
"icu:syncNow" : {
"messageformat" : "Importă acum" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for a button that syncs contacts and groups from your phone"
} ,
2023-04-06 00:52:33 +00:00
"icu:syncing" : {
"messageformat" : "Se importă..." ,
2022-09-01 03:42:18 +00:00
"description" : "Label for a disabled sync button while sync is in progress."
} ,
2023-04-06 00:52:33 +00:00
"icu:syncFailed" : {
"messageformat" : "Importare eșuată. Verifică dacă calculatorul și telefonul sunt conectate la internet." ,
2022-09-01 03:42:18 +00:00
"description" : "Informational text displayed if a sync operation times out."
} ,
2023-04-06 00:52:33 +00:00
"icu:timestamp_s" : {
"messageformat" : "acum" ,
2022-09-01 03:42:18 +00:00
"description" : "Brief timestamp for messages sent less than a minute ago. Displayed in the conversation list and message bubble."
} ,
2023-04-06 00:52:33 +00:00
"icu:timestamp_m" : {
"messageformat" : "1m" ,
2022-09-01 03:42:18 +00:00
"description" : "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
} ,
2023-04-06 00:52:33 +00:00
"icu:timestamp_h" : {
"messageformat" : "1h" ,
2022-09-01 03:42:18 +00:00
"description" : "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble."
} ,
2023-04-06 00:52:33 +00:00
"icu:hoursAgo" : {
"messageformat" : "{hours,number}o" ,
2022-09-01 03:42:18 +00:00
"description" : "Contracted form of 'X hours ago' which works both for singular and plural"
} ,
2023-04-06 00:52:33 +00:00
"icu:minutesAgo" : {
"messageformat" : "{minutes,number}m" ,
2022-09-01 03:42:18 +00:00
"description" : "Contracted form of 'X minutes ago' which works both for singular and plural"
} ,
2023-04-06 00:52:33 +00:00
"icu:justNow" : {
"messageformat" : "Acum" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if a message is very recent, less than 60 seconds old"
} ,
2023-04-06 00:52:33 +00:00
"icu:timestampFormat__long--today" : {
"messageformat" : "Astăzi {time}" ,
2023-03-09 19:51:00 +00:00
"description" : "Timestamp format string for displaying \"Today\" and the time"
} ,
2023-04-06 00:52:33 +00:00
"icu:timestampFormat__long--yesterday" : {
"messageformat" : "Ieri {time}" ,
2023-03-09 19:51:00 +00:00
"description" : "Timestamp format string for displaying \"Yesterday\" and the time"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:messageBodyTooLong" : {
"messageformat" : "Conținutul mesajului este prea lung." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if the user tries to send more than 64kb of text"
} ,
2023-04-06 00:52:33 +00:00
"icu:unblockToSend" : {
"messageformat" : "Deblochează acest contact pentru a putea trimite mesaje." ,
2022-09-01 03:42:18 +00:00
"description" : "Brief message shown when trying to message a blocked number"
} ,
2023-04-06 00:52:33 +00:00
"icu:unblockGroupToSend" : {
"messageformat" : "Deblochează acest grup pentru a putea trimite un mesaj." ,
2022-09-01 03:42:18 +00:00
"description" : "Brief message shown when trying to message a blocked group"
} ,
2023-04-06 00:52:33 +00:00
"icu:youChangedTheTimer" : {
"messageformat" : "Ai setat timpul pentru dispariția mesajelor la {time}." ,
2022-09-01 03:42:18 +00:00
"description" : "Message displayed when you change the message expiration timer in a conversation."
} ,
2023-04-06 00:52:33 +00:00
"icu:timerSetOnSync" : {
"messageformat" : "S-a actualizat timpul pentru dispariția mesajelor la {time}." ,
2022-09-01 03:42:18 +00:00
"description" : "Message displayed when timer is set on initial link of desktop device."
} ,
2023-04-06 00:52:33 +00:00
"icu:timerSetByMember" : {
"messageformat" : "Un membru a setat timpul pentru dispariția mesajelor la {time}." ,
2022-09-01 03:42:18 +00:00
"description" : "Message displayed when timer is by an unknown group member."
} ,
2023-04-06 00:52:33 +00:00
"icu:theyChangedTheTimer" : {
"messageformat" : "{name} a setat timpul pentru dispariția mesajelor la {time}." ,
2022-09-01 03:42:18 +00:00
"description" : "Message displayed when someone else changes the message expiration timer in a conversation."
} ,
2023-04-06 00:52:33 +00:00
"icu:disappearingMessages__off" : {
"messageformat" : "dezactivată" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for option to turn off message expiration in the timer menu"
} ,
2022-11-17 00:15:28 +00:00
"icu:disappearingMessages" : {
"messageformat" : "Dispariție mesaje" ,
2022-09-01 03:42:18 +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"
} ,
2023-04-06 00:52:33 +00:00
"icu:disappearingMessagesDisabled" : {
"messageformat" : "Dispariția mesajelor a fost dezactivată" ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed in the left pane when the timer is turned off"
} ,
2023-04-06 00:52:33 +00:00
"icu:disappearingMessagesDisabledByMember" : {
"messageformat" : "Un membru a dezactivat dispariția mesajelor." ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed in the left pane when the timer is turned off"
} ,
2023-04-06 00:52:33 +00:00
"icu:disabledDisappearingMessages" : {
"messageformat" : "{name} a dezactivat dispariția mesajelor." ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed in the conversation list when the timer is turned off"
} ,
2023-04-06 00:52:33 +00:00
"icu:youDisabledDisappearingMessages" : {
"messageformat" : "Ai dezactivat dispariția mesajelor." ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed in the conversation list when the timer is turned off"
} ,
2023-04-06 00:52:33 +00:00
"icu:timerSetTo" : {
"messageformat" : "Cronometru setat la {time}" ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed in the conversation list when the timer is updated by some automatic action, or in the left pane"
} ,
2023-04-06 00:52:33 +00:00
"icu:audioNotificationDescription" : {
2023-05-25 23:16:57 +00:00
"messageformat" : "Sunetele notificărilor push" ,
2022-09-01 03:42:18 +00:00
"description" : "Description for audio notification setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:callRingtoneNotificationDescription" : {
"messageformat" : "Redare sunete de apel" ,
2022-09-01 03:42:18 +00:00
"description" : "Description for call ringtone notification setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:callSystemNotificationDescription" : {
"messageformat" : "Afișare notificări pentru apeluri" ,
2022-09-01 03:42:18 +00:00
"description" : "Description for call notification setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:incomingCallNotificationDescription" : {
"messageformat" : "Activare apeluri de intrare" ,
2022-09-01 03:42:18 +00:00
"description" : "Description for incoming calls setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:contactChangedProfileName" : {
"messageformat" : "{sender} și-a schimbat numele profilului din {oldProfile} în {newProfile}." ,
2022-09-01 03:42:18 +00:00
"description" : "Description for incoming calls setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:changedProfileName" : {
"messageformat" : "{oldProfile} și-a schimbat numele profilului în {newProfile}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown when a contact not in your address book changes their profile name"
} ,
2023-04-06 00:52:33 +00:00
"icu:SafetyNumberModal__title" : {
"messageformat" : "Verifică numărul de siguranță" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the modal for safety number verification"
} ,
2023-04-06 00:52:33 +00:00
"icu:safetyNumberChanged" : {
"messageformat" : "Numărul de siguranță s-a schimbat" ,
2022-09-01 03:42:18 +00:00
"description" : "A notification shown in the conversation when a contact reinstalls"
} ,
2023-04-06 00:52:33 +00:00
"icu:safetyNumberChanges" : {
"messageformat" : "Schimbări ale numărului de siguranță" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for safety number changed modal"
} ,
2023-04-06 00:52:33 +00:00
"icu:safetyNumberChangedGroup" : {
"messageformat" : "Numărul de siguranță pentru {name} s-a schimbat" ,
2022-09-01 03:42:18 +00:00
"description" : "A notification shown in a group conversation when a contact reinstalls, showing the contact name"
} ,
2023-02-15 22:24:29 +00:00
"icu:ConversationDetails__viewSafetyNumber" : {
"messageformat" : "Afișează Numărul de Siguranță" ,
"description" : "In conversation details, label for button to view safety number, opens safety number modal"
} ,
2023-08-21 22:05:39 +00:00
"icu:ConversationDetails__HeaderButton--Message" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Mesaj" ,
2023-08-21 22:05:39 +00:00
"description" : "In conversation details, label for button to switch to the conversation view in order to draft a message in that converation"
} ,
2023-02-15 22:24:29 +00:00
"icu:SafetyNumberNotification__viewSafetyNumber" : {
"messageformat" : "Afișează Numărul de Siguranță" ,
"description" : "In conversation, safety number change notification, label for button to view safety number, opens safety number modal"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:cannotGenerateSafetyNumber" : {
"messageformat" : "Acest utilizator nu poate fi verificat până nu schimbi mesaje cu el." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on the safety number screen if you have never exchanged messages with that contact"
} ,
2023-04-06 00:52:33 +00:00
"icu:yourSafetyNumberWith" : {
"messageformat" : "Numărul tău de siguranță pentru {name1}:" ,
2022-09-01 03:42:18 +00:00
"description" : "Heading for safety number view"
} ,
2023-04-06 00:52:33 +00:00
"icu:themeLight" : {
"messageformat" : "Deschisă" ,
2022-09-01 03:42:18 +00:00
"description" : "Label text for light theme (normal)"
} ,
2023-04-06 00:52:33 +00:00
"icu:themeDark" : {
"messageformat" : "Închisă" ,
2022-09-01 03:42:18 +00:00
"description" : "Label text for dark theme"
} ,
2023-04-06 00:52:33 +00:00
"icu:themeSystem" : {
"messageformat" : "Sistem" ,
2022-09-01 03:42:18 +00:00
"description" : "Label text for system theme"
} ,
2023-04-06 00:52:33 +00:00
"icu:noteToSelf" : {
"messageformat" : "Notă personală" ,
2022-09-01 03:42:18 +00:00
"description" : "Name for the conversation with your own phone number"
} ,
2023-04-06 00:52:33 +00:00
"icu:noteToSelfHero" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Poți adăuga notițe personale în această conversație. Dacă ai adăugat dispozitive asociate la contul tău, notițele noi vor fi sincronizate." ,
2022-09-01 03:42:18 +00:00
"description" : "Description for the Note to Self conversation"
} ,
2023-04-06 00:52:33 +00:00
"icu:notificationDrawAttention" : {
"messageformat" : "Atrage atenția asupra acestei ferestre atunci când sosește o notificare" ,
2022-09-01 03:42:18 +00:00
"description" : "Label text for the setting that controls whether new notifications draw attention to the window"
} ,
2023-04-06 00:52:33 +00:00
"icu:hideMenuBar" : {
"messageformat" : "Ascunde bara de meniu" ,
2022-09-01 03:42:18 +00:00
"description" : "Label text for menu bar visibility setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:startConversation" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Începe o conversație nouă" ,
2022-09-01 03:42:18 +00:00
"description" : "Label underneath number a user enters that is not an existing contact"
} ,
2023-04-06 00:52:33 +00:00
"icu:newConversation" : {
"messageformat" : "Conversație nouă" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for header when starting a new conversation"
} ,
2023-04-06 00:52:33 +00:00
"icu:stories" : {
"messageformat" : "Povești" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for header to go to stories view"
} ,
2023-04-06 00:52:33 +00:00
"icu:contactSearchPlaceholder" : {
"messageformat" : "Căutare după nume sau număr" ,
2022-09-01 03:42:18 +00:00
"description" : "Placeholder to use when searching for contacts in the composer"
} ,
2023-04-06 00:52:33 +00:00
"icu:noContactsFound" : {
"messageformat" : "Nu s-au găsit persoane de contact" ,
2022-09-01 03:42:18 +00:00
"description" : "Label shown when there are no contacts to compose to"
} ,
2023-04-06 00:52:33 +00:00
"icu:noGroupsFound" : {
"messageformat" : "Nu s-au găsit grupuri" ,
2022-11-17 00:15:28 +00:00
"description" : "Label shown when there are no groups to compose to"
} ,
2023-04-06 00:52:33 +00:00
"icu:noConversationsFound" : {
"messageformat" : "Nu s-au găsit conversații" ,
2022-09-01 03:42:18 +00:00
"description" : "Label shown when there are no conversations to compose to"
} ,
2023-04-06 00:52:33 +00:00
"icu:Toast--ConversationRemoved" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "{title} a fost eliminat." ,
2023-04-06 00:52:33 +00:00
"description" : "Shown after the contact was removed from the contact list"
} ,
"icu:Toast--error" : {
"messageformat" : "A apărut o eroare" ,
2022-09-01 03:42:18 +00:00
"description" : "Toast for general errors"
} ,
2023-04-06 00:52:33 +00:00
"icu:Toast--error--action" : {
"messageformat" : "Trimite jurnalul" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the error toast button"
} ,
2023-04-06 00:52:33 +00:00
"icu:Toast--failed-to-fetch-username" : {
"messageformat" : "Nu s-a găsit numele de utilizator. Verifică conexiunea și încearcă din nou." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if request to Signal servers to find username fails"
} ,
2023-04-06 00:52:33 +00:00
"icu:Toast--failed-to-fetch-phone-number" : {
"messageformat" : "Nu s-a găsit numărul de telefon. Verifică conexiunea și încearcă din nou." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if request to Signal servers to find phone number fails"
} ,
2023-05-10 19:44:26 +00:00
"icu:ToastManager__CannotEditMessage" : {
"messageformat" : "Modificările pot fi aplicate numai în termen de 3 de ore din momentul în care ai trimis acest mesaj." ,
2023-11-02 14:03:51 +00:00
"description" : "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
} ,
"icu:ToastManager__CannotEditMessage_24" : {
"messageformat" : "Editările pot fi făcute numai în termen de 24 de ore de la trimiterea acestui mesaj." ,
2023-05-10 19:44:26 +00:00
"description" : "Error message when you try to send an edit after message becomes too old"
} ,
2023-04-06 00:52:33 +00:00
"icu:startConversation--username-not-found" : {
"messageformat" : "Utilizatorul nu a fost găsit. {atUsername} nu este un utilizator Signal, asigură-te că ai introdus numele de utilizator complet." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in dialog if username is not found. Note that 'username' will be the output of at-username"
} ,
2023-04-06 00:52:33 +00:00
"icu:startConversation--phone-number-not-found" : {
"messageformat" : "Utilizator nu a fost găsit. \"{phoneNumber}\" nu este un utilizator Signal." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in dialog if phone number is not found."
} ,
2023-04-06 00:52:33 +00:00
"icu:startConversation--phone-number-not-valid" : {
"messageformat" : "Utilizator nu a fost găsit. \"{phoneNumber}\" nu este un număr de telefon valid." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in dialog if phone number is not valid."
} ,
2023-04-06 00:52:33 +00:00
"icu:chooseGroupMembers__title" : {
"messageformat" : "Alege membrii" ,
2022-09-01 03:42:18 +00:00
"description" : "The title for the 'choose group members' left pane screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:chooseGroupMembers__back-button" : {
"messageformat" : "Înapoi" ,
2022-09-01 03:42:18 +00:00
"description" : "Used as alt-text of the back button on the 'choose group members' left pane screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:chooseGroupMembers__skip" : {
"messageformat" : "Omite" ,
2022-09-01 03:42:18 +00:00
"description" : "The 'skip' button text in the 'choose group members' left pane screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:chooseGroupMembers__next" : {
"messageformat" : "Următorul" ,
2022-09-01 03:42:18 +00:00
"description" : "The 'next' button text in the 'choose group members' left pane screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:chooseGroupMembers__maximum-group-size__title" : {
"messageformat" : "Mărimea maximă a grupului a fost atinsă" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the alert when you add the maximum number of group members"
} ,
2023-04-06 00:52:33 +00:00
"icu:chooseGroupMembers__maximum-group-size__body" : {
"messageformat" : "Grupurile Signal pot avea un maximum de {max,number} membri." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the alert when you add the maximum number of group members"
} ,
2023-04-06 00:52:33 +00:00
"icu:chooseGroupMembers__maximum-recommended-group-size__title" : {
"messageformat" : "A fost atinsă limita de membri recomandată" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the alert when you add the maximum recommended number of group members"
} ,
2023-04-06 00:52:33 +00:00
"icu:chooseGroupMembers__maximum-recommended-group-size__body" : {
"messageformat" : "Grupurile Signal funcționează cel mai bine cu {max,number} de membri sau mai puțin. Adăugarea mai multor membri va cauza întârzieri la trimiterea și primirea mesajelor." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the alert when you add the maximum recommended number of group members"
} ,
2023-04-06 00:52:33 +00:00
"icu:setGroupMetadata__title" : {
"messageformat" : "Numește acest grup" ,
2022-09-01 03:42:18 +00:00
"description" : "The title for the 'set group metadata' left pane screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:setGroupMetadata__back-button" : {
"messageformat" : "Înapoi la alegerea membrilor" ,
2022-09-01 03:42:18 +00:00
"description" : "Used as alt-text of the back button on the 'set group metadata' left pane screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:setGroupMetadata__group-name-placeholder" : {
"messageformat" : "Nume grup (obligatoriu)" ,
2022-09-01 03:42:18 +00:00
"description" : "The placeholder for the group name placeholder"
} ,
2023-04-06 00:52:33 +00:00
"icu:setGroupMetadata__group-description-placeholder" : {
"messageformat" : "Descriere" ,
2022-09-01 03:42:18 +00:00
"description" : "The placeholder for the group description"
} ,
2023-04-06 00:52:33 +00:00
"icu:setGroupMetadata__create-group" : {
"messageformat" : "Creează" ,
2022-09-01 03:42:18 +00:00
"description" : "The 'create group' button text in the 'set group metadata' left pane screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:setGroupMetadata__members-header" : {
"messageformat" : "Membri" ,
2022-09-01 03:42:18 +00:00
"description" : "The header for the members list in the 'set group metadata' left pane screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:setGroupMetadata__error-message" : {
"messageformat" : "Acest grup nu a putut fi creat. Verifică conexiunea și încearcă din nou." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the modal when we can't create a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:updateGroupAttributes__title" : {
"messageformat" : "Editează grupul" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the modal when we want to update a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:updateGroupAttributes__error-message" : {
"messageformat" : "Actualizarea grupului a eșuat. Verifică conexiunea și încearcă din nou." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the modal when we can't update a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:notSupportedSMS" : {
"messageformat" : "Mesajele SMS/MMS nu sunt suportate." ,
2022-09-01 03:42:18 +00:00
"description" : "Label underneath number informing user that SMS is not supported on desktop"
} ,
2023-04-06 00:52:33 +00:00
"icu:newPhoneNumber" : {
"messageformat" : "Introdu un număr de telefon pentru a adăuga un contact." ,
2022-09-01 03:42:18 +00:00
"description" : "Placeholder for adding a new number to a contact"
} ,
2023-04-06 00:52:33 +00:00
"icu:invalidNumberError" : {
"messageformat" : "Număr invalid" ,
2022-09-01 03:42:18 +00:00
"description" : "When a person inputs a number that is invalid"
} ,
2023-04-06 00:52:33 +00:00
"icu:unlinkedWarning" : {
"messageformat" : "Apasă pentru a asocia din nou Signal Desktop cu dispozitivul tău mobil și pentru a continua să trimiți mesaje."
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:unlinked" : {
"messageformat" : "Disociat"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:relink" : {
"messageformat" : "Asociază din nou"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:autoUpdateNewVersionTitle" : {
"messageformat" : "Actualizare disponibilă"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:autoUpdateRetry" : {
"messageformat" : "Reîncearcă actualizarea"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:autoUpdateContactSupport" : {
"messageformat" : "Contactează asistența"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:autoUpdateNewVersionMessage" : {
"messageformat" : "Apasă pentru a reporni Signal"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:downloadNewVersionMessage" : {
"messageformat" : "Apasă pentru a descărca actualizarea"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:downloadFullNewVersionMessage" : {
"messageformat" : "Signal nu a putut fi actualizat. Apasă pentru a încerca din nou." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in update dialog when partial update fails and we have to ask user to download full update"
} ,
2023-04-06 00:52:33 +00:00
"icu:autoUpdateRestartButtonLabel" : {
"messageformat" : "Repornește Signal"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:autoUpdateLaterButtonLabel" : {
"messageformat" : "Mai târziu"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:autoUpdateIgnoreButtonLabel" : {
"messageformat" : "Ignoră actualizarea"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:leftTheGroup" : {
"messageformat" : "{name} a părăsit grupul." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the conversation history when a single person leaves the group"
} ,
2023-04-06 00:52:33 +00:00
"icu:multipleLeftTheGroup" : {
"messageformat" : "{name} a părăsit grupul." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the conversation history when multiple people leave the group"
} ,
2023-04-06 00:52:33 +00:00
"icu:updatedTheGroup" : {
"messageformat" : "{name} a actualizat grupul." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the conversation history when someone updates the group"
} ,
2023-04-06 00:52:33 +00:00
"icu:youUpdatedTheGroup" : {
"messageformat" : "Ai actualizat grupul." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the conversation history when you update a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:updatedGroupAvatar" : {
"messageformat" : "Avatarul grupului a fost actualizat." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the conversation history when someone updates the group"
} ,
2023-04-06 00:52:33 +00:00
"icu:titleIsNow" : {
"messageformat" : "Numele grupului este acum ''{name}'." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the conversation history when someone changes the title of the group"
} ,
2023-04-06 00:52:33 +00:00
"icu:youJoinedTheGroup" : {
"messageformat" : "Te-ai alăturat grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the conversation history when you are added to a group."
} ,
2023-04-06 00:52:33 +00:00
"icu:joinedTheGroup" : {
"messageformat" : "{name} s-a alăturat grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the conversation history when a single person joins the group"
} ,
2023-04-06 00:52:33 +00:00
"icu:multipleJoinedTheGroup" : {
"messageformat" : "{names} s-a alăturat grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the conversation history when more than one person joins the group"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationList__aria-label" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "{unreadCount, plural, one {Conversația cu {title}, are {unreadCount,number} mesaj nou, ultimul mesaj: {lastMessage}.} few {Conversația cu {title}, are {unreadCount,number} mesaje noi, ultimul mesaj: {lastMessage}.} other {Conversația cu {title}, are {unreadCount,number} de mesaje noi, ultimul mesaj: {lastMessage}.}}" ,
2022-09-01 03:42:18 +00:00
"description" : "Aria label for the conversation list item"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationList__last-message-undefined" : {
"messageformat" : "Este posibil ca ultimul mesaj să fi fost șters." ,
2022-09-01 03:42:18 +00:00
"description" : "For aria-label within conversation list. Describes if last message is not defined."
} ,
2023-04-06 00:52:33 +00:00
"icu:BaseConversationListItem__aria-label" : {
"messageformat" : "Mergi la conversația cu {title}" ,
2022-09-01 03:42:18 +00:00
"description" : "Aria label for the conversation list item button"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationListItem--message-request" : {
"messageformat" : "Cerere mesaj" ,
2022-09-01 03:42:18 +00:00
"description" : "Preview shown for conversation if the user has not yet accepted an incoming message request"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationListItem--draft-prefix" : {
"messageformat" : "Ciornă:" ,
2022-09-01 03:42:18 +00:00
"description" : "Prefix shown in italic in conversation view when a draft is saved"
} ,
2023-04-20 06:31:42 +00:00
"icu:message--getNotificationText--messageRequest" : {
"messageformat" : "Cerere mesaj" ,
"description" : "Shown in notifications and in the left pane when a message request is received."
} ,
2023-04-06 00:52:33 +00:00
"icu:message--getNotificationText--gif" : {
"messageformat" : "GIF" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in notifications and in the left pane when a GIF is received."
} ,
2023-04-06 00:52:33 +00:00
"icu:message--getNotificationText--photo" : {
"messageformat" : "Poză" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in notifications and in the left pane when a photo is received."
} ,
2023-04-06 00:52:33 +00:00
"icu:message--getNotificationText--video" : {
"messageformat" : "Video" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in notifications and in the left pane when a video is received."
} ,
2023-04-06 00:52:33 +00:00
"icu:message--getNotificationText--voice-message" : {
"messageformat" : "Mesaj vocal" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in notifications and in the left pane when a voice message is received."
} ,
2023-04-06 00:52:33 +00:00
"icu:message--getNotificationText--audio-message" : {
"messageformat" : "Mesaj Audio" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in notifications and in the left pane when an audio message is received."
} ,
2023-04-06 00:52:33 +00:00
"icu:message--getNotificationText--file" : {
"messageformat" : "Fișier" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in notifications and in the left pane when a generic file is received."
} ,
2023-04-06 00:52:33 +00:00
"icu:message--getNotificationText--stickers" : {
"messageformat" : "Mesaj cu autocolant" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in notifications and in the left pane instead of sticker image."
} ,
2023-04-06 00:52:33 +00:00
"icu:message--getNotificationText--text-with-emoji" : {
"messageformat" : "{emoji} {text}" ,
2022-09-01 03:42:18 +00:00
"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."
} ,
2023-04-06 00:52:33 +00:00
"icu:message--getDescription--unsupported-message" : {
"messageformat" : "Mesaj nesuportat" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in notifications and in the left pane when a message has features too new for this signal install."
} ,
2023-04-06 00:52:33 +00:00
"icu:message--getDescription--disappearing-media" : {
"messageformat" : "Media vizibilă o singură dată" ,
2022-09-01 03:42:18 +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."
} ,
2023-04-06 00:52:33 +00:00
"icu:message--getDescription--disappearing-photo" : {
"messageformat" : "Poză vizibilă o singură dată" ,
2022-09-01 03:42:18 +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."
} ,
2023-04-06 00:52:33 +00:00
"icu:message--getDescription--disappearing-video" : {
"messageformat" : "Video vizibil o singură dată" ,
2022-09-01 03:42:18 +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."
} ,
2023-04-06 00:52:33 +00:00
"icu:message--deletedForEveryone" : {
"messageformat" : "Acest mesaj a fost șters." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in a message's bubble when the message has been deleted for everyone."
} ,
2023-02-02 00:14:09 +00:00
"icu:donation--missing" : {
"messageformat" : "Nu am putut să obținem detaliile donației" ,
"description" : "Aria label for donation when we can't fetch the details."
2023-01-12 20:31:38 +00:00
} ,
2023-02-02 00:14:09 +00:00
"icu:message--donation--unopened--incoming" : {
"messageformat" : "Vizualizează acest mesaj pe mobil pentru a-l deschide" ,
"description" : "Shown in a message's bubble when you've received a donation badge from a contact"
2022-09-01 03:42:18 +00:00
} ,
2023-02-02 00:14:09 +00:00
"icu:message--donation--unopened--outgoing" : {
"messageformat" : "Atinge acest mesaj pe mobil pentru a vizualiza donația ta" ,
"description" : "Shown in a message's bubble when you've sent a donation badge to a contact."
2022-09-01 03:42:18 +00:00
} ,
2023-02-02 00:14:09 +00:00
"icu:message--donation--unopened--label" : {
"messageformat" : "{sender} donați către Signal în numele tău" ,
"description" : "Shown in a message's bubble when you've received a donation badge from a contact."
2022-09-01 03:42:18 +00:00
} ,
2023-02-02 00:14:09 +00:00
"icu:message--donation--unopened--toast--incoming" : {
"messageformat" : "Verifică-ți telefonul pentru a deschide această donație" ,
"description" : "Shown when you've clicked on an incoming donation you haven't yet redeemed."
2022-09-01 03:42:18 +00:00
} ,
2023-02-02 00:14:09 +00:00
"icu:message--donation--unopened--toast--outgoing" : {
"messageformat" : "Verifică-ți telefonul pentru a-ți vizualiza donația" ,
"description" : "Shown when you've clicked on an outgoing donation badge."
2022-09-01 03:42:18 +00:00
} ,
2023-02-02 00:14:09 +00:00
"icu:message--donation--preview--unopened" : {
"messageformat" : "{sender} donați pentru tine" ,
"description" : "Shown to label the donation badge in notifications and the left pane."
2022-09-01 03:42:18 +00:00
} ,
2023-02-02 00:14:09 +00:00
"icu:message--donation--preview--redeemed" : {
"messageformat" : "Ai răscumpărat o donație" ,
"description" : "Shown to label the redeemed donation badge in notifications and the left pane."
2022-09-01 03:42:18 +00:00
} ,
2023-02-02 00:14:09 +00:00
"icu:message--donation--preview--sent" : {
"messageformat" : "Ai donat pentru {recipient}" ,
"description" : "Shown to label a donation badge you've sent in notifications and the left pane"
2022-09-01 03:42:18 +00:00
} ,
2023-02-02 00:14:09 +00:00
"icu:message--donation" : {
"messageformat" : "Donație" ,
"description" : "Shown to label the donation badge you've redeemed on another device."
2022-09-01 03:42:18 +00:00
} ,
2023-02-02 00:14:09 +00:00
"icu:quote--donation" : {
"messageformat" : "Donație" ,
"description" : "Shown to label a donation badge you've replied to."
2022-09-01 03:42:18 +00:00
} ,
2023-02-02 00:14:09 +00:00
"icu:message--donation--remaining--days" : {
2023-04-06 00:52:33 +00:00
"messageformat" : "{days, plural, one {A mai rămas {days,number} zi} few {Au mai rămas {days,number} zile} other {Au mai rămas {days,number} de zile}}" ,
2023-02-02 00:14:09 +00:00
"description" : "Describes how long remains for the donation badge you've redeemed on another device (only rendered for days > 1)."
2022-09-01 03:42:18 +00:00
} ,
2023-02-02 00:14:09 +00:00
"icu:message--donation--remaining--hours" : {
2023-04-06 00:52:33 +00:00
"messageformat" : "{hours, plural, one {A mai rămas {hours,number} oră} few {Au mai rămas {hours,number} ore} other {Au mai rămas {hours,number} de ore}}" ,
2023-02-02 00:14:09 +00:00
"description" : "Describes how long remains for the donation badge you've redeemed on another device (only rendered for hours > 1)"
2022-09-01 03:42:18 +00:00
} ,
2023-02-02 00:14:09 +00:00
"icu:message--donation--remaining--minutes" : {
"messageformat" : "{minutes, plural, one {A mai rămas 1 minut} few {Au mai rămas {minutes,number} minute} other {Au mai rămas {minutes,number} de minute}}" ,
2023-03-29 22:34:07 +00:00
"description" : "Describes how long remains for the donation badge you've redeemed on another device."
2023-02-02 00:14:09 +00:00
} ,
"icu:message--donation--expired" : {
"messageformat" : "Expirat" ,
"description" : "Shows that a donation badge is expired"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:message--giftBadge--view" : {
"messageformat" : "Vizualizare" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown when you've sent a gift badge to someone then opened it"
} ,
2023-02-02 00:14:09 +00:00
"icu:message--donation--view" : {
"messageformat" : "Vizualizare" ,
"description" : "Shown when you've sent a donation badge to someone then opened it"
} ,
"icu:message--donation--redeemed" : {
"messageformat" : "Revendicat" ,
"description" : "Shown when you've redeemed the donation badge on another device"
2022-09-01 03:42:18 +00:00
} ,
2023-03-29 22:34:07 +00:00
"icu:messageAccessibilityLabel--outgoing" : {
"messageformat" : "Mesaj trimis de tine" ,
"description" : "Accessibility label for outgoing messages"
} ,
"icu:messageAccessibilityLabel--incoming" : {
"messageformat" : "Mesaj trimis de {author}" ,
"description" : "Accessibility label for incoming messages"
2023-02-02 00:14:09 +00:00
} ,
"icu:modal--donation--title" : {
"messageformat" : "Îți mulțumim pentru sprijin!" ,
"description" : "The title of the outgoing donation badge detail dialog"
2022-09-01 03:42:18 +00:00
} ,
2023-02-02 00:14:09 +00:00
"icu:modal--donation--description" : {
"messageformat" : "Ai făcut o donație către Signal în numele {name}. Persoana pe care ai ales-o va primi opțiunea de a-și afișa sprijinul la profil." ,
"description" : "The description of the outgoing donation badge detail dialog"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--toast--InstallFailed" : {
"messageformat" : "Pachetul cu autocolante nu a putut fi instalat" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in a toast if the user attempts to install a sticker pack and it fails"
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerManager--title" : {
"messageformat" : "Autocolante" ,
2023-01-12 20:31:38 +00:00
"description" : "Title for the sticker manager"
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerManager--Available" : {
"messageformat" : "Disponibil" ,
2023-01-12 20:31:38 +00:00
"description" : "Shown in the sticker pack manager as a tab for available stickers"
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerManager--InstalledPacks" : {
"messageformat" : "Instalat" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the sticker pack manager above your installed sticker packs."
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerManager--InstalledPacks--Empty" : {
"messageformat" : "Nici un autocolant instalat" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the sticker pack manager when you don't have any installed sticker packs."
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerManager--BlessedPacks" : {
"messageformat" : "Seria artistică Signal" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the sticker pack manager above the default sticker packs."
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerManager--BlessedPacks--Empty" : {
"messageformat" : "Nu sunt disponibile autocolante din seria artistică Signal" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the sticker pack manager when there are no blessed sticker packs available."
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerManager--ReceivedPacks" : {
"messageformat" : "Autocolante primite" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the sticker pack manager above sticker packs which you have received in messages."
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerManager--ReceivedPacks--Empty" : {
"messageformat" : "Autocolantele de la mesajele primite se vor afișa aici" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the sticker pack manager when you have not received any sticker packs in messages."
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerManager--Install" : {
"messageformat" : "Instalează" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the sticker pack manager next to sticker packs which can be installed."
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerManager--Uninstall" : {
"messageformat" : "Dezinstalează" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the sticker pack manager next to sticker packs which are already installed."
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerManager--UninstallWarning" : {
"messageformat" : "Este posibil să nu poți reinstala acest pachet de autocolante dacă nu mai ai mesajul original." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the sticker pack manager next to sticker packs which are already installed."
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerManager--Introduction--Image" : {
"messageformat" : "Vă prezentăm autocolantele: Pisica bandită" ,
2022-09-01 03:42:18 +00:00
"description" : "Alt text on a tooltip image when the user upgrades to a version of Signal supporting stickers."
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerManager--Introduction--Title" : {
"messageformat" : "Vă prezentăm autocolantele" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the title on a tooltip when the user upgrades to a version of Signal supporting stickers."
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerManager--Introduction--Body" : {
"messageformat" : "De ce să folosești cuvinte când poți folosi autocolante?" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the body on a tooltip when the user upgrades to a version of Signal supporting stickers."
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerPicker--Open" : {
"messageformat" : "Deschide selectorul de autocolante" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the open button for the sticker picker"
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerPicker--AddPack" : {
"messageformat" : "Adaugă un pachet de autocolante" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the add pack button in the sticker picker"
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerPicker--NextPage" : {
"messageformat" : "Pagina următoare" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the next page button in the sticker picker"
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerPicker--PrevPage" : {
"messageformat" : "Pagina anterioară" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the previous page button in the sticker picker"
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerPicker--Recents" : {
"messageformat" : "Autocolante recente" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the recent stickers button in the sticker picker"
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerPicker--DownloadError" : {
"messageformat" : "Anumite autocolante nu au putut fi descărcate." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the sticker picker when one or more stickers could not be downloaded."
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerPicker--DownloadPending" : {
"messageformat" : "Se instalează pachetul cu autocolante" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the sticker picker when one or more stickers are still downloading."
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerPicker--Empty" : {
"messageformat" : "Nici un autocolant găsit" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the sticker picker when there are no stickers to show."
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerPicker--Hint" : {
"messageformat" : "Se pot instala noi pachete cu autocolante din mesajele tale" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the sticker picker the first time you have received new packs you can install."
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerPicker--NoPacks" : {
"messageformat" : "Nu a fost găsit nici un pachet cu autocolante" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the sticker picker when there are no installed sticker packs."
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerPicker--NoRecents" : {
"messageformat" : "Autocolantele utilizate recente vor apărea aici." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the sticker picker when there are no recent stickers to show."
} ,
2023-03-09 19:51:00 +00:00
"icu:stickers__StickerPicker__recent" : {
"messageformat" : "Recente" ,
"description" : "Title for all of the recent stickers"
} ,
"icu:stickers__StickerPicker__featured" : {
"messageformat" : "Promovate" ,
"description" : "Title for featured stickers"
} ,
"icu:stickers__StickerPicker__analog-time" : {
"messageformat" : "Timp analog" ,
"description" : "aria-label for the analog time sticker"
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerPreview--Title" : {
"messageformat" : "Pachet autocolante" ,
2022-09-01 03:42:18 +00:00
"description" : "The title that appears in the sticker pack preview modal."
} ,
2023-04-06 00:52:33 +00:00
"icu:stickers--StickerPreview--Error" : {
"messageformat" : "Eroare la deschiderea pachetului cu autocolante. Verifică conexiunea la internet și încearcă din nou." ,
2022-09-01 03:42:18 +00:00
"description" : "The message that appears in the sticker preview modal when there is an error."
} ,
2023-04-06 00:52:33 +00:00
"icu:EmojiPicker--empty" : {
"messageformat" : "Nu a fost găsit nici un emoji." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the emoji picker when a search yields 0 results."
} ,
2023-05-10 19:44:26 +00:00
"icu:EmojiPicker--search-close" : {
"messageformat" : "Închide căutarea de emoji-uri" ,
"description" : "Button title to cancel the emoji search."
} ,
2023-04-06 00:52:33 +00:00
"icu:EmojiPicker--search-placeholder" : {
"messageformat" : "Căutare emoji" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as a placeholder inside the emoji picker search field."
} ,
2023-04-06 00:52:33 +00:00
"icu:EmojiPicker--skin-tone" : {
"messageformat" : "Culoare piele {tone}" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as a tooltip over the emoji tone buttons."
} ,
2023-04-06 00:52:33 +00:00
"icu:EmojiPicker__button--recents" : {
"messageformat" : "Recente" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for recents emoji picker button"
} ,
2023-04-06 00:52:33 +00:00
"icu:EmojiPicker__button--emoji" : {
"messageformat" : "Emoji" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for emoji emoji picker button"
} ,
2023-04-06 00:52:33 +00:00
"icu:EmojiPicker__button--animal" : {
"messageformat" : "Animal" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for animal emoji picker button"
} ,
2023-04-06 00:52:33 +00:00
"icu:EmojiPicker__button--food" : {
"messageformat" : "Mâncare" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for food emoji picker button"
} ,
2023-04-06 00:52:33 +00:00
"icu:EmojiPicker__button--activity" : {
"messageformat" : "Activitate" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for activity emoji picker button"
} ,
2023-04-06 00:52:33 +00:00
"icu:EmojiPicker__button--travel" : {
"messageformat" : "Călătorie" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for travel emoji picker button"
} ,
2023-04-06 00:52:33 +00:00
"icu:EmojiPicker__button--object" : {
"messageformat" : "Obiect" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for object emoji picker button"
} ,
2023-04-06 00:52:33 +00:00
"icu:EmojiPicker__button--symbol" : {
"messageformat" : "Simbol" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for symbol emoji picker button"
} ,
2023-04-06 00:52:33 +00:00
"icu:EmojiPicker__button--flag" : {
"messageformat" : "Steag" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for flag emoji picker button"
} ,
2023-04-06 00:52:33 +00:00
"icu:confirmation-dialog--Cancel" : {
"messageformat" : "Anulează" ,
2022-09-01 03:42:18 +00:00
"description" : "Appears on the cancel button in confirmation dialogs."
} ,
2023-05-25 23:16:57 +00:00
"icu:Message__reaction-emoji-label--you" : {
"messageformat" : "Ai reacționat cu {emoji}" ,
"description" : "aria-label for reaction emoji (you)"
} ,
"icu:Message__reaction-emoji-label--single" : {
"messageformat" : "{title} a reacționat cu {emoji}" ,
"description" : "aria-label for reaction emoji when one person reacts with an emoji"
} ,
"icu:Message__reaction-emoji-label--many" : {
2023-06-21 22:34:21 +00:00
"messageformat" : "{count, plural, one {{count,number} persoană a reacționat cu {emoji}} few {{count,number} persoane au reacționat cu {emoji}} other {{count,number} de persoane au reacționat cu {emoji}}}" ,
2023-05-25 23:16:57 +00:00
"description" : "Used as an aria-label for when many people react to a message. Count is always greater than 1"
} ,
2023-05-10 19:44:26 +00:00
"icu:Message__role-description" : {
"messageformat" : "Mesaj" ,
"description" : "aria-roledescription of a message"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageBody--read-more" : {
"messageformat" : "Citește mai mult" ,
2022-09-01 03:42:18 +00:00
"description" : "When a message is too long this is the affordance to expand the message"
} ,
2023-04-06 00:52:33 +00:00
"icu:Message--unsupported-message" : {
"messageformat" : "{contact} v-a trimis un mesaj ce nu poate fi procesat sau afișat deoarece folosește o nouă funcționalitate Signal."
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:Message--unsupported-message-ask-to-resend" : {
"messageformat" : "Îl poți ruga pe {contact} să retrimită acest mesaj acum că folosești o versiune actualizată de Signal."
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:Message--from-me-unsupported-message" : {
"messageformat" : "Unul dintre dispozitivele tale a trimis un mesaj ce nu poate fi procesat sau afișat pentru că utilizează o nouă funcționalitate Signal."
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:Message--from-me-unsupported-message-ask-to-resend" : {
"messageformat" : "Mesajele viitoare de acest tip vor fi sincronizate acum că folosești o versiune actualizată a Signal."
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:Message--update-signal" : {
"messageformat" : "Actualizează Signal" ,
2022-09-01 03:42:18 +00:00
"description" : "Text for a button which will take user to Signal download page"
} ,
2023-04-06 00:52:33 +00:00
"icu:Message--tap-to-view-expired" : {
"messageformat" : "Vizualizată" ,
2022-09-01 03:42:18 +00:00
"description" : "Text shown on messages with with individual timers, after user has viewed it"
} ,
2023-04-06 00:52:33 +00:00
"icu:Message--tap-to-view--outgoing" : {
"messageformat" : "Media" ,
2022-09-01 03:42:18 +00:00
"description" : "Text shown on outgoing messages with with individual timers (inaccessible)"
} ,
2023-04-06 00:52:33 +00:00
"icu:Message--tap-to-view--incoming--expired-toast" : {
"messageformat" : "Ai văzut deja acest mesaj." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown when user clicks on an expired incoming view-once bubble"
} ,
2023-04-06 00:52:33 +00:00
"icu:Message--tap-to-view--outgoing--expired-toast" : {
"messageformat" : "Mesajele vizibile o singură dată nu sunt stocate în istoricul conversației." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown when user clicks on an expired outgoing view-once bubble"
} ,
2023-04-06 00:52:33 +00:00
"icu:Message--tap-to-view--incoming" : {
"messageformat" : "Vezi poza" ,
2022-09-01 03:42:18 +00:00
"description" : "Text shown on photo messages with with individual timers, before user has viewed it"
} ,
2023-04-06 00:52:33 +00:00
"icu:Message--tap-to-view--incoming-video" : {
"messageformat" : "Vizualizare videoclip" ,
2022-09-01 03:42:18 +00:00
"description" : "Text shown on video messages with with individual timers, before user has viewed it"
} ,
2023-04-06 00:52:33 +00:00
"icu:Conversation--getDraftPreview--attachment" : {
"messageformat" : "(atașament)" ,
2022-09-01 03:42:18 +00:00
"description" : "Text shown in left pane as preview for conversation with saved a saved draft message"
} ,
2023-04-06 00:52:33 +00:00
"icu:Conversation--getDraftPreview--quote" : {
"messageformat" : "(citat)" ,
2022-09-01 03:42:18 +00:00
"description" : "Text shown in left pane as preview for conversation with saved a saved draft message"
} ,
2023-04-06 00:52:33 +00:00
"icu:Conversation--getDraftPreview--draft" : {
"messageformat" : "(ciornă)" ,
2022-09-01 03:42:18 +00:00
"description" : "Text shown in left pane as preview for conversation with saved a saved draft message"
} ,
2023-05-10 19:44:26 +00:00
"icu:Keyboard--focus-most-recent-message" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "Focalizează cel mai vechi mesaj necitit sau ultimul mesaj" ,
2023-05-10 19:44:26 +00:00
"description" : "Shown in shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--navigate-by-section" : {
"messageformat" : "Navighează prin secțiuni" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--previous-conversation" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Conversația precedentă" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--next-conversation" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Următoarea conversație" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--previous-unread-conversation" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Conversația necitită anterior" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--next-unread-conversation" : {
"messageformat" : "Următoarea conversație necitită" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--preferences" : {
"messageformat" : "Preferințe" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--open-conversation-menu" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Deschide meniul conversației" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--new-conversation" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Începe o nouă conversație" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--archive-conversation" : {
"messageformat" : "Arhivează conversația" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--unarchive-conversation" : {
"messageformat" : "Dezarhivează conversația" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--search" : {
"messageformat" : "Caută" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--search-in-conversation" : {
"messageformat" : "Caută în conversație" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--focus-composer" : {
"messageformat" : "Focalizare compozitor" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--open-all-media-view" : {
"messageformat" : "Deschide fereastra cu Toate Mediile" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--open-emoji-chooser" : {
"messageformat" : "Deschide sertarul cu emoji" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--open-sticker-chooser" : {
"messageformat" : "Deschide sertarul cu autocolante" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--begin-recording-voice-note" : {
"messageformat" : "Începe să înregistrezi o notă vocală" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--default-message-action" : {
"messageformat" : "Acțiune implicită pentru mesajul selectat" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--view-details-for-selected-message" : {
"messageformat" : "Vezi detaliile pentru mesajul selectat" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--toggle-reply" : {
"messageformat" : "Comută răspunsul la mesajul selectat" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--toggle-reaction-picker" : {
"messageformat" : "Comută selectorul de emoji sau reacție pentru mesajul selectat" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--save-attachment" : {
"messageformat" : "Salvează atașamentul din mesajul selectat" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--delete-messages" : {
"messageformat" : "Șterge mesajele selectate" ,
"description" : "Shown in the shortcuts guide"
} ,
"icu:Keyboard--forward-messages" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Redirecționează mesajele selectate" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--add-newline" : {
"messageformat" : "Adaugă o linie nouă la mesaj" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--expand-composer" : {
"messageformat" : "Expandare compozitor" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--send-in-expanded-composer" : {
"messageformat" : "Trimite (în compozitorul expandat)" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--attach-file" : {
"messageformat" : "Atașare fișier" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--remove-draft-link-preview" : {
"messageformat" : "Elimină schița previzualizării linkului" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--remove-draft-attachments" : {
"messageformat" : "Șterge toate atașamentele de tip schiță" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--conversation-by-index" : {
"messageformat" : "Sari la conversație" ,
2022-09-01 03:42:18 +00:00
"description" : "A shortcut allowing direct navigation to conversations 1 to 9 in list"
} ,
2023-05-25 23:16:57 +00:00
"icu:Keyboard--edit-last-message" : {
"messageformat" : "Editează mesajul anterior" ,
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--Key--ctrl" : {
"messageformat" : "Ctrl" ,
2022-09-01 03:42:18 +00:00
"description" : "Key shown in shortcut combination in shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--Key--option" : {
"messageformat" : "Opțiune" ,
2022-09-01 03:42:18 +00:00
"description" : "Key shown in shortcut combination in shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--Key--alt" : {
"messageformat" : "Alt" ,
2022-09-01 03:42:18 +00:00
"description" : "Key shown in shortcut combination in shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--Key--shift" : {
"messageformat" : "Shift" ,
2022-09-01 03:42:18 +00:00
"description" : "Key shown in shortcut combination in shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--Key--enter" : {
"messageformat" : "Enter" ,
2022-09-01 03:42:18 +00:00
"description" : "Key shown in shortcut combination in shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--Key--tab" : {
"messageformat" : "Tab" ,
2022-09-01 03:42:18 +00:00
"description" : "Key shown in shortcut combination in shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--Key--one-to-nine-range" : {
"messageformat" : "de la 1 la 9" ,
2022-09-01 03:42:18 +00:00
"description" : "Expresses that 1, 2, 3, up to 9 are available shortcut keys"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--header" : {
"messageformat" : "Scurtături tastatură" ,
2022-09-01 03:42:18 +00:00
"description" : "Title header of the keyboard shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--navigation-header" : {
"messageformat" : "Navigare" ,
2022-09-01 03:42:18 +00:00
"description" : "Header of the keyboard shortcuts guide - navigation section"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--messages-header" : {
"messageformat" : "Mesaje" ,
2022-09-01 03:42:18 +00:00
"description" : "Header of the keyboard shortcuts guide - messages section"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--composer-header" : {
"messageformat" : "Compozitor" ,
2022-09-01 03:42:18 +00:00
"description" : "Header of the keyboard shortcuts guide - composer section"
} ,
2023-04-20 06:31:42 +00:00
"icu:Keyboard--composer--bold" : {
2023-04-25 22:50:23 +00:00
"messageformat" : "Marchează textul selectat cu caractere aldine" ,
2023-04-20 06:31:42 +00:00
"description" : "Description of command to bold text in composer"
} ,
"icu:Keyboard--composer--italic" : {
2023-04-25 22:50:23 +00:00
"messageformat" : "Marchează textul selectat cu caractere cursive" ,
2023-04-20 06:31:42 +00:00
"description" : "Description of command to bold text in composer"
} ,
"icu:Keyboard--composer--strikethrough" : {
2023-04-25 22:50:23 +00:00
"messageformat" : "Marchează textul selectat ca tăiat" ,
2023-04-20 06:31:42 +00:00
"description" : "Description of command to bold text in composer"
} ,
"icu:Keyboard--composer--monospace" : {
2023-04-25 22:50:23 +00:00
"messageformat" : "Marchează textul selectat ca monospațiu" ,
2023-04-20 06:31:42 +00:00
"description" : "Description of command to bold text in composer"
} ,
"icu:Keyboard--composer--spoiler" : {
2023-04-25 22:50:23 +00:00
"messageformat" : "Marchează textul selectat ca spoiler" ,
2023-04-20 06:31:42 +00:00
"description" : "Description of command to bold text in composer"
} ,
2023-06-28 20:05:45 +00:00
"icu:Keyboard--open-context-menu" : {
"messageformat" : "Dechide meniul context pentru mesajul selectat" ,
"description" : "Shown in shortcuts guide"
} ,
2023-05-10 19:44:26 +00:00
"icu:FormatMenu--guide--bold" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "Aldin" ,
2023-05-10 19:44:26 +00:00
"description" : "Shown when you hover over the bold button in the popup formatting menu"
} ,
"icu:FormatMenu--guide--italic" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "Cursiv" ,
2023-05-10 19:44:26 +00:00
"description" : "Shown when you hover over the bold button in the popup formatting menu"
} ,
"icu:FormatMenu--guide--strikethrough" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "Taie textul cu o linie" ,
2023-05-10 19:44:26 +00:00
"description" : "Shown when you hover over the bold button in the popup formatting menu"
} ,
"icu:FormatMenu--guide--monospace" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "Monospațiu" ,
2023-05-10 19:44:26 +00:00
"description" : "Shown when you hover over the bold button in the popup formatting menu"
} ,
"icu:FormatMenu--guide--spoiler" : {
"messageformat" : "Spoiler" ,
"description" : "Shown when you hover over the bold button in the popup formatting menu"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--scroll-to-top" : {
"messageformat" : "Scroll la începutul listei" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--scroll-to-bottom" : {
"messageformat" : "Scroll la sfârșitul listei" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--close-curent-conversation" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Închide conversația actuală" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--calling-header" : {
"messageformat" : "Apel în curs" ,
2022-09-01 03:42:18 +00:00
"description" : "Header of the keyboard shortcuts guide - calling section"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--toggle-audio" : {
"messageformat" : "Comutare mod silențios sau normal" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--toggle-video" : {
"messageformat" : "Comutare video activat și dezactivat" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the shortcuts guide"
} ,
2023-01-12 20:31:38 +00:00
"icu:Keyboard--accept-video-call" : {
2023-01-26 00:30:23 +00:00
"messageformat" : "Răspunde la apel cu un videoclip (doar apeluri video)" ,
2023-01-12 20:31:38 +00:00
"description" : "Shown in the calling keyboard shortcuts guide"
} ,
"icu:Keyboard--accept-call-without-video" : {
2023-01-26 00:30:23 +00:00
"messageformat" : "Răspunde la apel fără video" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the calling keyboard shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--start-audio-call" : {
"messageformat" : "Începe apelul vocal" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the calling keyboard shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--start-video-call" : {
"messageformat" : "Începe un apel video" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the calling keyboard shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--decline-call" : {
"messageformat" : "Respinge apelul" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the calling keyboard shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:Keyboard--hang-up" : {
"messageformat" : "Închide apelul" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the calling keyboard shortcuts guide"
} ,
2023-04-06 00:52:33 +00:00
"icu:close-popup" : {
"messageformat" : "Închide fereastra" ,
2022-09-01 03:42:18 +00:00
"description" : "Used as alt text for any button closing a popup"
} ,
2023-04-06 00:52:33 +00:00
"icu:addImageOrVideoattachment" : {
"messageformat" : "Adaugă atașament video sau de imagine" ,
2022-09-01 03:42:18 +00:00
"description" : "Used in draft attachment list for the big 'add new attachment' button"
} ,
2023-04-06 00:52:33 +00:00
"icu:remove-attachment" : {
"messageformat" : "Elimină atașamentul" ,
2022-09-01 03:42:18 +00:00
"description" : "Used in draft attachment list to remove an individual attachment"
} ,
2023-04-06 00:52:33 +00:00
"icu:backToInbox" : {
"messageformat" : "Înapoi la inbox" ,
2022-09-01 03:42:18 +00:00
"description" : "Used as alt-text of button on archived conversations screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:conversationArchived" : {
"messageformat" : "Conversație arhivată" ,
2022-09-01 03:42:18 +00:00
"description" : "A toast that shows up when user archives a conversation"
} ,
2023-04-06 00:52:33 +00:00
"icu:conversationArchivedUndo" : {
"messageformat" : "Anulează" ,
2022-09-01 03:42:18 +00:00
"description" : "Undo button for archiving a conversation"
} ,
2023-04-06 00:52:33 +00:00
"icu:conversationReturnedToInbox" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Conversație readusă în inbox" ,
2022-09-01 03:42:18 +00:00
"description" : "A toast that shows up when the user unarchives a conversation"
} ,
2023-04-06 00:52:33 +00:00
"icu:conversationMarkedUnread" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Conversație marcată necitită" ,
2022-09-01 03:42:18 +00:00
"description" : "A toast that shows up when user marks a conversation as unread"
} ,
2023-06-21 22:34:21 +00:00
"icu:SendEdit--dialog--title" : {
"messageformat" : "Doar Signal beta" ,
2023-09-06 19:31:04 +00:00
"description" : "(deleted 8/30) Title of the modal shown before sending your first edit message"
2023-06-21 22:34:21 +00:00
} ,
"icu:SendEdit--dialog--body" : {
"messageformat" : "Editarea mesajelor este disponibilă numai pentru utilizatorii Signal beta. Dacă editezi un mesaj, acesta va fi vizibil numai pentru persoanele care au cea mai recentă versiune de Signal beta." ,
2023-09-06 19:31:04 +00:00
"description" : "(deleted 8/30) Body text of the modal shown before sending your first edit message"
} ,
"icu:SendEdit--dialog--title2" : {
2023-09-29 01:22:36 +00:00
"messageformat" : "Editează Mesajul" ,
2023-09-06 19:31:04 +00:00
"description" : "Title of the modal shown before sending your first edit message"
} ,
"icu:SendEdit--dialog--body2" : {
2023-09-29 01:22:36 +00:00
"messageformat" : "Dacă editezi un mesaj, acesta va fi vizibil numai pentru persoanele care au cea mai recentă versiune de Signal beta. Ei vor putea să vadă că ai editat un mesaj." ,
2023-06-21 22:34:21 +00:00
"description" : "Body text of the modal shown before sending your first edit message"
} ,
2023-04-20 06:31:42 +00:00
"icu:SendFormatting--dialog--title" : {
2023-04-25 22:50:23 +00:00
"messageformat" : "Se trimite text formatat" ,
2023-04-20 06:31:42 +00:00
"description" : "Title of the modal shown before sending your first formatting message"
} ,
"icu:SendFormatting--dialog--body" : {
2023-04-25 22:50:23 +00:00
"messageformat" : "Este posibil ca anumite persoane să folosească o versiune Signal care nu acceptă text formatat. Acele persoane nu vor vedea schimbările de formatare pe care le-ai făcut la mesajul tău." ,
2023-04-20 06:31:42 +00:00
"description" : "Body text of the modal shown before sending your first formatting message"
} ,
2023-03-09 19:51:00 +00:00
"icu:AuthArtCreator--dialog--message" : {
"messageformat" : "Vrei să deschizi Signal Sticker Pack Creator?" ,
"description" : "A body of the dialog that is presented when user tries to open Signal Sticker Pack Creator from a link"
} ,
"icu:AuthArtCreator--dialog--confirm" : {
"messageformat" : "Confirmă" ,
"description" : "A buttle title for confirming Signal Sticker Pack Creator dialog"
} ,
"icu:AuthArtCreator--dialog--dismiss" : {
"messageformat" : "Revocare" ,
"description" : "A buttle title for dismissing Signal Sticker Pack Creator dialog"
} ,
"icu:ArtCreator--Authentication--error" : {
2023-03-15 19:30:37 +00:00
"messageformat" : "Te rugăm să configurezi Signal pe telefonul și desktopul tău pentru a utiliza creatorul de autocolante" ,
2023-03-09 19:51:00 +00:00
"description" : "The error message which appears when the user has not linked their account and attempts to use the Sticker Creator"
} ,
2023-04-06 00:52:33 +00:00
"icu:Reactions--remove" : {
"messageformat" : "Elimină reacția" ,
"description" : "Shown when you want to remove a reaction you've made"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:Reactions--error" : {
"messageformat" : "Reacția nu a putut fi transmisă. Te rugăm să încerci din nou." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown when a reaction fails to send"
} ,
2023-04-06 00:52:33 +00:00
"icu:Reactions--more" : {
"messageformat" : "Mai multe" ,
2022-09-01 03:42:18 +00:00
"description" : "Use in the reaction picker as the alt text for the 'more' button"
} ,
2023-04-06 00:52:33 +00:00
"icu:ReactionsViewer--all" : {
"messageformat" : "Toate" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in reaction viewer as the title for the 'all' category"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--message-direct" : {
"messageformat" : "Permiți lui {name} să îți trimită mesaje și partajezi numele și fotografia cu ei? Nu vor ști că le-ai văzut mesajul până nu accepți." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the message for a message request in a direct message"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--message-direct-hidden" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Îi permiți utilizatorului {name} să-ți dea mesaj și îi trimiți numele și fotografia ta? Ai eliminat această persoan în trecut." ,
2023-04-06 00:52:33 +00:00
"description" : "Shown as the message for a message request in a hidden conversation"
} ,
"icu:MessageRequests--message-direct-blocked" : {
"messageformat" : "Permiți lui {name} să îți trimită mesaje și să îți împărtășești numele și fotografia cu ei? Nu vei primi niciun mesaj până când nu îi deblochezi." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the message for a message request in a direct message with a blocked account"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--message-group" : {
"messageformat" : "Te alături acestui grup și împărtășești numele și fotografia cu membrii săi? Nu vor ști că le-ai văzut mesajele până nu accepți." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the message for a message request in a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--message-group-blocked" : {
"messageformat" : "Deblochezi acest grup și împărtășești numele și fotografia cu membrii săi? Nu vei primi niciun mesaj până când nu îi deblochezi." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the message for a message request in a blocked group"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--block" : {
"messageformat" : "Blochează" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as a button to let the user block a message request"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--unblock" : {
"messageformat" : "Deblochează" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as a button to let the user unblock a message request"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--unblock-direct-confirm-title" : {
"messageformat" : "Deblochez pe {name}?" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as a button to let the user unblock a message request"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--unblock-direct-confirm-body" : {
"messageformat" : "Vei putea să trimiți mesaje și să vă sunați reciproc." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the body in the confirmation modal for unblocking a private message request"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--unblock-group-confirm-body" : {
"messageformat" : "Membrii grupului te vor putea adăuga din nou la acest grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the body in the confirmation modal for unblocking a group message request"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--block-and-report-spam" : {
"messageformat" : "Raportează spam și blochează" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as a button to let the user block a message request and report spam"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--block-and-report-spam-success-toast" : {
"messageformat" : "Raportat ca spam și blocat." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in a toast when you successfully block a user and report them as spam"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--block-direct-confirm-title" : {
"messageformat" : "Blochez {title}?" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the title in the confirmation modal for blocking a private message request"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--block-direct-confirm-body" : {
"messageformat" : "Persoanele blocate nu vor putea să te sune sau să îți trimită mesaje." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the body in the confirmation modal for blocking a private message request"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--block-group-confirm-title" : {
"messageformat" : "Blochezi și părăsești {title}?" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the title in the confirmation modal for blocking a group message request"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--block-group-confirm-body" : {
"messageformat" : "Nu vei mai primi mesaje sau actualizări de la acest grup, iar membrii nu te vor mai putea adăuga la acest grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the body in the confirmation modal for blocking a group message request"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--delete" : {
"messageformat" : "Șterge" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as a button to let the user delete any message request"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--delete-direct-confirm-title" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Ștergi conversația?" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the title in the confirmation modal for deleting a private message request"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--delete-direct-confirm-body" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Această conversație va fi ștearsă de pe toate dispozitivele tale asociate." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the body in the confirmation modal for deleting a private message request"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--delete-group-confirm-title" : {
"messageformat" : "Ștergi și părăsești {title}?" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the title in the confirmation modal for deleting a group message request"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--delete-direct" : {
"messageformat" : "Șterge" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as a button to let the user delete a direct message request"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--delete-group" : {
"messageformat" : "Șterge și Pleacă" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as a button to let the user delete a group message request"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--delete-group-confirm-body" : {
"messageformat" : "Vei părăsi acest grup și va fi șters de pe toate dispozitivele tale." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as the body in the confirmation modal for deleting a group message request"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--accept" : {
"messageformat" : "Acceptă" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as a button to let the user accept a message request"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--continue" : {
"messageformat" : "Continuă" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as a button to share your profile, necessary to continue messaging in a conversation"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--profile-sharing--group--link" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Continui conversația cu acest grup și împărtășești numele și fotografia ta cu membrii săi? <learnMoreLink>Află mai multe.</learnMoreLink>" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown when user hasn't shared their profile in a group yet"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequests--profile-sharing--direct--link" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Continui conversația ta cu {firstName} și partajezi numele și fotografia de profil cu ei? <learnMoreLink>Află mai multe</learnMoreLink>" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown when user hasn't shared their profile in a 1:1 conversation yet"
} ,
2022-11-17 00:15:28 +00:00
"icu:ConversationHero--members" : {
"messageformat" : "{count, plural, one {1 membru} few {{count,number} membri} other {{count,number} de membri}}" ,
"description" : "Specifies the number of members in a group conversation"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:member-of-1-group" : {
"messageformat" : "Membru al {group}" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the conversation hero to indicate this user is a member of a mutual group"
} ,
2023-04-06 00:52:33 +00:00
"icu:member-of-2-groups" : {
"messageformat" : "Membru al {group1} și {group2}" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the conversation hero to indicate this user is a member of two mutual groups"
} ,
2023-04-06 00:52:33 +00:00
"icu:member-of-3-groups" : {
"messageformat" : "Membru al {group1}, {group2} și {group3}" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the conversation hero to indicate this user is a member of three mutual groups"
} ,
2023-04-06 00:52:33 +00:00
"icu:member-of-more-than-3-groups--one-more" : {
"messageformat" : "Membru al {group1}, {group2}, {group3} și încă unul" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the conversation hero to indicate this user is a member of four mutual groups"
} ,
2023-04-06 00:52:33 +00:00
"icu:member-of-more-than-3-groups--multiple-more" : {
"messageformat" : "Membru al {group1}, {group2}, {group3} și încă {remainingCount,number}" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the conversation hero to indicate this user is a member of 5+ mutual groups."
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationHero--membership-added" : {
"messageformat" : "{name} te-a adăugat la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown Indicates that you were added to a group by a given individual."
} ,
2023-04-06 00:52:33 +00:00
"icu:no-groups-in-common" : {
"messageformat" : "Nu aveți grupuri în comun" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown to indicate this user is not a member of any groups"
} ,
2023-04-06 00:52:33 +00:00
"icu:no-groups-in-common-warning" : {
"messageformat" : "Niciun grup în comun. Examinează cu atenție solicitările." ,
2022-09-01 03:42:18 +00:00
"description" : "When a user has no common groups, show this warning"
} ,
2023-04-06 00:52:33 +00:00
"icu:acceptCall" : {
"messageformat" : "Răspunde apelului" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in tooltip for the button to accept a call (audio or video)"
} ,
2023-04-06 00:52:33 +00:00
"icu:acceptCallWithoutVideo" : {
"messageformat" : "Răspunde la apel fără video" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in tooltip for the button to accept a video call without video"
} ,
2023-04-06 00:52:33 +00:00
"icu:declineCall" : {
"messageformat" : "Respinge" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in tooltip for the button to decline a call (audio or video)"
} ,
2023-04-06 00:52:33 +00:00
"icu:declinedIncomingAudioCall" : {
"messageformat" : "Ai respins un apel vocal" ,
2023-01-12 20:31:38 +00:00
"description" : "Shown in conversation history when you declined an incoming voice call"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:declinedIncomingVideoCall" : {
"messageformat" : "Ai respins un apel video." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in conversation history when you declined an incoming video call"
} ,
2023-04-06 00:52:33 +00:00
"icu:acceptedIncomingAudioCall" : {
"messageformat" : "Apel de intrare vocal" ,
2023-01-12 20:31:38 +00:00
"description" : "Shown in conversation history when you accepted an incoming voice call"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:acceptedIncomingVideoCall" : {
"messageformat" : "Apel de intrare video" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in conversation history when you accepted an incoming video call"
} ,
2023-04-06 00:52:33 +00:00
"icu:missedIncomingAudioCall" : {
"messageformat" : "Apel vocal nepreluat" ,
2023-01-12 20:31:38 +00:00
"description" : "Shown in conversation history when you missed an incoming voice call"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:missedIncomingVideoCall" : {
"messageformat" : "Apel video nepreluat" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in conversation history when you missed an incoming video call"
} ,
2023-04-06 00:52:33 +00:00
"icu:acceptedOutgoingAudioCall" : {
"messageformat" : "Apel de ieșire vocal" ,
2023-01-12 20:31:38 +00:00
"description" : "Shown in conversation history when you made an outgoing voice call"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:acceptedOutgoingVideoCall" : {
"messageformat" : "Apel de ieșire video" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in conversation history when you made an outgoing video call"
} ,
2023-04-06 00:52:33 +00:00
"icu:missedOrDeclinedOutgoingAudioCall" : {
"messageformat" : "Apel vocal nepreluat" ,
2023-01-12 20:31:38 +00:00
"description" : "Shown in conversation history when your voice call is missed or declined"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:missedOrDeclinedOutgoingVideoCall" : {
"messageformat" : "Apel video nepreluat" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in conversation history when your video call is missed or declined"
} ,
2023-04-06 00:52:33 +00:00
"icu:minimizeToTrayNotification--title" : {
"messageformat" : "Signal încă funcționează" ,
2022-09-21 17:06:24 +00:00
"description" : "Shown in a notification title when Signal is minimized to tray"
} ,
2023-04-06 00:52:33 +00:00
"icu:minimizeToTrayNotification--body" : {
"messageformat" : "Signal va continua să funcționeze în zona de notificări. Poți schimba asta în setările Signal." ,
2022-09-21 17:06:24 +00:00
"description" : "Shown in a notification body when Signal is minimized to tray"
} ,
2023-04-06 00:52:33 +00:00
"icu:incomingAudioCall" : {
"messageformat" : "Apel vocal de intrare…" ,
2023-01-12 20:31:38 +00:00
"description" : "Shown in both the incoming call bar and notification for an incoming voice call"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:incomingVideoCall" : {
"messageformat" : "Apel de intrare video..." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in both the incoming call bar and notification for an incoming video call"
} ,
2023-08-21 22:05:39 +00:00
"icu:outgoingAudioCall" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Apel de ieșire vocal" ,
2023-08-21 22:05:39 +00:00
"description" : "Shown in the timeline for an outgoing voice call"
} ,
"icu:outgoingVideoCall" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Apel de ieșire video" ,
2023-08-21 22:05:39 +00:00
"description" : "Shown in the timeline for an outgoing video call"
} ,
2023-04-06 00:52:33 +00:00
"icu:incomingGroupCall__ringing-you" : {
"messageformat" : "{ringer} te apelează" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the incoming call bar when someone is ringing you for a group call"
} ,
2023-04-06 00:52:33 +00:00
"icu:incomingGroupCall__ringing-1-other" : {
"messageformat" : "{ringer} te apelează pe tine și pe {otherMember}" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the incoming call bar when someone is ringing you for a group call"
} ,
2023-04-06 00:52:33 +00:00
"icu:incomingGroupCall__ringing-2-others" : {
"messageformat" : "{ringer} te apelează pe tine, {first} și {second}" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the incoming call bar when someone is ringing you for a group call"
} ,
2023-04-06 00:52:33 +00:00
"icu:incomingGroupCall__ringing-3-others" : {
"messageformat" : "{ringer} te apelează pe tine, {first}, {second} și 1 altul" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the incoming call bar when someone is ringing you for a group call"
} ,
2023-04-06 00:52:33 +00:00
"icu:incomingGroupCall__ringing-many" : {
"messageformat" : "{remaining, plural, one {{ringer} apelează pe tine, {first}, {second} și {remaining,number} altul} few {{ringer} apelează pe tine, {first}, {second} și {remaining,number} alții} other {{ringer} apelează pe tine, {first}, {second} și {remaining,number} alții}}" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the incoming call bar when someone is ringing you for a group call"
} ,
2023-04-06 00:52:33 +00:00
"icu:outgoingCallRinging" : {
"messageformat" : "Sună..." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the call screen when placing an outgoing call that is now ringing"
} ,
2023-04-06 00:52:33 +00:00
"icu:makeOutgoingCall" : {
"messageformat" : "Începe un apel" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the call button in a conversation"
} ,
2023-04-06 00:52:33 +00:00
"icu:makeOutgoingVideoCall" : {
"messageformat" : "Începe un apel video" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the video call button in a conversation"
} ,
2023-04-06 00:52:33 +00:00
"icu:joinOngoingCall" : {
"messageformat" : "Alătură-te" ,
2022-09-01 03:42:18 +00:00
"description" : "Text that appears in a group when a call is active"
} ,
2023-04-06 00:52:33 +00:00
"icu:callNeedPermission" : {
"messageformat" : "{title} va primi o solicitare de mesaj de la tine. Poți apela odată ce solicitarea ta este acceptată." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown when a call is rejected because the other party hasn't approved the message/call request"
} ,
2023-04-06 00:52:33 +00:00
"icu:callReconnecting" : {
"messageformat" : "Se reconectează…" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the call screen when the call is reconnecting due to network issues"
} ,
2023-04-06 00:52:33 +00:00
"icu:callDuration" : {
"messageformat" : "Signal {duration}" ,
2023-11-02 14:03:51 +00:00
"description" : "(deleted 2023/10/13) Shown in the call screen to indicate how long the call has been connected"
} ,
"icu:CallControls__InfoDisplay--participants" : {
"messageformat" : "{count, plural, one {{count,number} person} other {{count,number} people}}" ,
"description" : "Shown in the call screen and lobby for group calls to specify the number of members in the call or in the group. Count is at always at least 1."
} ,
"icu:CallControls__InfoDisplay--audio-call" : {
"messageformat" : "Audio call" ,
"description" : "Shown in the call lobby for a direct 1:1 call when the caller's video is disabled, to specify that an audio call will be placed when clicking the Start button."
} ,
"icu:CallControls__JoinLeaveButton--hangup-1-1" : {
"messageformat" : "End" ,
"description" : "Title for the hangup button for a direct 1:1 call with only 2 participants."
} ,
"icu:CallControls__JoinLeaveButton--hangup-group" : {
"messageformat" : "Leave" ,
"description" : "Title for the hangup button for a group call."
} ,
"icu:CallControls__MutedToast--muted" : {
"messageformat" : "Mic off" ,
"description" : "Shown in a call when the user mutes their audio input using the Mute toggle button."
} ,
"icu:CallControls__MutedToast--unmuted" : {
"messageformat" : "Mic on" ,
"description" : "Shown in a call when the user is muted and then unmutes their audio input using the Mute toggle button."
} ,
"icu:CallControls__RingingToast--ringing-on" : {
"messageformat" : "Ringing on" ,
"description" : "Shown in a group call lobby when call ringing is disabled, then the user enables ringing using the Ringing toggle button."
} ,
"icu:CallControls__RingingToast--ringing-off" : {
"messageformat" : "Ringing off" ,
"description" : "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:callingDeviceSelection__settings" : {
"messageformat" : "Setări" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for device selection settings"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__participants" : {
"messageformat" : "{people} în apel" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for participants list toggle"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__call-notification__ended" : {
"messageformat" : "Apelul de grup s-a terminat" ,
2022-09-01 03:42:18 +00:00
"description" : "Notification message when a group call has ended"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__call-notification__started-by-someone" : {
"messageformat" : "Un apel de grup a fost început" ,
2022-09-01 03:42:18 +00:00
"description" : "Notification message when a group call has started, but we don't know who started it"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__call-notification__started-by-you" : {
"messageformat" : "Ai început un apel de grup" ,
2022-09-01 03:42:18 +00:00
"description" : "Notification message when a group call has started by you"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__call-notification__started" : {
"messageformat" : "{name} a început un apel de grup" ,
2022-09-01 03:42:18 +00:00
"description" : "Notification message when a group call has started"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__in-another-call-tooltip" : {
"messageformat" : "Ești deja într-un apel" ,
2022-09-01 03:42:18 +00:00
"description" : "Tooltip in disabled notification button when you're on another call"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__call-notification__button__call-full-tooltip" : {
"messageformat" : "Apelul a atins capacitatea maximă de {max,number} participanți" ,
2022-09-01 03:42:18 +00:00
"description" : "Tooltip in disabled notification button when the call is full"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__pip--on" : {
"messageformat" : "Minimizare apel" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for picture-in-picture toggle"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__pip--off" : {
"messageformat" : "Apel pe ecran complet" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for picture-in-picture toggle"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__switch-view--to-grid" : {
"messageformat" : "Comută la vizualizare grilă" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for grid/speaker view toggle when on a call"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__switch-view--to-speaker" : {
"messageformat" : "Comută la vizualizare vorbitor" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for grid/speaker view toggle when on a call"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__hangup" : {
"messageformat" : "Părăsește apelul" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for hang up button"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__SelectPresentingSourcesModal--title" : {
"messageformat" : "Partajează ecranul tău" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the select your screen sharing sources modal"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__SelectPresentingSourcesModal--confirm" : {
"messageformat" : "Începe partajarea" ,
2022-09-01 03:42:18 +00:00
"description" : "Confirm button for sharing screen modal"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__SelectPresentingSourcesModal--entireScreen" : {
"messageformat" : "Întregul ecran" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the select your screen sharing sources modal and 'Entire Screen' source"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__SelectPresentingSourcesModal--screen" : {
"messageformat" : "Ecranul {id}" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for `Screen #N` source in screen sharing sources modal and overlay"
} ,
2023-04-06 00:52:33 +00:00
"icu:calling__SelectPresentingSourcesModal--window" : {
"messageformat" : "O fereastră" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the select your screen sharing sources modal"
} ,
2023-04-06 00:52:33 +00:00
"icu:callingDeviceSelection__label--video" : {
"messageformat" : "Video" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for video input selector"
} ,
2023-04-06 00:52:33 +00:00
"icu:callingDeviceSelection__label--audio-input" : {
"messageformat" : "Microfon" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for audio input selector"
} ,
2023-04-06 00:52:33 +00:00
"icu:callingDeviceSelection__label--audio-output" : {
"messageformat" : "Difuzoare" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for audio output selector"
} ,
2023-04-06 00:52:33 +00:00
"icu:callingDeviceSelection__select--no-device" : {
"messageformat" : "Nu există dispozitive disponibile" ,
2022-09-01 03:42:18 +00:00
"description" : "Message for when there are no available devices to select for input/output audio or video"
} ,
2023-04-06 00:52:33 +00:00
"icu:callingDeviceSelection__select--default" : {
"messageformat" : "Implicit" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown when the device is the default device"
} ,
2023-04-06 00:52:33 +00:00
"icu:muteNotificationsTitle" : {
"messageformat" : "Notificări fără sunet" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the mute notifications drop-down selector"
} ,
2023-04-06 00:52:33 +00:00
"icu:notMuted" : {
"messageformat" : "Nu este pe silențios" ,
2022-09-01 03:42:18 +00:00
"description" : "Label when the conversation is not muted"
} ,
2023-04-06 00:52:33 +00:00
"icu:muteHour" : {
"messageformat" : "Silențios pentru o oră" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for muting the conversation"
} ,
2023-04-06 00:52:33 +00:00
"icu:muteEightHours" : {
"messageformat" : "Silențios pentru opt ore" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for muting the conversation"
} ,
2023-04-06 00:52:33 +00:00
"icu:muteDay" : {
"messageformat" : "Silențios pentru o zi" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for muting the conversation"
} ,
2023-04-06 00:52:33 +00:00
"icu:muteWeek" : {
"messageformat" : "Silențios pentru o săptămână" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for muting the conversation"
} ,
2023-04-06 00:52:33 +00:00
"icu:muteAlways" : {
"messageformat" : "Silențios întotdeauna" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for muting the conversation"
} ,
2023-04-06 00:52:33 +00:00
"icu:unmute" : {
"messageformat" : "Microfon" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for unmuting the conversation"
} ,
2023-04-06 00:52:33 +00:00
"icu:muteExpirationLabelAlways" : {
"messageformat" : "Silențios întotdeauna" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the mute notifications submenu whenever a conversation has been muted"
} ,
2023-04-06 00:52:33 +00:00
"icu:muteExpirationLabel" : {
"messageformat" : "Silențios până la{duration}" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the mute notifications submenu whenever a conversation has been muted"
} ,
2023-04-06 00:52:33 +00:00
"icu:EmojiButton__label" : {
"messageformat" : "Emoji" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for emoji button"
} ,
2023-04-06 00:52:33 +00:00
"icu:ErrorModal--title" : {
"messageformat" : "Ceva nu a funcționat!" ,
2022-09-01 03:42:18 +00:00
"description" : "Title of popup dialog when user-initiated task has gone wrong"
} ,
2023-04-06 00:52:33 +00:00
"icu:ErrorModal--description" : {
"messageformat" : "Te rugăm să încerci din nou sau să contactezi serviciul de asistență." ,
2022-09-01 03:42:18 +00:00
"description" : "Description text in popup dialog when user-initiated task has gone wrong"
} ,
2023-04-06 00:52:33 +00:00
"icu:Confirmation--confirm" : {
"messageformat" : "Okay" ,
2022-09-01 03:42:18 +00:00
"description" : "Button to dismiss popup dialog when user-initiated task has gone wrong"
} ,
2023-04-06 00:52:33 +00:00
"icu:unknown-sgnl-link" : {
"messageformat" : "Ne pare rău, linkul sgnl:// nu a fost înțeles!" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if you click on a sgnl:// link not currently supported by Desktop"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--cannot-send" : {
"messageformat" : "Nu poți trimite mesaje acelui grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in toast when you attempt to forward a message to an announcement only group"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--cannot-start-group-call" : {
"messageformat" : "Numai administratorii grupului pot iniția un apel." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in toast when a non-admin starts a group call in an announcements only group"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--invalid-link--title" : {
"messageformat" : "Link invalid" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if we are unable to parse a group link"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--invalid-link" : {
"messageformat" : "Acesta nu este un link de grup valid. Asigură-te că întregul link este intact și corect înainte de a te alătura grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if we are unable to parse a group link"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--prompt" : {
"messageformat" : "Vrei să te alături acestui grup și să împărtășești numele și fotografia cu membrii săi?" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown when you click on a group link to confirm"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--already-in-group" : {
"messageformat" : "Ești deja în acest grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if you click a group link for a group where you're already a member"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--already-awaiting-approval" : {
"messageformat" : "Ai solicitat deja aprobare să te alături acestui grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if you click a group link for a group where you've already requested approval'"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--unknown-link-version--title" : {
"messageformat" : "Versiune de link necunoscută" ,
2022-09-01 03:42:18 +00:00
"description" : "This group link is no longer valid."
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--unknown-link-version" : {
"messageformat" : "Acest link nu este acceptat de această versiune de Signal Desktop." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if you click a group link and we can't get information about it"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--link-revoked--title" : {
"messageformat" : "Nu se poate realiza alăturarea la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if you click a group link and we can't get information about it"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--link-revoked" : {
"messageformat" : "Acest link de grup nu mai este valid." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if you click a group link and we can't get information about it"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--link-forbidden--title" : {
"messageformat" : "Nu se poate realiza alăturarea la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if you click a group link and you have been forbidden from joining via the link"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--link-forbidden" : {
"messageformat" : "Nu te poți alătura acestui grup prin linkul grupului deoarece un administrator te-a eliminat." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if you click a group link and you have been forbidden from joining via the link"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--prompt-with-approval" : {
"messageformat" : "Un administrator al acestui grup trebuie să îți aprobe solicitarea înainte de a te alătura grupului. Dacă este aprobată, numele și fotografia ta vor fi partajate cu membrii grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown when you click on a group link to confirm, if it requires admin approval"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--join-button" : {
"messageformat" : "Alătură-te" ,
2022-09-01 03:42:18 +00:00
"description" : "The button to join the group"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--request-to-join-button" : {
"messageformat" : "Cerere de înscriere" ,
2022-09-01 03:42:18 +00:00
"description" : "The button to join the group, if approval is required"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--cancel-request-to-join" : {
"messageformat" : "Anulează cererea" ,
2022-09-01 03:42:18 +00:00
"description" : "The button to cancel request to join the group"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--cancel-request-to-join--confirmation" : {
"messageformat" : "Îți anulezi solicitarea de a te alătura acestui grup?" ,
2022-09-01 03:42:18 +00:00
"description" : "A confirmation message that shows after you click the button"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--cancel-request-to-join--yes" : {
"messageformat" : "Da" ,
2022-09-01 03:42:18 +00:00
"description" : "Choosing to continue in the cancel join confirmation dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--cancel-request-to-join--no" : {
"messageformat" : "Nu" ,
2022-09-01 03:42:18 +00:00
"description" : "Choosing not to continue in the cancel join confirmation dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--group-metadata--full" : {
"messageformat" : "{memberCount, plural, one {Grup · {memberCount,number} membru} few {Grup · {memberCount,number} membri} other {Grup · {memberCount,number} de membri}}" ,
2022-09-01 03:42:18 +00:00
"description" : "A holder for two pieces of information - the type of conversation, and the member count"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--requested" : {
"messageformat" : "Solicitarea ta de a te alătura grupului a fost trimisă administratorului. Vei fi anunțat de decizia lor în curând." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in composition area when you've requested to join a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--general-join-failure--title" : {
"messageformat" : "Eroare de Link" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if something went wrong when you try to join via a group link"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--join--general-join-failure" : {
"messageformat" : "Alăturarea la grup nu a reușit. Încearcă din nou mai târziu." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if something went wrong when you try to join via a group link"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--admin" : {
"messageformat" : "Administrator" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for a group administrator"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--only-admins" : {
"messageformat" : "Doar administratorii" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for group administrators -- used in drop-downs to select permissions that apply to admins"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--all-members" : {
"messageformat" : "Toți membrii" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for describing the general non-privileged members of a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:updating" : {
"messageformat" : "Se actualizează..." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown along with a spinner when an update operation takes longer than one second"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--create--you" : {
"messageformat" : "Ai creat grupul." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--create--other" : {
"messageformat" : "{memberName} a creat grupul." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--create--unknown" : {
"messageformat" : "Grupul a fost creat." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--title--change--other" : {
"messageformat" : "{memberName} a schimbat numele grupului în \"{newTitle}\"." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--title--change--you" : {
"messageformat" : "Ai schimbat numele grupului în \"{newTitle}\"." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--title--change--unknown" : {
"messageformat" : "Un membru a schimbat numele grupului în \"{newTitle}\"." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--title--remove--other" : {
"messageformat" : "{memberName} a șters numele grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--title--remove--you" : {
"messageformat" : "Ai șters numele grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--title--remove--unknown" : {
"messageformat" : "Un membru a șters numele grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--avatar--change--other" : {
"messageformat" : "{memberName} a schimbat avatarul grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--avatar--change--you" : {
"messageformat" : "Ai schimbat avatarul grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--avatar--change--unknown" : {
"messageformat" : "Un membru a schimbat avatarul grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--avatar--remove--other" : {
"messageformat" : "{memberName} a șters avatarul grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--avatar--remove--you" : {
"messageformat" : "Ai eliminat avatarul grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--avatar--remove--unknown" : {
"messageformat" : "Un membru a șters avatarul grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--access-attributes--admins--other" : {
"messageformat" : "{adminName} a modificat cine poate edita informațiile grupului în \"Doar administratorii.\"" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--access-attributes--admins--you" : {
"messageformat" : "Ai modificat cine poate edita informațiile grupului în \"Doar administratorii.\"" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--access-attributes--admins--unknown" : {
"messageformat" : "Un administrator a modificat cine poate edita informațiile grupului în \"Doar administratorii.\"" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--access-attributes--all--other" : {
"messageformat" : "{adminName} a modificat cine poate edita informațiile grupului în \"Toți membrii.\"" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--access-attributes--all--you" : {
"messageformat" : "Ai modificat cine poate edita informațiile grupului către \"Toți membrii\"." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--access-attributes--all--unknown" : {
"messageformat" : "Un administrator a modificat cine poate edita informațiile grupului în \"Toți membrii.\"" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--access-members--admins--other" : {
"messageformat" : "{adminName} a modificat cine poate edita apartenența la grup în \"Doar administratorii.\"" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--access-members--admins--you" : {
"messageformat" : "Ai modificat cine poate edita apartenența la grup în \"Doar administratorii.\"" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--access-members--admins--unknown" : {
"messageformat" : "Un administrator a modificat cine poate edita apartenența la grup în \"Doar administratorii.\"" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--access-members--all--other" : {
"messageformat" : "{adminName} a modificat cine poate edita apartenența la grup în \"Toți membrii.\"" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--access-members--all--you" : {
"messageformat" : "Ai modificat cine poate edita apartenența la grup în \"Toți membrii.\"" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--access-members--all--unknown" : {
"messageformat" : "Un administrator a modificat cine poate edita apartenența la grup în \"Toți membrii.\"" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--access-invite-link--disabled--you" : {
"messageformat" : "Ai dezactivat aprobarea administratorului pentru alăturările prin linkul de grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--access-invite-link--disabled--other" : {
"messageformat" : "{adminName} a dezactivat aprobarea administratorului pentru alăturările prin linkul de grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--access-invite-link--disabled--unknown" : {
"messageformat" : "Aprobarea administratorului pentru alăturările prin linkul de grup au fost dezactivate." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--access-invite-link--enabled--you" : {
"messageformat" : "Ai activat aprobarea administratorului pentru alăturările prin linkul de grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--access-invite-link--enabled--other" : {
"messageformat" : "{adminName} a activat aprobarea administratorului pentru alăturările prin linkul de grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--access-invite-link--enabled--unknown" : {
"messageformat" : "Aprobarea administratorului pentru alăturările prin linkul de grup a fost activată." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add--invited--you" : {
"messageformat" : "Ai adăugat membrul invitat {inviteeName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add--invited--other" : {
"messageformat" : "{memberName} a adăugat membrul invitat {inviteeName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add--invited--unknown" : {
"messageformat" : "Un membru a adăugat membrul invitat {inviteeName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add--from-invite--other" : {
"messageformat" : "{inviteeName} a acceptat o invitație la grup de la {inviterName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add--from-invite--other-no-from" : {
"messageformat" : "{inviteeName} a acceptat o invitație la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add--from-invite--you" : {
"messageformat" : "Ai acceptat o invitație la grup de la {inviterName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add--from-invite--you-no-from" : {
"messageformat" : "Ai acceptat o invitație la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add--from-invite--from-you" : {
"messageformat" : "{inviteeName} a acceptat invitația ta la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add--other--other" : {
"messageformat" : "{adderName} a adăugat pe {addeeName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add--other--you" : {
"messageformat" : "Ai adăugat pe {memberName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add--other--unknown" : {
"messageformat" : "Un membru a adăugat pe {memberName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add--you--other" : {
"messageformat" : "{memberName} te-a adăugat la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add--you--you" : {
"messageformat" : "Te-ai alăturat grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add--you--unknown" : {
"messageformat" : "Ai fost adăugat la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add-from-link--you--you" : {
"messageformat" : "Te-ai alăturat grupului printr-un link de grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add-from-link--other" : {
"messageformat" : "{memberName} s-a alăturat grupului prin linkul de grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add-from-admin-approval--you--other" : {
"messageformat" : "{adminName} a aprobat solicitarea ta de a te alătura grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add-from-admin-approval--you--unknown" : {
"messageformat" : "Solicitarea ta de a te alătura grupului a fost aprobată." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add-from-admin-approval--other--you" : {
"messageformat" : "Ai aprobat o solicitare de alăturare la grup de la {joinerName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add-from-admin-approval--other--other" : {
"messageformat" : "{adminName} a aprobat o cerere de alăturare la grup de la {joinerName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-add-from-admin-approval--other--unknown" : {
"messageformat" : "O cerere de alăturare la grup de la {joinerName} a fost aprobată." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-remove--other--other" : {
"messageformat" : "{adminName} a eliminat pe {memberName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-remove--other--self" : {
"messageformat" : "{memberName} a părăsit grupul." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-remove--other--you" : {
"messageformat" : "Ai eliminat pe {memberName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-remove--other--unknown" : {
"messageformat" : "Un membru a eliminat pe {memberName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-remove--you--other" : {
"messageformat" : "{adminName} v-a eliminat." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-remove--you--you" : {
"messageformat" : "Ai părăsit grupul." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-remove--you--unknown" : {
"messageformat" : "Ai fost eliminat din grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-privilege--promote--other--other" : {
"messageformat" : "{adminName} a făcut pe {memberName} administrator." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-privilege--promote--other--you" : {
"messageformat" : "Ai făcut administrator pe {memberName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-privilege--promote--other--unknown" : {
"messageformat" : "Un administrator a făcut pe {memberName} administrator." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-privilege--promote--you--other" : {
"messageformat" : "{adminName} v-a făcut administrator." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-privilege--promote--you--unknown" : {
"messageformat" : "Un administrator te-a făcut administrator." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-privilege--demote--other--other" : {
"messageformat" : "{adminName} a revocat privilegiile de administrator pentru {memberName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-privilege--demote--other--you" : {
"messageformat" : "Ai revocat privilegiile de administrator pentru {memberName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-privilege--demote--other--unknown" : {
"messageformat" : "Un administrator a revocat privilegiile de administrator pentru {memberName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-privilege--demote--you--other" : {
"messageformat" : "{adminName} a revocat privilegiile tale de administrator." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--member-privilege--demote--you--unknown" : {
"messageformat" : "Un administrator a revocat privilegiile tale de administrator." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-add--one--other--other" : {
"messageformat" : "{memberName} a invitat o persoană la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-add--one--other--you" : {
"messageformat" : "Ai invitat pe {inviteeName} la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-add--one--other--unknown" : {
"messageformat" : "O persoană a fost invitată în grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-add--one--you--other" : {
"messageformat" : "{memberName} te-a invitat la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-add--one--you--unknown" : {
"messageformat" : "Ai fost invitat la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-add--many--other" : {
"messageformat" : "{memberName} a invitat {count,number} persoane la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-add--many--you" : {
"messageformat" : "Ai invitat {count,number} persoane la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-add--many--unknown" : {
"messageformat" : "{count,number} persoane au fost invitate la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--decline--other" : {
"messageformat" : "O persoană invitată de {memberName} a refuzat invitația la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--decline--you" : {
"messageformat" : "{inviteeName} a refuzat invitația ta la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--decline--from-you" : {
"messageformat" : "Ai refuzat invitația la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--decline--unknown" : {
"messageformat" : "O persoană a refuzat invitația lor la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke--one--other" : {
"messageformat" : "{memberName} a revocat o invitație la grup pentru o persoană." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke--one--you" : {
"messageformat" : "Ai revocat o invitație la grup pentru o persoană." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke-own--to-you" : {
"messageformat" : "{inviterName} și-a revocat invitația către tine." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke-own--unknown" : {
"messageformat" : "{inviterName} și-a revocat invitația către o persoană." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke--one--unknown" : {
"messageformat" : "Un administrator a revocat o invitație la grup pentru o persoană." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke--many--other" : {
"messageformat" : "{memberName} a revocat invitațiile la grup pentru {count,number} persoane." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke--many--you" : {
"messageformat" : "Ai revocat invitațiile la grup pentru {count,number} persoane." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke--many--unknown" : {
"messageformat" : "Un administrator a revocat invitațiile la grup pentru {count,number} persoane." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke-invite-from--one--other" : {
"messageformat" : "{adminName} a revocat invitația la grup pentru o persoană invitată de {memberName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke-invite-from--one--you" : {
"messageformat" : "Ai revocat invitația la grup pentru o persoană invitată de {memberName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke-invite-from--one--unknown" : {
"messageformat" : "Un administrator a revocat o invitație la grup pentru o persoană invitată de {memberName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke-invite-from-you--one--other" : {
"messageformat" : "{adminName} a revocat invitația la grup trimisă de tine către{inviteeName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke-invite-from-you--one--you" : {
"messageformat" : "Ai retras invitația ta pentru {inviteeName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke-invite-from-you--one--unknown" : {
"messageformat" : "Un administrator a revocat invitația la grup trimisă de tine către {inviteeName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke-invite-from--many--other" : {
"messageformat" : "{adminName} a revocat invitațiile la grup pentru {count,number} persoane invitate de {memberName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke-invite-from--many--you" : {
"messageformat" : "Ai revocat invitațiile la grup pentru {count,number} persoane invitate de {memberName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke-invite-from--many--unknown" : {
"messageformat" : "Un administrator a revocat invitațiile la grup pentru {count,number} persoane invitate de {memberName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke-invite-from-you--many--other" : {
"messageformat" : "{adminName} a revocat invitațiile la grup trimise de tine către {count,number} persoane." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke-invite-from-you--many--you" : {
"messageformat" : "Ai retras invitațiile tale către {count,number} persoane." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--pending-remove--revoke-invite-from-you--many--unknown" : {
"messageformat" : "Un administrator a revocat invitațiile la grup trimise de tine către {count,number} persoane." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--admin-approval-add-one--you" : {
"messageformat" : "Ai trimis o cerere de alăturare la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--admin-approval-add-one--other" : {
"messageformat" : "{joinerName} a solicitat să se alăture prin linkul de grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--admin-approval-remove-one--you--you" : {
"messageformat" : "Ai anulat solicitarea de a te alătura grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--admin-approval-remove-one--you--unknown" : {
"messageformat" : "Solicitarea ta de a te alătura grupului a fost respinsă de un administrator." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--admin-approval-remove-one--other--you" : {
"messageformat" : "Ai respins o solicitare de alăturare la grup de la {joinerName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--admin-approval-remove-one--other--own" : {
"messageformat" : "{joinerName} și-a anulat solicitarea de a se alătura grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--admin-approval-remove-one--other--other" : {
"messageformat" : "{adminName} a refuzat o cerere de a se alătura grupului de la {joinerName}." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--admin-approval-bounce--one" : {
"messageformat" : "{joinerName} a solicitat și apoi a anulat solicitarea de alăturare folosind linkul grupului" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--admin-approval-bounce" : {
"messageformat" : "{joinerName} a solicitat și apoi a anulat {numberOfRequests,number} solicitări de alăturare folosind linkul grupului" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--group-link-add--disabled--you" : {
"messageformat" : "Ai activat linkul de grup cu aprobarea administratorului dezactivată." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--group-link-add--disabled--other" : {
"messageformat" : "{adminName} a activat linkul de grup cu aprobarea administratorului pentru alăturări dezactivată." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--group-link-add--disabled--unknown" : {
"messageformat" : "Linkul de grup a fost activat cu aprobarea administratorului pentru alăturări dezactivată." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--group-link-add--enabled--you" : {
"messageformat" : "Ai activat linkul de grup cu aprobarea administratorului pentru alăturări activată." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--group-link-add--enabled--other" : {
"messageformat" : "{adminName} a activat linkul de grup cu aprobarea administratorului activată." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--group-link-add--enabled--unknown" : {
"messageformat" : "Linkul grupului și aprobarea administratorului pentru solicitările de alăturare au fost activate." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--group-link-remove--you" : {
"messageformat" : "Ai dezactivat linkul de grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--group-link-remove--other" : {
"messageformat" : "{adminName} a dezactivat linkul grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--group-link-remove--unknown" : {
"messageformat" : "Linkul grupului a fost dezactivat." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--group-link-reset--you" : {
"messageformat" : "Ai resetat linkul grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--group-link-reset--other" : {
"messageformat" : "{adminName} a resetat linkul de grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--group-link-reset--unknown" : {
"messageformat" : "Linkul grupului a fost resetat." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--description--remove--you" : {
"messageformat" : "Ai eliminat descrierea grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--description--remove--other" : {
"messageformat" : "{memberName} a șters descrierea grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--description--remove--unknown" : {
"messageformat" : "Descrierea grupului a fost eliminată." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--description--change--you" : {
"messageformat" : "Ai schimbat descrierea grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--description--change--other" : {
"messageformat" : "{memberName} a schimbat descrierea grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--description--change--unknown" : {
"messageformat" : "Descrierea grupului a fost schimbată." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--announcements--admin--you" : {
"messageformat" : "Ai modificat setările grupului pentru a permite doar administratorilor să trimită mesaje." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--announcements--admin--other" : {
"messageformat" : "{memberName} a modificat setările grupului pentru a permite doar administratorilor să trimită mesaje." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--announcements--admin--unknown" : {
"messageformat" : "Setările grupului au fost modificate pentru a permite doar administratorilor să trimită mesaje." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--announcements--member--you" : {
"messageformat" : "Ai modificat setările grupului pentru a permite tuturor membrilor să trimită mesaje." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--announcements--member--other" : {
"messageformat" : "{memberName} a modificat setările grupului pentru a permite tuturor membrilor să trimită mesaje." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV2--announcements--member--unknown" : {
"messageformat" : "Setările grupului au fost modificate pentru a permite tuturor membrilor să trimită mesaje." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline or conversation preview when v2 group changes"
} ,
2023-01-12 20:31:38 +00:00
"icu:GroupV2--summary" : {
2023-01-26 00:30:23 +00:00
"messageformat" : "Membrii sau setările acestui grup s-au schimbat." ,
2023-01-12 20:31:38 +00:00
"description" : "When rejoining a group, any detected changes are collapsed down into this summary"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--disabled--link" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Actualizează acest grup pentru a activa noi funcționalități cum ar fi @mențiuni și abilitatea de a administra grupul. Membrii care nu și-au partajat numele și poza de profil cu acest grup vor fi invitați să se alăture. <learnMoreLink>Află mai multe.</learnMoreLink>" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown instead of composition area when user is forced to migrate a legacy group (GV1)."
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--was-upgraded" : {
"messageformat" : "Acest grup a fost actualizat la Noul Grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline when a legacy group (GV1) is upgraded to a new group (GV2)"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--learn-more" : {
"messageformat" : "Află mai multe" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on a bubble below a 'group was migrated' timeline notification, or as button on Migrate dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--migrate" : {
"messageformat" : "Actualizează" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on Migrate dialog to kick off the process"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--info--title" : {
"messageformat" : "Ce sunt Noile Grupuri?" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on Learn More popup after GV1 migration"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--migrate--title" : {
"messageformat" : "Actualizează la noul grup" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on Migration popup after choosing to migrate group"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--info--summary" : {
"messageformat" : "Noile grupuri au funcții precum @mențiuni și administratori de grup și vor sprijini mai multe funcții în viitor." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on Learn More popup after or Migration popup before GV1 migration"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--info--keep-history" : {
"messageformat" : "Tot istoricul mesajelor și conținutul media a fost păstrat înainte de actualizare." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on Learn More popup after GV1 migration"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--migrate--keep-history" : {
"messageformat" : "Tot istoricul mesajelor și conținutul media o să fie păstrate înainte de actualizare." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on Migration popup before GV1 migration"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--info--invited--you" : {
"messageformat" : "Va trebui să accepți o invitație pentru a te alătura din nou acestui grup și nu vei primi mesaje de grup până când nu accepți." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on Learn More popup after GV1 migration"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--info--invited--many" : {
"messageformat" : "Acești membri vor trebui să accepte din nou invitația de a se alătura acestui grup, și nu vor primi mesaje din grup până când nu vor accepta:" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on Learn More popup after or Migration popup before GV1 migration"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--info--invited--one" : {
"messageformat" : "Acest membru va trebui să accepte invitația de a se alătura acestui grup din nou, și nu va primi mesaje din grup până când nu va accepta:" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on Learn More popup after or Migration popup before GV1 migration"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--info--removed--before--many" : {
"messageformat" : "Acest membru nu se poate alătura grupurilor noi și va fi eliminat din grup:" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on Learn More popup after or Migration popup before GV1 migration"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--info--removed--before--one" : {
"messageformat" : "Acest membru nu se poate alătura Noilor Grupuri și va fi șters din grup:" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on Learn More popup after or Migration popup before GV1 migration"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--info--removed--after--many" : {
"messageformat" : "Acești membri nu s-au putut alătura Noilor Grupuri și au fost eliminați din grup:" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on Learn More popup after or Migration popup before GV1 migration"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--info--removed--after--one" : {
"messageformat" : "Acest membru nu s-a putut alătura Noilor Grupuri și a fost eliminat din grup:" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on Learn More popup after or Migration popup before GV1 migration"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--invited--you" : {
"messageformat" : "Nu ai putut fi adăugat la noul grup și ai fost invitat să te înscrii." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline when a group is upgraded and you were invited instead of added"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--invited--one" : {
"messageformat" : "{contact} nu a putut fi adăugat noului grup și a fost invitat să se alăture." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline when a group is upgraded and one person was invited, instead of added"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--invited--many" : {
"messageformat" : "{count,number} membri nu au putut fi adăugați noului grup și au fost invitați să se alăture." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline when a group is upgraded and some people were invited, instead of added"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--removed--one" : {
"messageformat" : "{contact} a fost eliminat din grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline when a group is upgraded and one person was removed entirely during the upgrade"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupV1--Migration--removed--many" : {
"messageformat" : "{count,number} membri au fost eliminați din grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline when a group is upgraded and some people were removed entirely during the upgrade"
} ,
2023-04-06 00:52:33 +00:00
"icu:close" : {
"messageformat" : "Închide" ,
2022-09-01 03:42:18 +00:00
"description" : "Generic close label"
} ,
2023-04-06 00:52:33 +00:00
"icu:previous" : {
"messageformat" : "anterior" ,
2022-09-01 03:42:18 +00:00
"description" : "Generic previous label"
} ,
2023-04-06 00:52:33 +00:00
"icu:next" : {
"messageformat" : "următorul" ,
2022-09-01 03:42:18 +00:00
"description" : "Generic next label"
} ,
2023-04-06 00:52:33 +00:00
"icu:BadgeDialog__become-a-sustainer-button" : {
"messageformat" : "Donează pentru Signal" ,
2022-09-01 03:42:18 +00:00
"description" : "In the badge dialog. This button is shown under sustainer badges, taking users to some instructions"
} ,
2023-04-06 00:52:33 +00:00
"icu:BadgeSustainerInstructions__header" : {
"messageformat" : "Donează pentru Signal" ,
2022-09-01 03:42:18 +00:00
"description" : "In the instructions for becoming a sustainer. The heading."
} ,
2023-04-06 00:52:33 +00:00
"icu:BadgeSustainerInstructions__subheader" : {
"messageformat" : "Signal este susținut de oameni ca tine. Contribuie și primești o insignă." ,
2022-09-01 03:42:18 +00:00
"description" : "In the instructions for becoming a sustainer. The subheading."
} ,
2023-04-06 00:52:33 +00:00
"icu:BadgeSustainerInstructions__instructions__1" : {
"messageformat" : "Deschide Signal pe telefonul tău" ,
2022-09-01 03:42:18 +00:00
"description" : "In the instructions for becoming a sustainer. First instruction."
} ,
2023-04-06 00:52:33 +00:00
"icu:BadgeSustainerInstructions__instructions__2" : {
"messageformat" : "Atinge poza ta de profil din stânga sus pentru a deschide Setările" ,
2022-09-01 03:42:18 +00:00
"description" : "In the instructions for becoming a sustainer. Second instruction."
} ,
2023-04-06 00:52:33 +00:00
"icu:BadgeSustainerInstructions__instructions__3" : {
"messageformat" : "Atinge „Donează pentru Signal” și abonează-te" ,
2022-09-01 03:42:18 +00:00
"description" : "In the instructions for becoming a sustainer. Third instruction."
} ,
2023-04-06 00:52:33 +00:00
"icu:CompositionArea--expand" : {
"messageformat" : "Extinde" ,
2022-09-01 03:42:18 +00:00
"description" : "Aria label for expanding composition area"
} ,
2023-04-06 00:52:33 +00:00
"icu:CompositionArea--attach-file" : {
"messageformat" : "Atașare fișier" ,
2022-09-01 03:42:18 +00:00
"description" : "Aria label for file attachment button in composition area"
} ,
2023-04-06 00:52:33 +00:00
"icu:CompositionArea--sms-only__title" : {
"messageformat" : "Această persoană nu folosește Signal" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the composition area for the SMS-only contact"
} ,
2023-04-06 00:52:33 +00:00
"icu:CompositionArea--sms-only__body" : {
"messageformat" : "Signal Desktop nu poate trimite mesaje persoanelor de contact ce nu folosesc Signal. Roagă această persoană să instaleze Signal pentru a avea o conversație mai sigură." ,
2022-09-01 03:42:18 +00:00
"description" : "Body for the composition area for the SMS-only contact"
} ,
2023-04-06 00:52:33 +00:00
"icu:CompositionArea--sms-only__spinner-label" : {
"messageformat" : "Se verifică starea înregistrări persoanei de contact" ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed while checking if the contact is SMS-only"
} ,
2023-05-10 19:44:26 +00:00
"icu:CompositionArea__edit-action--discard" : {
"messageformat" : "Renunță la mesaj" ,
"description" : "aria-label for discard edit button"
} ,
"icu:CompositionArea__edit-action--send" : {
"messageformat" : "Trimite mesajul modificat" ,
"description" : "aria-label for send edit button"
} ,
"icu:CompositionInput__editing-message" : {
"messageformat" : "Editează mesajul" ,
"description" : "Status text displayed above composition input when editing a message"
} ,
2023-04-06 00:52:33 +00:00
"icu:countMutedConversationsDescription" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Include conversații fără sunet în numărătoarea pentru insignă" ,
2022-09-01 03:42:18 +00:00
"description" : "Description for counting muted conversations in badge setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:ContactModal--message" : {
"messageformat" : "Mesaj" ,
2022-09-01 03:42:18 +00:00
"description" : "Button text for send message button in Group Contact Details modal"
} ,
2023-04-06 00:52:33 +00:00
"icu:ContactModal--rm-admin" : {
"messageformat" : "Elimină ca administrator" ,
2022-09-01 03:42:18 +00:00
"description" : "Button text for removing as admin button in Group Contact Details modal"
} ,
2023-04-06 00:52:33 +00:00
"icu:ContactModal--make-admin" : {
"messageformat" : "Fă administrator" ,
2022-09-01 03:42:18 +00:00
"description" : "Button text for make admin button in Group Contact Details modal"
} ,
2023-04-06 00:52:33 +00:00
"icu:ContactModal--make-admin-info" : {
"messageformat" : "{contact} va putea edita acest grup și membri acestuia." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in a confirmation dialog when you are about to grant admin privileges to someone"
} ,
2023-04-06 00:52:33 +00:00
"icu:ContactModal--rm-admin-info" : {
"messageformat" : "Elimini pe {contact} ca administrator de grup?" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in a confirmation dialog when you are about to remove admin privileges from someone"
} ,
2023-07-20 00:33:17 +00:00
"icu:ContactModal--add-to-group" : {
2023-07-31 19:47:44 +00:00
"messageformat" : "Adaugă la alt grup" ,
2023-07-20 00:33:17 +00:00
"description" : "Button text for adding contact to another group in Group Contact Details modal"
} ,
2023-04-06 00:52:33 +00:00
"icu:ContactModal--remove-from-group" : {
"messageformat" : "Elimină din grup" ,
2022-09-01 03:42:18 +00:00
"description" : "Button text for remove from group button in Group Contact Details modal"
} ,
2023-04-06 00:52:33 +00:00
"icu:showChatColorEditor" : {
"messageformat" : "Culoare conversație" ,
2022-09-01 03:42:18 +00:00
"description" : "This is a button in the conversation context menu to show the chat color editor"
} ,
2023-04-06 00:52:33 +00:00
"icu:showConversationDetails" : {
"messageformat" : "Setări grup" ,
2022-09-01 03:42:18 +00:00
"description" : "This is a button in the conversation context menu to show group settings"
} ,
2023-04-06 00:52:33 +00:00
"icu:showConversationDetails--direct" : {
"messageformat" : "Setări conversaţie" ,
2022-09-01 03:42:18 +00:00
"description" : "This is a button in the conversation context menu to show chat settings"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetails__unmute--title" : {
"messageformat" : "Activezi notificările conversației?" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the modal to unmute a chat"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetails--group-link" : {
"messageformat" : "Link grup" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the label for the group link management panel"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetails--disappearing-messages-label" : {
"messageformat" : "Dispariție mesaje" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the label for the disappearing messages setting panel"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetails--disappearing-messages-info--group" : {
"messageformat" : "Cu opțiunea activă, mesajele trimise și primite în acest grup vor dispărea după ce au fost văzute." ,
2022-09-01 03:42:18 +00:00
"description" : "This is the info about the disappearing messages setting, in groups"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetails--disappearing-messages-info--direct" : {
"messageformat" : "Cu opțiunea activă, mesajele trimise și primite în această conversație 1:1 vor dispărea după ce sunt văzute." ,
2022-09-01 03:42:18 +00:00
"description" : "This is the info about the disappearing messages setting, for direct conversations"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetails--notifications" : {
"messageformat" : "Notificări" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the label for notifications in the conversation details screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetails--group-info-label" : {
"messageformat" : "Cine poate edita informațiile grupului" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the label for the 'who can edit the group' panel"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetails--group-info-info" : {
"messageformat" : "Alege cine poate edita numele grupului, poza, descrierea și perioada pentru dispariția mesajelor." ,
2022-09-01 03:42:18 +00:00
"description" : "This is the additional info for the 'who can edit the group' panel"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetails--add-members-label" : {
"messageformat" : "Cine poate adăuga membri" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the label for the 'who can add members' panel"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetails--add-members-info" : {
"messageformat" : "Alege cine poate adăuga membri la grup." ,
2022-09-01 03:42:18 +00:00
"description" : "This is the additional info for the 'who can add members' panel"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetails--announcement-label" : {
"messageformat" : "Cine poate să trimită mesaje" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the additional info for the 'who can send messages' panel"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetails--announcement-info" : {
"messageformat" : "Alege cine poate trimite mesaje în acest grup." ,
2022-09-01 03:42:18 +00:00
"description" : "This is the additional info for the 'who can send messages' panel"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetails--requests-and-invites" : {
"messageformat" : "Solicitări și invitații" ,
2022-09-01 03:42:18 +00:00
"description" : "This is a button to display which members have been invited but have not joined yet"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsActions--leave-group" : {
"messageformat" : "Părăsește grupul" ,
2022-09-01 03:42:18 +00:00
"description" : "This is a button to leave a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsActions--block-group" : {
"messageformat" : "Blochează grupul" ,
2022-09-01 03:42:18 +00:00
"description" : "This is a button to block a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsActions--unblock-group" : {
"messageformat" : "Deblochează grup" ,
2022-09-01 03:42:18 +00:00
"description" : "This is a button to unblock a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsActions--leave-group-must-choose-new-admin" : {
"messageformat" : "Înainte de a pleca, trebuie să alegi cel puțin un nou administrator pentru acest grup." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if, before leaving a group, you need to choose an admin"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsActions--leave-group-modal-title" : {
"messageformat" : "Ești sigur că vrei să părăsești grupul?" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the modal title for confirming leaving a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsActions--leave-group-modal-content" : {
"messageformat" : "Nu vei mai putea trimite sau primi mesaje în acest grup." ,
2022-09-01 03:42:18 +00:00
"description" : "This is the modal content for confirming leaving a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsActions--leave-group-modal-confirm" : {
"messageformat" : "Părăsește" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the modal button to confirm leaving a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsActions--unblock-group-modal-title" : {
"messageformat" : "Deblochezi grupul „{groupName}”?" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the modal title for confirming unblock of a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsActions--block-group-modal-title" : {
"messageformat" : "Blochează și părăsește grupul \"{groupName}\" ?" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the modal title for confirming blocking a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsActions--block-group-modal-content" : {
"messageformat" : "Nu vei mai putea primi mesaje sau actualizări de la acest grup." ,
2022-09-01 03:42:18 +00:00
"description" : "This is the modal content for confirming blocking a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsActions--block-group-modal-confirm" : {
"messageformat" : "Blochează" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the modal button to confirm blocking a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsActions--unblock-group-modal-content" : {
"messageformat" : "Persoanele tale de contact vor putea să te adauge în acest grup." ,
2022-09-01 03:42:18 +00:00
"description" : "This is the modal content for confirming unblock of a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsActions--unblock-group-modal-confirm" : {
"messageformat" : "Deblochează" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the modal button to confirm unblock of a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsHeader--members" : {
"messageformat" : "{number, plural, one {{number,number} membru} few {{number,number} membri} other {{number,number} de membri}}" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the number of members in a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsMediaList--shared-media" : {
"messageformat" : "Fișiere media distribuite" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the media thumbnails in the conversation details screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsMediaList--show-all" : {
"messageformat" : "Vezi tot" ,
2022-09-01 03:42:18 +00:00
"description" : "This is a button on the conversation details to show all media"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsMembershipList--title" : {
"messageformat" : "{number, plural, one {{number,number} membru} few {{number,number} membri} other {{number,number} de membri}}" ,
2022-09-01 03:42:18 +00:00
"description" : "The title of the membership list panel"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsMembershipList--add-members" : {
"messageformat" : "Adăugare membri" ,
2022-09-01 03:42:18 +00:00
"description" : "The button that you can click to add new members"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsMembershipList--show-all" : {
"messageformat" : "Vezi tot" ,
2022-09-01 03:42:18 +00:00
"description" : "This is a button on the conversation details to show all members"
} ,
2023-01-12 20:31:38 +00:00
"icu:ConversationDetailsGroups--title" : {
2023-01-26 00:30:23 +00:00
"messageformat" : "{count, plural, one {{count,number} grup în comun} few {{count,number} grupuri în comun} other {{count,number} de grupuri în comun}}" ,
2022-10-06 00:47:28 +00:00
"description" : "Title of the groups-in-common panel, in the contact details"
} ,
2023-01-12 20:31:38 +00:00
"icu:ConversationDetailsGroups--title--with-zero-groups-in-common" : {
2023-01-26 00:30:23 +00:00
"messageformat" : "Nu aveți grupuri în comun" ,
2023-01-12 20:31:38 +00:00
"description" : "Title of the groups-in-common panel, in the contact details, with zero groups in common"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsGroups--add-to-group" : {
"messageformat" : "Adaugă la un grup" ,
2022-10-06 00:47:28 +00:00
"description" : "The button shown on a conversation details (for a direct contact) that you can click to add that contact to groups"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsGroups--show-all" : {
"messageformat" : "Vezi tot" ,
2022-10-06 00:47:28 +00:00
"description" : "This is a button on the conversation details (for a direct contact) to show all groups-in-common"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationNotificationsSettings__mentions__label" : {
"messageformat" : "Mențiuni" ,
2022-09-01 03:42:18 +00:00
"description" : "In the conversation notifications settings, this is the label for the mentions option"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationNotificationsSettings__mentions__info" : {
"messageformat" : "Primiți notificări atunci când sunteți menționați în conversații pe mod silențios" ,
2022-09-01 03:42:18 +00:00
"description" : "In the conversation notifications settings, this is the sub-label for the mentions option"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationNotificationsSettings__mentions__select__always-notify" : {
"messageformat" : "Notifică întotdeauna" ,
2022-09-01 03:42:18 +00:00
"description" : "In the conversation notifications settings, this is the option that always notifies you for @mentions"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationNotificationsSettings__mentions__select__dont-notify-for-mentions-if-muted" : {
"messageformat" : "Nu notifica pe silențios" ,
2022-09-01 03:42:18 +00:00
"description" : "In the conversation notifications settings, this is the option that doesn't notify you for @mentions if the conversation is muted"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupLinkManagement--clipboard" : {
"messageformat" : "Linkul grupului a fost copiat." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in a toast when a user selects to copy group link"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupLinkManagement--share" : {
"messageformat" : "Copiază linkul" ,
2022-09-01 03:42:18 +00:00
"description" : "This lets users share their group link"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupLinkManagement--confirm-reset" : {
"messageformat" : "Sigur vrei să resetezi linkul de grup? Oamenii nu vor mai putea să se alăture grupului folosind linkul curent." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the confirmation dialog when an admin is about to reset the group link"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupLinkManagement--reset" : {
"messageformat" : "Resetare link" ,
2022-09-01 03:42:18 +00:00
"description" : "This lets users generate a new group link"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupLinkManagement--approve-label" : {
"messageformat" : "Aprobare membrii noi" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the approve new members select area"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupLinkManagement--approve-info" : {
"messageformat" : "Solicită unui administrator să aprobe membrii noi care se alătură prin linkul grupului" ,
2022-09-01 03:42:18 +00:00
"description" : "Description for the approve new members select area"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingInvites--tab-requests" : {
"messageformat" : "Solicitări ({count,number})" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the tab to view pending requests"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingInvites--tab-invites" : {
"messageformat" : "Invitații ({count,number})" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the tab to view pending invites"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingRequests--approve-for" : {
"messageformat" : "Aprobi solicitarea de la \"{name}\"?" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the modal content when confirming approving a group request to join"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingRequests--deny-for" : {
"messageformat" : "Respingi solicitarea de la \"{name}\"?" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the modal content when confirming denying a group request to join"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingRequests--deny-for--with-link" : {
"messageformat" : "Refuzi cererea de la ”{name}”? Nu vor mai putea cere din nou să se alăture, folosind linkul grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "This is the modal content when confirming denying a group request to join"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingInvites--invites" : {
"messageformat" : "Invitați de tine" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the title list of all invites"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingInvites--invited-by-you" : {
"messageformat" : "Invitați de tine" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the title for the list of members you have invited"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingInvites--invited-by-others" : {
"messageformat" : "Invitați de alții" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the title for the list of members who have invited other people"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingInvites--invited-count" : {
"messageformat" : "{number,number} invitați" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the label for the number of members someone has invited"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingInvites--revoke-for-label" : {
"messageformat" : "Revocă invitația de grup" ,
2022-09-01 03:42:18 +00:00
"description" : "This is aria label for revoking a group invite icon"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingInvites--revoke-for" : {
"messageformat" : "Revoci invitația de grup pentru “{name}“?" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the modal content when confirming revoking a single invite"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingInvites--revoke-from" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "{number, plural, one {Revoci {number,number} invitație trimise de către \"{name}\"?} few {Revoci {number,number} invitații trimise de către \"{name}\"?} other {Revoci {number,number} de invitații trimise de către \"{name}\"?}}" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the modal content when confirming revoking multiple invites"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingInvites--revoke" : {
"messageformat" : "Revocă" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the modal button to confirm revoking invites"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingRequests--approve" : {
"messageformat" : "Aprobare solicitare" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the modal button to approve group request to join"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingRequests--deny" : {
"messageformat" : "Respinge cererea" ,
2022-09-01 03:42:18 +00:00
"description" : "This is the modal button to deny group request to join"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingRequests--info" : {
"messageformat" : "Persoanele din această listă încearcă să se alăture la \"{name}\" folosind linkul grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Information shown below the pending admin approval list"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingInvites--info" : {
"messageformat" : "Detaliile despre persoanele invitate la acest grup nu sunt afișate până când nu se alătură. Invitații vor putea vedea mesajele numai după ce se alătură grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "Information shown below the invite list"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingRequests--block--button" : {
"messageformat" : "Blochează cererea" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in timeline if users cancel their request to join a group via a group link"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingRequests--block--title" : {
"messageformat" : "Blochez cererea?" ,
2022-09-01 03:42:18 +00:00
"description" : "Title of dialog to block a user from requesting to join via the link again"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingRequests--block--contents" : {
"messageformat" : "{name} nu se va mai putea alătura grupului folosind linkul acestuia. Dar vei putea în continuare să-i adaugi manual." ,
2022-09-01 03:42:18 +00:00
"description" : "Details of dialog to block a user from requesting to join via the link again"
} ,
2023-04-06 00:52:33 +00:00
"icu:PendingRequests--block--confirm" : {
"messageformat" : "Blochează cererea" ,
2022-09-01 03:42:18 +00:00
"description" : "Confirmation button of dialog to block a user from requesting to join via the link again"
} ,
2023-03-29 22:34:07 +00:00
"icu:SelectModeActions--exitSelectMode" : {
"messageformat" : "Ieși din modul de selectare" ,
"description" : "conversation > in select mode > composition area actions > exit select mode > accessibility label"
} ,
"icu:SelectModeActions--selectedMessages" : {
2023-04-06 00:52:33 +00:00
"messageformat" : "{count,number} selectate" ,
2023-03-29 22:34:07 +00:00
"description" : "conversation > in select mode > composition area actions > count of selected messsages"
} ,
"icu:SelectModeActions--deleteSelectedMessages" : {
"messageformat" : "Șterge mesajele selectate" ,
"description" : "conversation > in select mode > composition area actions > delete selected messsages action > accessibility label"
} ,
"icu:SelectModeActions--forwardSelectedMessages" : {
"messageformat" : "Redirecționează mesajele selectate" ,
"description" : "conversation > in select mode > composition area actions > forward selected messsages action > accessibility label"
} ,
2023-04-20 06:31:42 +00:00
"icu:DeleteMessagesModal--title" : {
2023-03-29 22:34:07 +00:00
"messageformat" : "{count, plural, one {Ștergi {count,number} mesaj?} few {Ștergi {count,number} mesaje?} other {Ștergi {count,number} de mesaje?}}" ,
"description" : "delete selected messages > confirmation modal > title"
} ,
2023-04-20 06:31:42 +00:00
"icu:DeleteMessagesModal--description" : {
"messageformat" : "{count, plural, one {Pentru cine vrei să ștergi acest mesaj?} few {Pentru cine vrei să ștergi aceste mesaje?} other {Pentru cine vrei să ștergi aceste mesaje?}}" ,
2023-03-29 22:34:07 +00:00
"description" : "delete selected messages > confirmation modal > description"
} ,
2023-04-20 06:31:42 +00:00
"icu:DeleteMessagesModal--description--noteToSelf" : {
"messageformat" : "{count, plural, one {De pe ce dispozitive ai dori să ștergi acest mesaj?} few {De pe ce dispozitive ai dori să ștergi acest mesaje?} other {De pe ce dispozitive ai dori să ștergi aceste mesaje?}}" ,
"description" : "within note to self conversation > delete selected messages > confirmation modal > description"
} ,
"icu:DeleteMessagesModal--deleteForMe" : {
"messageformat" : "Șterge doar pentru mine" ,
"description" : "delete selected messages > confirmation modal > delete for me"
} ,
"icu:DeleteMessagesModal--deleteFromThisDevice" : {
"messageformat" : "Șterge de pe acest dispozitiv" ,
"description" : "within note to self conversation > delete selected messages > confirmation modal > delete from this device (same as delete for me)"
} ,
"icu:DeleteMessagesModal--deleteForEveryone" : {
"messageformat" : "Șterge pentru toată lumea" ,
"description" : "delete selected messages > confirmation modal > delete for everyone"
} ,
"icu:DeleteMessagesModal--deleteFromAllDevices" : {
"messageformat" : "Șterge de pe toate dispozitivele" ,
"description" : "within note to self conversation > delete selected messages > confirmation modal > delete from all devices (same as delete for everyone)"
} ,
"icu:DeleteMessagesModal__toast--TooManyMessagesToDeleteForEveryone" : {
"messageformat" : "{count, plural, one {Poți selecta până la {count,number} mesaj de șters pentru toată lumea} few {Poți selecta până la {count,number} mesaje de șters pentru toată lumea} other {Poți selecta până la {count,number} de mesaje de șters pentru toată lumea}}" ,
"description" : "delete selected messages > confirmation modal > deleted for everyone (disabled) > toast > too many messages to 'delete for everyone'"
2023-03-29 22:34:07 +00:00
} ,
"icu:SelectModeActions__toast--TooManyMessagesToForward" : {
"messageformat" : "Poți să redirecționezi până la 30 de mesaje" ,
"description" : "conversation > in select mode > composition area actions > forward selected messages (disabled) > toast message when too many messages"
} ,
2023-04-06 00:52:33 +00:00
"icu:AvatarInput--no-photo-label--group" : {
"messageformat" : "Adaugă o poză de grup" ,
2022-09-01 03:42:18 +00:00
"description" : "The label for the avatar uploader when no group photo is selected"
} ,
2023-04-06 00:52:33 +00:00
"icu:AvatarInput--no-photo-label--profile" : {
"messageformat" : "Adăugare poză" ,
2022-09-01 03:42:18 +00:00
"description" : "The label for the avatar uploader when no profile photo is selected"
} ,
2023-04-06 00:52:33 +00:00
"icu:AvatarInput--change-photo-label" : {
"messageformat" : "Schimbare poză" ,
2022-09-01 03:42:18 +00:00
"description" : "The label for the avatar uploader when a photo is selected"
} ,
2023-04-06 00:52:33 +00:00
"icu:AvatarInput--upload-photo-choice" : {
"messageformat" : "Încarcă poză" ,
2022-09-01 03:42:18 +00:00
"description" : "The button text when you click on an uploaded avatar and want to upload a new one"
} ,
2023-04-06 00:52:33 +00:00
"icu:AvatarInput--remove-photo-choice" : {
"messageformat" : "Elimină poza" ,
2022-09-01 03:42:18 +00:00
"description" : "The button text when you click on an uploaded avatar and want to remove it"
} ,
2023-04-06 00:52:33 +00:00
"icu:ContactPill--remove" : {
"messageformat" : "Elimină contactul" ,
2022-09-01 03:42:18 +00:00
"description" : "The label for the 'remove' button on the contact pill"
} ,
2023-04-06 00:52:33 +00:00
"icu:ComposeErrorDialog--close" : {
"messageformat" : "Okay" ,
2022-09-01 03:42:18 +00:00
"description" : "The text on the button when there's an error in the composer"
} ,
2023-04-06 00:52:33 +00:00
"icu:NewlyCreatedGroupInvitedContactsDialog--title" : {
"messageformat" : "{count, plural, one {Invitație trimisă} few {{count,number} invitații trimise} other {{count,number} de invitații trimise}}" ,
2022-09-01 03:42:18 +00:00
"description" : "When creating a new group and inviting users, this is shown in the dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:NewlyCreatedGroupInvitedContactsDialog--body--user-paragraph--one" : {
"messageformat" : "{name} nu poate fi adăugat automat la acest grup de către tine." ,
2022-09-01 03:42:18 +00:00
"description" : "When creating a new group and inviting users, this is shown in the dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:NewlyCreatedGroupInvitedContactsDialog--body--user-paragraph--many" : {
"messageformat" : "Acești utilizatori nu pot fi adăugați automat la acest grup de către tine." ,
2022-09-01 03:42:18 +00:00
"description" : "When creating a new group and inviting users, this is shown in the dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:NewlyCreatedGroupInvitedContactsDialog--body--info-paragraph" : {
"messageformat" : "Au fost invitați să se alăture, și nu vor vedea niciun mesaj de grup până nu acceptă." ,
2022-09-01 03:42:18 +00:00
"description" : "When creating a new group and inviting users, this is shown in the dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:NewlyCreatedGroupInvitedContactsDialog--body--learn-more" : {
"messageformat" : "Află mai multe" ,
2022-09-01 03:42:18 +00:00
"description" : "When creating a new group and inviting users, this is shown in the dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:AddGroupMembersModal--title" : {
"messageformat" : "Adăugare membri" ,
2022-09-01 03:42:18 +00:00
"description" : "When adding new members to an existing group, this is shown in the dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:AddGroupMembersModal--continue-to-confirm" : {
"messageformat" : "Actualizează" ,
2022-09-01 03:42:18 +00:00
"description" : "When adding new members to an existing group, this is shown in the dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:AddGroupMembersModal--confirm-title--one" : {
"messageformat" : "Adaugi pe {person} la \"{group}\"?" ,
2022-09-01 03:42:18 +00:00
"description" : "When adding new members to an existing group, this is shown in the confirmation dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:AddGroupMembersModal--confirm-title--many" : {
"messageformat" : "Adaugi {count,number} membri la \"{group}\"?" ,
2022-09-01 03:42:18 +00:00
"description" : "When adding new members to an existing group, this is shown in the confirmation dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:AddGroupMembersModal--confirm-button--one" : {
"messageformat" : "Adaugă membru" ,
2022-09-01 03:42:18 +00:00
"description" : "When adding new members to an existing group, this is shown on the confirmation dialog button"
} ,
2023-04-06 00:52:33 +00:00
"icu:AddGroupMembersModal--confirm-button--many" : {
"messageformat" : "Adăugare membri" ,
2022-09-01 03:42:18 +00:00
"description" : "When adding new members to an existing group, this is shown on the confirmation dialog button"
} ,
2023-04-06 00:52:33 +00:00
"icu:createNewGroupButton" : {
"messageformat" : "Grup nou" ,
2022-09-01 03:42:18 +00:00
"description" : "The text of the button to create new groups"
} ,
2023-04-06 00:52:33 +00:00
"icu:selectContact" : {
"messageformat" : "Selectează contactul {name}" ,
2022-09-01 03:42:18 +00:00
"description" : "The label for contact checkboxes that are non-selected (clicking them should select the contact)"
} ,
2023-04-06 00:52:33 +00:00
"icu:deselectContact" : {
"messageformat" : "Deselectează contactul {name}" ,
2022-09-01 03:42:18 +00:00
"description" : "The label for contact checkboxes that are selected (clicking them should de-select the contact)"
} ,
2023-04-06 00:52:33 +00:00
"icu:cannotSelectContact" : {
"messageformat" : "Nu se poate selecta contactul {name}" ,
2022-09-01 03:42:18 +00:00
"description" : "The label for contact checkboxes that are disabled"
} ,
2023-04-06 00:52:33 +00:00
"icu:alreadyAMember" : {
"messageformat" : "Este deja membru" ,
2022-09-01 03:42:18 +00:00
"description" : "The label for contact checkboxes that are disabled because they're already a member"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageAudio--play" : {
"messageformat" : "Redă atașamentul audio" ,
2022-09-01 03:42:18 +00:00
"description" : "Aria label for audio attachment's Play button"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageAudio--pause" : {
"messageformat" : "Pune pauză atașamentului audio" ,
2022-09-01 03:42:18 +00:00
"description" : "Aria label for audio attachment's Pause button"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageAudio--download" : {
"messageformat" : "Descarcă atașamentul audio" ,
2022-09-01 03:42:18 +00:00
"description" : "Aria label for audio attachment's Download button"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageAudio--pending" : {
"messageformat" : "Se descarcă atașamentul audio..." ,
2022-09-01 03:42:18 +00:00
"description" : "Aria label for pending audio attachment spinner"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageAudio--slider" : {
"messageformat" : "Timp de redare al atașamentului audio" ,
2022-09-01 03:42:18 +00:00
"description" : "Aria label for audio attachment's playback time slider"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageAudio--playbackRate1" : {
"messageformat" : "1" ,
2022-09-28 17:55:55 +00:00
"description" : "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate. Don't include the 'x'."
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageAudio--playbackRate1p5" : {
"messageformat" : "1.5" ,
2022-09-28 17:55:55 +00:00
"description" : "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate. Don't include the 'x'."
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageAudio--playbackRate2" : {
"messageformat" : "2" ,
2022-09-28 17:55:55 +00:00
"description" : "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate. Don't include the 'x'."
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageAudio--playbackRatep5" : {
"messageformat" : ".5" ,
2022-09-28 17:55:55 +00:00
"description" : "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate. Don't include the 'x'."
2022-09-01 03:42:18 +00:00
} ,
2022-11-17 00:15:28 +00:00
"icu:emptyInboxMessage" : {
"messageformat" : "Apasă {composeIcon} de mai sus și caută contactele sau grupurile cu care vrei să comunici." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the left-pane when the inbox is empty"
} ,
2023-04-06 00:52:33 +00:00
"icu:composeIcon" : {
"messageformat" : "buton compunere" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the left-pane when the inbox is empty. Describes the button that composes a new message."
} ,
2023-03-29 22:34:07 +00:00
"icu:ForwardMessageModal__title" : {
"messageformat" : "Redirecționează către" ,
"description" : "Title for the forward a message modal dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:ForwardMessageModal--continue" : {
"messageformat" : "Continuă" ,
2022-09-01 03:42:18 +00:00
"description" : "aria-label for the 'next' button in the forward a message modal dialog"
} ,
2023-03-29 22:34:07 +00:00
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage" : {
"messageformat" : "Nu se pot redirecționa mesaje goale sau șterse" ,
"description" : "Toast message shown when trying to forward an empty or deleted message"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequestWarning__learn-more" : {
"messageformat" : "Află mai multe" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown on the message request warning. Clicking this button will open a dialog with more information"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequestWarning__dialog__details" : {
"messageformat" : "Nu ai grupuri în comun cu această persoană. Examinează cu atenție solicitările înainte de a accepta pentru a evita mesajele nedorite." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the message request warning dialog. Gives more information about message requests"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageRequestWarning__dialog__learn-even-more" : {
"messageformat" : "Despre solicitări mesaj" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
} ,
2023-04-06 00:52:33 +00:00
"icu:ContactSpoofing__same-name--link" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Examinează cu atenție solicitările. Signal a găsit un alt contact cu același nume. <reviewRequestLink>Revizuire solicitare</reviewRequestLink>" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
} ,
2023-04-06 00:52:33 +00:00
"icu:ContactSpoofing__same-name-in-group--link" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "{count, plural, one {{count,number} membru al grupului are același nume. <reviewRequestLink>Examinează membri</reviewRequestLink>} few {{count,number} membri ai grupului au același nume. <reviewRequestLink>Examinează membri</reviewRequestLink>} other {{count,number} de membri ai grupului au același nume. <reviewRequestLink>Examinează membri</reviewRequestLink>}}" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the timeline warning when you multiple group members have the same name"
} ,
2023-05-10 19:44:26 +00:00
"icu:ContactSpoofing__same-names-in-group--link" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "{count, plural, one {{count,number} conflict de nume a fost găsit în acest grup. <reviewRequestLink>Examinează membri</reviewRequestLink>} few {{count,number} conflicte de nume au fost găsite în acest grup. <reviewRequestLink>Examinează membri</reviewRequestLink>} other {{count,number} de conflicte de nume au fost găsite în acest grup. <reviewRequestLink>Examinează membri</reviewRequestLink>}}" ,
2023-05-10 19:44:26 +00:00
"description" : "Shown in the timeline warning when multiple names are shared by members of a group."
} ,
2023-04-06 00:52:33 +00:00
"icu:ContactSpoofingReviewDialog__title" : {
"messageformat" : "Revizuire solicitare" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the contact name spoofing review dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:ContactSpoofingReviewDialog__description" : {
"messageformat" : "Dacă nu ești sigur de la cine provine solicitarea, consultă persoanele de contact de mai jos și ia măsuri." ,
2022-09-01 03:42:18 +00:00
"description" : "Description for the contact spoofing review dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:ContactSpoofingReviewDialog__possibly-unsafe-title" : {
"messageformat" : "Cerere" ,
2022-09-01 03:42:18 +00:00
"description" : "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
} ,
2023-04-06 00:52:33 +00:00
"icu:ContactSpoofingReviewDialog__safe-title" : {
"messageformat" : "Contactul tău" ,
2022-09-01 03:42:18 +00:00
"description" : "Header in the contact spoofing review dialog, shown above the \"safe\" user"
} ,
2023-04-06 00:52:33 +00:00
"icu:ContactSpoofingReviewDialog__group__title" : {
"messageformat" : "Revizuire membri" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the contact name spoofing review dialog in groups"
} ,
2023-04-06 00:52:33 +00:00
"icu:ContactSpoofingReviewDialog__group__description" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "{count, plural, one {{count,number} membru al grupului are nume similar, revizuiește membri de mai jos sau ia măsuri.} few {{count,number} membri ai grupului au nume similar, revizuiește membri de mai jos sau ia măsuri.} other {{count,number} de membri ai grupului au nume similar, revizuiește membri de mai jos sau ia măsuri.}}" ,
2022-09-01 03:42:18 +00:00
"description" : "Description for the group contact spoofing review dialog"
} ,
2023-05-10 19:44:26 +00:00
"icu:ContactSpoofingReviewDialog__group__multiple-conflicts__description" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "{count, plural, one {{count,number} conflict de nume a fost găsit în acest grup. Examinează membrii de mai jos sau alege să acționezi.} few {{count,number} conflicte de nume au fost găsite în acest grup. Examinează membrii de mai jos sau alege să acționezi.} other {{count,number} de conflicte de nume au fost găsite în acest grup. Examinează membrii de mai jos sau alege să acționezi.}}" ,
2023-05-10 19:44:26 +00:00
"description" : "Description for the group contact spoofing review dialog when there are multiple shared names"
} ,
2023-04-06 00:52:33 +00:00
"icu:ContactSpoofingReviewDialog__group__members-header" : {
"messageformat" : "Membri" ,
2022-09-01 03:42:18 +00:00
"description" : "Header in the group contact spoofing review dialog. After this header, there will be a list of members"
} ,
2023-04-06 00:52:33 +00:00
"icu:ContactSpoofingReviewDialog__group__name-change-info" : {
"messageformat" : "Recent și-a schimbat numele profilului din {oldName} în {newName}." ,
2022-09-01 03:42:18 +00:00
"description" : "In the group contact spoofing review dialog, this text is shown when someone has changed their name recently"
} ,
2023-04-06 00:52:33 +00:00
"icu:RemoveGroupMemberConfirmation__remove-button" : {
"messageformat" : "Elimină din grup" ,
2022-09-01 03:42:18 +00:00
"description" : "When confirming the removal of a group member, show this text in the button"
} ,
2023-04-06 00:52:33 +00:00
"icu:RemoveGroupMemberConfirmation__description" : {
"messageformat" : "Elimini pe \"{name}\" din grup?" ,
2022-09-01 03:42:18 +00:00
"description" : "When confirming the removal of a group member, show this text in the dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:RemoveGroupMemberConfirmation__description__with-link" : {
"messageformat" : "Elimini pe \"{name}\" din grup? Nu se vor mai putea alătura din nou folosind linkul grupului." ,
2022-09-01 03:42:18 +00:00
"description" : "When confirming the removal of a group member, show this text in the dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:CaptchaDialog__title" : {
"messageformat" : "Verifică pentru a continua conversația" ,
2022-09-01 03:42:18 +00:00
"description" : "Header in the captcha dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:CaptchaDialog__first-paragraph" : {
"messageformat" : "Pentru a ajuta la prevenirea spam-ului pe Signal, te rugăm să completezi verificarea." ,
2022-09-01 03:42:18 +00:00
"description" : "First paragraph in the captcha dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:CaptchaDialog__second-paragraph" : {
"messageformat" : "După verificare, poți continua să trimiți mesaje. Toate mesajele aflate în pauză vor fi trimise automat." ,
2022-09-01 03:42:18 +00:00
"description" : "First paragraph in the captcha dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:CaptchaDialog--can-close__title" : {
"messageformat" : "Continui fără verificare?" ,
2022-09-01 03:42:18 +00:00
"description" : "Header in the captcha dialog that can be closed"
} ,
2023-04-06 00:52:33 +00:00
"icu:CaptchaDialog--can-close__body" : {
"messageformat" : "Dacă alegi să omiți verificarea, este posibil să pierzi mesaje de la alte persoane și este posibil ca mesajele tale să nu poată fi trimise." ,
2022-09-01 03:42:18 +00:00
"description" : "Body of the captcha dialog that can be closed"
} ,
2023-04-06 00:52:33 +00:00
"icu:CaptchaDialog--can_close__skip-verification" : {
"messageformat" : "Omite verificarea" ,
2022-09-01 03:42:18 +00:00
"description" : "Skip button of the captcha dialog that can be closed"
} ,
2023-04-06 00:52:33 +00:00
"icu:verificationComplete" : {
"messageformat" : "Verificare finalizată." ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed after successful captcha"
} ,
2023-04-06 00:52:33 +00:00
"icu:verificationFailed" : {
"messageformat" : "Verificarea a eșuat. Te rugăm să încerci mai târziu." ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed after unsuccessful captcha"
} ,
2023-04-06 00:52:33 +00:00
"icu:deleteForEveryoneFailed" : {
"messageformat" : "Nu s-a putut șterge mesajul pentru toată lumea. Te rugăm să reîncerci mai târziu." ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed when delete-for-everyone has failed to send to all recipients"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatColorPicker__delete--title" : {
"messageformat" : "Șterge culoarea" ,
2022-09-01 03:42:18 +00:00
"description" : "Confirm title for deleting custom color"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatColorPicker__delete--message" : {
"messageformat" : "{num, plural, one {Această culoare personalizată este utilizată pentru {num,number} conversație. Dorești să o ștergi pentru toate conversațiile?} few {Această culoare personalizată este folosită pentru {num,number} conversații. Vrei să o ștergi pentru toate conversațiile?} other {Această culoare personalizată este folosită pentru {num,number} de conversații. Vrei să o ștergi pentru toate conversațiile?}}" ,
2022-09-01 03:42:18 +00:00
"description" : "Confirm message for deleting custom color"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatColorPicker__global-chat-color" : {
"messageformat" : "Culoare generală conversație" ,
2022-09-01 03:42:18 +00:00
"description" : "Modal title for the chat color picker and editor for all conversations"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatColorPicker__menu-title" : {
"messageformat" : "Culoare conversație" ,
2022-09-01 03:42:18 +00:00
"description" : "View title for the chat color picker and editor"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatColorPicker__reset" : {
"messageformat" : "Resetare culoare conversație" ,
2022-09-01 03:42:18 +00:00
"description" : "Button label for resetting chat colors"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatColorPicker__resetDefault" : {
"messageformat" : "Resetare culori conversație" ,
2022-09-01 03:42:18 +00:00
"description" : "Confirmation dialog title for resetting all chat colors or only the global default one"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatColorPicker__resetAll" : {
"messageformat" : "Resetare culori pentru toate conversațiile" ,
2022-09-01 03:42:18 +00:00
"description" : "Button label for resetting all chat colors"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatColorPicker__confirm-reset-default" : {
"messageformat" : "Resetare implicită" ,
2022-09-01 03:42:18 +00:00
"description" : "Button label for resetting only global chat color"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatColorPicker__confirm-reset" : {
"messageformat" : "Resetare" ,
2022-09-01 03:42:18 +00:00
"description" : "Confirm button label for resetting chat colors"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatColorPicker__confirm-reset-message" : {
"messageformat" : "Vrei să suprascrii culorile pentru toate conversațiile?" ,
2022-09-01 03:42:18 +00:00
"description" : "Modal message text for confirming resetting of chat colors"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatColorPicker__custom-color--label" : {
"messageformat" : "Arată editorul de culori personalizate" ,
2022-09-01 03:42:18 +00:00
"description" : "aria-label for custom color editor button"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatColorPicker__sampleBubble1" : {
"messageformat" : "Iată o previzualizare a culorii conversației." ,
2022-09-01 03:42:18 +00:00
"description" : "An example message bubble for selecting the chat color"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatColorPicker__sampleBubble2" : {
"messageformat" : "Iată o altă bulă." ,
2022-09-01 03:42:18 +00:00
"description" : "An example message bubble for selecting the chat color"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatColorPicker__sampleBubble3" : {
"messageformat" : "Culoarea este vizibilă doar pentru tine." ,
2022-09-01 03:42:18 +00:00
"description" : "An example message bubble for selecting the chat color"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatColorPicker__context--edit" : {
"messageformat" : "Editare culoare" ,
2022-09-01 03:42:18 +00:00
"description" : "Option in the custom color bubble context menu"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatColorPicker__context--duplicate" : {
"messageformat" : "Duplicare" ,
2022-09-01 03:42:18 +00:00
"description" : "Option in the custom color bubble context menu"
} ,
2023-04-06 00:52:33 +00:00
"icu:ChatColorPicker__context--delete" : {
"messageformat" : "Șterge" ,
2022-09-01 03:42:18 +00:00
"description" : "Option in the custom color bubble context menu"
} ,
2023-04-06 00:52:33 +00:00
"icu:CustomColorEditor__solid" : {
"messageformat" : "Solid" ,
2022-09-01 03:42:18 +00:00
"description" : "Tab label for selecting solid colors"
} ,
2023-04-06 00:52:33 +00:00
"icu:CustomColorEditor__gradient" : {
"messageformat" : "Gradient" ,
2022-09-01 03:42:18 +00:00
"description" : "Tab label for selecting a gradient"
} ,
2023-04-06 00:52:33 +00:00
"icu:CustomColorEditor__hue" : {
"messageformat" : "Culoare" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the hue slider"
} ,
2023-04-06 00:52:33 +00:00
"icu:CustomColorEditor__saturation" : {
"messageformat" : "Saturație" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the saturation slider"
} ,
2023-04-06 00:52:33 +00:00
"icu:CustomColorEditor__title" : {
"messageformat" : "Culoare personalizată" ,
2022-09-01 03:42:18 +00:00
"description" : "Modal title for the custom color editor"
} ,
2023-05-10 19:44:26 +00:00
"icu:GradientDial__knob-start" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "Început gradient" ,
2023-05-10 19:44:26 +00:00
"description" : "aria-label for the custom color gradient creator knob"
} ,
"icu:GradientDial__knob-end" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "Sfârșit gradient" ,
2023-05-10 19:44:26 +00:00
"description" : "aria-label for the custom color gradient creator knob"
} ,
2023-04-06 00:52:33 +00:00
"icu:customDisappearingTimeOption" : {
"messageformat" : "Timp personalizat..." ,
2022-09-01 03:42:18 +00:00
"description" : "Text for an option in Disappearing Messages menu and Conversation Details Disappearing Messages setting when no user value is available"
} ,
2023-04-06 00:52:33 +00:00
"icu:selectedCustomDisappearingTimeOption" : {
"messageformat" : "Timp personalizat" ,
2022-09-01 03:42:18 +00:00
"description" : "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
} ,
2023-04-06 00:52:33 +00:00
"icu:DisappearingTimeDialog__label--value" : {
"messageformat" : "Număr" ,
2022-09-01 03:42:18 +00:00
"description" : "aria-label for the number select box"
} ,
2023-04-06 00:52:33 +00:00
"icu:DisappearingTimeDialog__label--units" : {
"messageformat" : "Unitate de timp" ,
2022-09-01 03:42:18 +00:00
"description" : "aria-label for the units of time select box"
} ,
2023-04-06 00:52:33 +00:00
"icu:DisappearingTimeDialog__title" : {
"messageformat" : "Timp personalizat" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the custom disappearing message timeout dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:DisappearingTimeDialog__body" : {
"messageformat" : "Alege un timp personalizat pentru dispariția mesajelor." ,
2022-09-01 03:42:18 +00:00
"description" : "Body for the custom disappearing message timeout dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:DisappearingTimeDialog__set" : {
"messageformat" : "Aplicare" ,
2022-09-01 03:42:18 +00:00
"description" : "Text for the dialog button confirming the custom disappearing message timeout"
} ,
2023-04-06 00:52:33 +00:00
"icu:DisappearingTimeDialog__seconds" : {
"messageformat" : "Secunde" ,
2022-09-01 03:42:18 +00:00
"description" : "Name of the 'seconds' unit select for the custom disappearing message timeout dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:DisappearingTimeDialog__minutes" : {
"messageformat" : "Minute" ,
2022-09-01 03:42:18 +00:00
"description" : "Name of the 'minutes' unit select for the custom disappearing message timeout dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:DisappearingTimeDialog__hours" : {
"messageformat" : "Ore" ,
2022-09-01 03:42:18 +00:00
"description" : "Name of the 'hours' unit select for the custom disappearing message timeout dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:DisappearingTimeDialog__days" : {
"messageformat" : "Zile" ,
2022-09-01 03:42:18 +00:00
"description" : "Name of the 'days' unit select for the custom disappearing message timeout dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:DisappearingTimeDialog__weeks" : {
"messageformat" : "Săptămâni" ,
2022-09-01 03:42:18 +00:00
"description" : "Name of the 'weeks' unit select for the custom disappearing message timeout dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:settings__DisappearingMessages__footer" : {
"messageformat" : "Setează un temporizator implicit de dispariție a mesajelor pentru toate conversațiile noi inițiate de tine." ,
2022-09-01 03:42:18 +00:00
"description" : "Footer for the Disappearing Messages settings section"
} ,
2023-04-06 00:52:33 +00:00
"icu:settings__DisappearingMessages__timer__label" : {
"messageformat" : "Temporizator implicit pentru conversații noi" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the Disappearing Messages default timer setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:UniversalTimerNotification__text" : {
"messageformat" : "Timpul de dispariție a mesajului va fi setat la {timeValue} în momentul în care le trimiteți un mesaj." ,
2022-09-01 03:42:18 +00:00
"description" : "A message displayed when default disappearing message timeout is about to be applied"
} ,
2023-04-06 00:52:33 +00:00
"icu:ContactRemovedNotification__text" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Ai eliminat această persoană, să îi dai mesaj din nou va reveni din nou în lista ta." ,
2023-04-06 00:52:33 +00:00
"description" : "A message displayed when contact was removed and will be added back on an outgoing message"
} ,
"icu:ErrorBoundaryNotification__text" : {
"messageformat" : "Acest mesaj nu s-a putut afișa. Apasă pentru a trimite un jurnal de depanare." ,
2022-09-01 03:42:18 +00:00
"description" : "An error notification displayed when message fails to render due to an internal error"
} ,
2023-04-06 00:52:33 +00:00
"icu:GroupDescription__read-more" : {
"messageformat" : "Citește mai mult" ,
2022-09-01 03:42:18 +00:00
"description" : "Button text when the group description is too long"
} ,
2023-04-06 00:52:33 +00:00
"icu:EditConversationAttributesModal__description-warning" : {
"messageformat" : "Descrierile grupului vor fi vizibile pentru membrii acestui grup și pentru persoanele care au fost invitate." ,
2022-09-01 03:42:18 +00:00
"description" : "Label text shown when editing group description"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConversationDetailsHeader--add-group-description" : {
"messageformat" : "Adaugă descrierea grupului..." ,
2022-09-01 03:42:18 +00:00
"description" : "Placeholder text in the details header for those that can edit the group description"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaQualitySelector--button" : {
"messageformat" : "Selectează calitatea fișierelor media" ,
2022-09-01 03:42:18 +00:00
"description" : "aria-label for the media quality selector button"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaQualitySelector--title" : {
"messageformat" : "Calitate Media" ,
2022-09-01 03:42:18 +00:00
"description" : "Popup selector title"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaQualitySelector--standard-quality-title" : {
"messageformat" : "Standard" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for option for standard quality"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaQualitySelector--standard-quality-description" : {
"messageformat" : "Mai rapid, mai puține date" ,
2022-09-01 03:42:18 +00:00
"description" : "Description of standard quality selector"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaQualitySelector--high-quality-title" : {
"messageformat" : "Mare" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for option for high quality"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaQualitySelector--high-quality-description" : {
"messageformat" : "Mai lent, mai multe date" ,
2022-09-01 03:42:18 +00:00
"description" : "Description of high quality selector"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageDetailsHeader--Failed" : {
"messageformat" : "Nu a fost trimis" ,
2022-09-01 03:42:18 +00:00
"description" : "In the message details screen, shown above contacts where the message failed to deliver"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageDetailsHeader--Pending" : {
"messageformat" : "În curs" ,
2022-09-01 03:42:18 +00:00
"description" : "In the message details screen, shown above contacts where the message is still sending"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageDetailsHeader--Sent" : {
"messageformat" : "Trimis la" ,
2022-09-01 03:42:18 +00:00
"description" : "In the message details screen, shown above contacts where the message has been sent (but not delivered, read, or viewed)"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageDetailsHeader--Delivered" : {
"messageformat" : "Livrat la" ,
2022-09-01 03:42:18 +00:00
"description" : "In the message details screen, shown above contacts who have received your message"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageDetailsHeader--Read" : {
"messageformat" : "Citit de" ,
2022-09-01 03:42:18 +00:00
"description" : "In the message details screen, shown above contacts who have read this message"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageDetailsHeader--Viewed" : {
"messageformat" : "Vizualizat de" ,
2022-09-01 03:42:18 +00:00
"description" : "In the message details screen, shown above contacts who have viewed this message"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageDetail--disappears-in" : {
"messageformat" : "Dispare în" ,
2022-09-21 17:06:24 +00:00
"description" : "In the message details screen, shown as a label of how long it will be before the message disappears"
} ,
2023-06-28 20:05:45 +00:00
"icu:MessageDetail__view-edits" : {
"messageformat" : "Vezi istoricul editărilor" ,
"description" : "Link to view a message's edit history"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--about" : {
"messageformat" : "Despre" ,
2022-09-01 03:42:18 +00:00
"description" : "Default text for about field"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--username" : {
"messageformat" : "Nume de utilizator" ,
2022-09-01 03:42:18 +00:00
"description" : "Default text for username field"
} ,
2023-08-08 23:32:11 +00:00
"icu:ProfileEditor__username-link" : {
"messageformat" : "Cod QR sau link" ,
"description" : "Label of a profile editor row that navigates to username link and qr code modal"
} ,
"icu:ProfileEditor__username-link__tooltip__title" : {
"messageformat" : "Împărtășește-ți numele de utilizator" ,
"description" : "Title of tooltip displayed under 'QR code or link' button for getting username link"
} ,
"icu:ProfileEditor__username-link__tooltip__body" : {
"messageformat" : "Permite altora să înceapă o conversație cu tine partajând codul sau linkul tău QR unic." ,
"description" : "Body of tooltip displayed under 'QR code or link' button for getting username link"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--username--title" : {
"messageformat" : "Alege-ți numele de utilizator" ,
2022-11-17 00:15:28 +00:00
"description" : "Title text for username modal"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--username--check-characters" : {
"messageformat" : "Numele de utilizatori pot conține doar a-z, 0-9 și _" ,
2022-11-17 00:15:28 +00:00
"description" : "Shown if user has attempted to use forbidden characters in username"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--username--check-starting-character" : {
"messageformat" : "Numele de utilizator nu pot începe cu un număr." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if user has attempted to begin their username with a number"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--username--check-character-min" : {
"messageformat" : "Numele de utilizatori trebuie sa aibă cel puțin {min,number} caractere." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if user has attempted to enter a username with too few characters - currently min is 3"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--username--check-character-max" : {
"messageformat" : "Numele de utilizatori trebuie sa aibă cel mult {max,number} de caractere." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if user has attempted to enter a username with too many characters - currently min is 25"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--username--unavailable" : {
"messageformat" : "Numele de utilizator nu e disponibil" ,
2022-11-17 00:15:28 +00:00
"description" : "Shown if the username is not available for registration"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--username--check-username-taken" : {
"messageformat" : "Acest nume de utilizator este luat." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if user has attempted to save a username which is not available"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--username--general-error" : {
"messageformat" : "Numele de utilizator nu a putut fi salvat. Verifică conexiunea și încearcă din nou." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if something unknown has gone wrong with username save."
} ,
2023-02-15 22:24:29 +00:00
"icu:ProfileEditor--username--reservation-gone" : {
2023-02-23 20:07:58 +00:00
"messageformat" : "{username} nu mai este disponibil. Un nou set de cifre va fi asociat cu numele tău de utilizator, încearcă să îl salvezi din nou." ,
2023-02-15 22:24:29 +00:00
"description" : "Shown if username reservation has expired and new one needs to be generated."
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--username--delete-general-error" : {
"messageformat" : "Numele de utilizator nu a putut fi eliminat. Verifică conexiunea și încearcă din nou." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if something unknown has gone wrong with username delete."
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--username--copied-username" : {
"messageformat" : "Nume de utilizator copiat" ,
2022-11-17 00:15:28 +00:00
"description" : "Shown when username is copied to clipboard."
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--username--copied-username-link" : {
"messageformat" : "Link copiat" ,
2022-11-17 00:15:28 +00:00
"description" : "Shown when username link is copied to clipboard."
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--username--deleting-username" : {
"messageformat" : "Se șterge numele de utilizator" ,
2022-11-17 00:15:28 +00:00
"description" : "Shown as aria label for spinner icon next to username"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--username--delete-username" : {
"messageformat" : "Șterge numele de utilizator" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown as aria label for trash icon next to username"
} ,
2023-08-08 23:32:11 +00:00
"icu:ProfileEditor--username--confirm-delete-body-2" : {
"messageformat" : "Aceasta îți va elimina numele de utilizator și va dezactiva codul QR și linkul. „ {username}” va fi disponibil pentru a fi revendicat de alții. Ești sigur?" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in dialog body if user has saved an empty string to delete their username"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--username--confirm-delete-button" : {
"messageformat" : "Șterge" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in dialog button if user has saved an empty string to delete their username"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--username--context-menu" : {
"messageformat" : "Copiază sau șterge numele de utilizator" ,
2022-11-17 00:15:28 +00:00
"description" : "Shown as aria label for context menu next to username"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--username--copy" : {
"messageformat" : "Copiază numele de utilizator" ,
2022-11-17 00:15:28 +00:00
"description" : "Shown as a button in context menu next to username. The action of the button is to put username into the clipboard."
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--username--copy-link" : {
"messageformat" : "Copiază linkul" ,
2022-11-17 00:15:28 +00:00
"description" : "Shown as a button in context menu next to username. The action of the button is to put a username link into the clipboard."
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--username--delete" : {
"messageformat" : "Șterge" ,
2022-11-17 00:15:28 +00:00
"description" : "Shown as a button in context menu next to username. The action of the button is to open a confirmation dialog for deleting username."
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--about-placeholder" : {
"messageformat" : "Scrie câte ceva despre tine..." ,
2022-09-01 03:42:18 +00:00
"description" : "Placeholder text for about input field"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--first-name" : {
"messageformat" : "Prenume (obligatoriu)" ,
2022-09-01 03:42:18 +00:00
"description" : "Placeholder text for first name field"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--last-name" : {
"messageformat" : "Nume (opțional)" ,
2022-09-01 03:42:18 +00:00
"description" : "Placeholder text for last name field"
} ,
2023-04-06 00:52:33 +00:00
"icu:ConfirmDiscardDialog--discard" : {
"messageformat" : "Vrei să renunți la aceste schimbări?" ,
2022-09-01 03:42:18 +00:00
"description" : "ConfirmationDialog text for discarding changes"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditor--info--link" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Profilul tău este criptat. Profilul tău și schimbările făcute lui vor fi vizibile contactelor și când începi sau accepți conversații noi. <learnMoreLink>Află mai multe</learnMoreLink>" ,
2022-09-01 03:42:18 +00:00
"description" : "Information shown at the bottom of the profile editor section"
} ,
2023-04-06 00:52:33 +00:00
"icu:Bio--speak-freely" : {
"messageformat" : "Vorbește liber" ,
2022-09-01 03:42:18 +00:00
"description" : "A default bio option"
} ,
2023-04-06 00:52:33 +00:00
"icu:Bio--encrypted" : {
"messageformat" : "Criptat" ,
2022-09-01 03:42:18 +00:00
"description" : "A default bio option"
} ,
2023-04-06 00:52:33 +00:00
"icu:Bio--free-to-chat" : {
"messageformat" : "Disponibil/ă pentru conversații" ,
2022-09-01 03:42:18 +00:00
"description" : "A default bio option"
} ,
2023-04-06 00:52:33 +00:00
"icu:Bio--coffee-lover" : {
"messageformat" : "Pasionat/ă de cafea" ,
2022-09-01 03:42:18 +00:00
"description" : "A default bio option"
} ,
2023-04-06 00:52:33 +00:00
"icu:Bio--taking-break" : {
"messageformat" : "Într-o pauză" ,
2022-09-01 03:42:18 +00:00
"description" : "A default bio option"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditorModal--profile" : {
"messageformat" : "Profil" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for profile editing"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditorModal--name" : {
"messageformat" : "Numele tău" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for editing your name"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditorModal--about" : {
"messageformat" : "Despre" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for about editing"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditorModal--avatar" : {
"messageformat" : "Avatarul tău" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for profile avatar editing"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditorModal--username" : {
"messageformat" : "Nume de utilizator" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for username editing"
} ,
2023-04-06 00:52:33 +00:00
"icu:ProfileEditorModal--error" : {
"messageformat" : "Profilul tău nu a putut fi actualizat. Te rugăm să încerci din nou." ,
2022-09-01 03:42:18 +00:00
"description" : "Error message when something goes wrong updating your profile."
} ,
2023-04-06 00:52:33 +00:00
"icu:AnnouncementsOnlyGroupBanner--modal" : {
"messageformat" : "Trimite un mesaj unui administrator" ,
2022-09-01 03:42:18 +00:00
"description" : "Modal title for the list of admins in a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:AnnouncementsOnlyGroupBanner--announcements-only" : {
"messageformat" : "Numai {admins} pot trimite mesaje" ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed if sending of messages is disabled to non-admins"
} ,
2023-04-06 00:52:33 +00:00
"icu:AnnouncementsOnlyGroupBanner--admins" : {
"messageformat" : "administratori" ,
2022-09-01 03:42:18 +00:00
"description" : "Clickable text describing administrators of a group, used in the message an admin label"
} ,
2023-04-06 00:52:33 +00:00
"icu:AvatarEditor--choose" : {
"messageformat" : "Selectează un avatar" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the avatar selector"
} ,
2023-04-06 00:52:33 +00:00
"icu:AvatarColorPicker--choose" : {
"messageformat" : "Alege o culoare" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for when you need to choose your fighter, err color"
} ,
2023-04-06 00:52:33 +00:00
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title" : {
"messageformat" : "Avatar de grup" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the avatar picker in the group creation flow"
} ,
2023-05-10 19:44:26 +00:00
"icu:Preferences__message-audio-title" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "Sunet de mesaj în conversații" ,
2023-05-10 19:44:26 +00:00
"description" : "Title for message audio setting"
} ,
"icu:Preferences__message-audio-description" : {
2023-05-18 00:54:30 +00:00
"messageformat" : "Auzi un sunet de notificare pentru mesajele trimise și primite în timp ce ești în chat." ,
2023-05-10 19:44:26 +00:00
"description" : "Description for message audio setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences__button--general" : {
"messageformat" : "General" ,
2022-09-01 03:42:18 +00:00
"description" : "Button to switch the settings view"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences__button--appearance" : {
"messageformat" : "Aspect" ,
2022-09-01 03:42:18 +00:00
"description" : "Button to switch the settings view"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences__button--chats" : {
"messageformat" : "Conversații" ,
2022-09-01 03:42:18 +00:00
"description" : "Button to switch the settings view (and a title of pane)"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences__button--calls" : {
"messageformat" : "Apeluri" ,
2022-09-01 03:42:18 +00:00
"description" : "Button to switch the settings view"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences__button--notifications" : {
"messageformat" : "Notificări" ,
2022-09-01 03:42:18 +00:00
"description" : "Button to switch the settings view"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences__button--privacy" : {
"messageformat" : "Confidențialitate" ,
2022-09-01 03:42:18 +00:00
"description" : "Button to switch the settings view"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences--lastSynced" : {
"messageformat" : "Ultimul import: {date} la {time}" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for date and time of last sync operation"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences--system" : {
"messageformat" : "Sistem" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for system type settings"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences--zoom" : {
"messageformat" : "Nivel zoom" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for changing the zoom level"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences__link-previews--title" : {
"messageformat" : "Generează previzualizări ale linkurilor" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the generate link previews setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences__link-previews--description" : {
"messageformat" : "Pentru a modifica această setare, deschide aplicația Signal pe dispozitivul tău mobil și mergi la Setări > Conversații" ,
2022-09-01 03:42:18 +00:00
"description" : "Description for the generate link previews setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences--advanced" : {
"messageformat" : "Avansat" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for advanced settings"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences--notification-content" : {
"messageformat" : "Conținut notificare" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the notification content setting select box"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences--blocked" : {
"messageformat" : "Blocat" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for blocked contacts setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences--blocked-count" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "{num, plural, one {{num,number} contact} few {{num,number} contacte} other {{num,number} de contacte}}" ,
2022-09-01 03:42:18 +00:00
"description" : "Number of contacts blocked plural"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences__privacy--description" : {
"messageformat" : "Pentru a modifica aceste setări, deschide aplicația Signal pe dispozitivul tău mobil și mergi la Setări > Confidențialitate" ,
2023-03-29 22:34:07 +00:00
"description" : "Description for the 'who can do X' setting"
2023-03-09 19:51:00 +00:00
} ,
"icu:Preferences__pnp__row--title" : {
"messageformat" : "Număr de telefon" ,
"description" : "Title of Phone Number row in Privacy section of Preferences window"
} ,
"icu:Preferences__pnp__row--body" : {
"messageformat" : "Alege cine îți poate vedea numărul de telefon și cine te poate contacta pe Signal cu el." ,
"description" : "Body of Phone Number row in Privacy section of Preferences window"
} ,
"icu:Preferences__pnp__sharing--title" : {
"messageformat" : "Cine îmi poate vedea numărul" ,
"description" : "Title for the phone number sharing setting row"
} ,
"icu:Preferences__pnp__sharing--description--everyone" : {
"messageformat" : "Numărul tău de telefon va fi vizibil pentru persoanele și grupurile către care trimiți mesaje. Persoanele care au numărul tău de telefon în lista lor de contacte îl vor vedea și pe Signal." ,
"description" : "Description for the phone number sharing setting row when the value is Everyone"
} ,
"icu:Preferences__pnp__sharing--description--nobody" : {
"messageformat" : "Nimeni nu va vedea numărul tău de telefon pe Signal." ,
"description" : "Description for the phone number sharing setting row when the value is Nobody"
} ,
"icu:Preferences__pnp--page-title" : {
"messageformat" : "Număr de telefon" ,
"description" : "Title of the page in Phone Number Privacy settings"
} ,
"icu:Preferences__pnp__sharing__everyone" : {
"messageformat" : "Toată lumea" ,
"description" : "Option for sharing phone number with everyone"
} ,
"icu:Preferences__pnp__sharing__nobody" : {
"messageformat" : "Nimeni" ,
"description" : "Option for sharing phone number with nobody"
} ,
"icu:Preferences__pnp__discoverability--title" : {
"messageformat" : "Cine mă poate găsi după număr" ,
"description" : "Title for the phone number discoverability setting row"
} ,
"icu:Preferences__pnp__discoverability--description--everyone" : {
"messageformat" : "Oricine are numărul tău de telefon în agenda lor te va vedea ca un contact pe Signal. Alte persoane vor putea să te apeleze pe numărul de telefon când încep o nouă conversație sau un nou grup." ,
"description" : "Description for the phone number discoverability setting row wth the value is everyone"
} ,
"icu:Preferences__pnp__discoverability--description--nobody" : {
"messageformat" : "Nimeni de pe Signal nu va putea să te găsească cu numărul de telefon." ,
"description" : "Description for the phone number discoverability setting row wth the value is nobody"
} ,
"icu:Preferences__pnp__discoverability__everyone" : {
"messageformat" : "Toată lumea" ,
"description" : "Option for letting everyone discover you by phone number"
} ,
"icu:Preferences__pnp__discoverability__nobody" : {
"messageformat" : "Nimeni" ,
"description" : "Option for letting nobody discover you by phone number"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences--messaging" : {
"messageformat" : "Mesagerie" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the messaging settings"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences--see-me" : {
"messageformat" : "Să-mi vadă numărul de telefon" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the see my phone number setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences--find-me" : {
"messageformat" : "Să mă găsească după numărul de telefon" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the find me by my phone number setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences--read-receipts" : {
"messageformat" : "Confirmări de citire" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the read receipts setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences--typing-indicators" : {
"messageformat" : "Indicatori tastare" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the typing indicators setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences--updates" : {
"messageformat" : "Actualizări" ,
2022-09-01 03:42:18 +00:00
"description" : "Header for settings having to do with updates"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences__download-update" : {
"messageformat" : "Descarcă automat actualizări" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for checkbox for the auto download updates setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences__enable-notifications" : {
"messageformat" : "Activare notificări" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for checkbox for the notifications setting"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences__devices" : {
"messageformat" : "Dispozitive" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for Device list in call settings pane"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences__turn-stories-on" : {
"messageformat" : "Activează povești" ,
2022-11-17 00:15:28 +00:00
"description" : "Label to enable stories"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences__turn-stories-off" : {
"messageformat" : "Dezactivează poveștile" ,
2022-11-17 00:15:28 +00:00
"description" : "Label to disable stories"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences__turn-stories-off--action" : {
"messageformat" : "Dezactivare" ,
2022-11-17 00:15:28 +00:00
"description" : "Label in confirmation modal to disable stories"
} ,
2023-04-06 00:52:33 +00:00
"icu:Preferences__turn-stories-off--body" : {
"messageformat" : "Nu vei mai putea să distribui sau să vezi povești. Actualizările poveștilor pe care le-ai distribuit recent vor fi și ele șterse." ,
2022-11-17 00:15:28 +00:00
"description" : "Confirmation modal body for disabling stories"
} ,
2023-04-06 00:52:33 +00:00
"icu:DialogUpdate--version-available" : {
"messageformat" : "Este disponibilă actualizarea la versiunea {version}" ,
2022-09-01 03:42:18 +00:00
"description" : "Tooltip for new update available"
} ,
2023-03-15 19:30:37 +00:00
"icu:DialogUpdate__downloading" : {
2023-03-22 22:50:41 +00:00
"messageformat" : "Se descarcă Actualizarea…" ,
2023-03-15 19:30:37 +00:00
"description" : "The title of update dialog when update download is in progress."
} ,
"icu:DialogUpdate__downloaded" : {
2023-03-22 22:50:41 +00:00
"messageformat" : "Actualizare Descărcată" ,
2023-03-15 19:30:37 +00:00
"description" : "The title of update dialog when update download is completed."
} ,
2023-03-29 22:34:07 +00:00
"icu:InstallScreenUpdateDialog--unsupported-os__title" : {
"messageformat" : "Actualizare necesară" ,
"description" : "The title of update dialog on install screen when user OS is unsupported"
} ,
"icu:InstallScreenUpdateDialog--auto-update__body" : {
"messageformat" : "Ca să continui să folosești Signal, trebuie să actualizezi la cea mai recentă versiune." ,
"description" : "The body of update dialog on install screen when auto update is downloaded and available."
} ,
"icu:InstallScreenUpdateDialog--manual-update__action" : {
"messageformat" : "Descarcă {downloadSize}" ,
"description" : "The text of a confirmation button in update dialog on install screen when manual update is ready to be downloaded."
} ,
"icu:InstallScreenUpdateDialog--downloaded__body" : {
"messageformat" : "Restartează Signal ca să instalezi actualizarea." ,
"description" : "The body of the update dialog on install screen when manual update was downloaded."
} ,
"icu:InstallScreenUpdateDialog--cannot-update__body" : {
"messageformat" : "Signal Desktop nu a reușit să se actualizeze, dar există o nouă versiune disponibilă. Mergi la {downloadUrl} și instalează noua versiune manual, apoi fie contactezi serviciul de asistență sau raportezi un bug despre această problemă." ,
"description" : "The body of the update dialog on install screen when update cannot be installed."
} ,
2023-04-06 00:52:33 +00:00
"icu:NSIS__retry-dialog--first-line" : {
"messageformat" : "Signal nu poate fi închis" ,
2022-09-01 03:42:18 +00:00
"description" : "First line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
} ,
2023-04-06 00:52:33 +00:00
"icu:NSIS__retry-dialog--second-line" : {
"messageformat" : "Te rugăm să-l închizi manual și apasă Reîncercare pentru a continua." ,
2022-09-01 03:42:18 +00:00
"description" : "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
} ,
2023-04-06 00:52:33 +00:00
"icu:NSIS__appRunning" : {
"messageformat" : "{appName} este pornit.\nApasă OK pentru a-l opri.\nDacă nu se oprește, încearcă să-l oprești manual." ,
2022-09-01 03:42:18 +00:00
"description" : "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines"
} ,
2023-04-06 00:52:33 +00:00
"icu:NSIS__decompressionFailed" : {
"messageformat" : "Fișierele nu au putut fi dezarhivate. Te rugăm să încerci din nou instalarea." ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed when Windows installer cannot decompress application files"
} ,
2023-04-06 00:52:33 +00:00
"icu:NSIS__uninstallFailed" : {
"messageformat" : "Nu s-a putut dezinstala vechea aplicație. Te rugăm să încerci din nou instalarea." ,
2022-09-01 03:42:18 +00:00
"description" : "Displayed when Windows installer cannot uninstall the old application"
} ,
2023-03-29 22:34:07 +00:00
"icu:NSIS__semver-downgrade" : {
"messageformat" : "O versiune mai nouă de Signal este deja instalată. Sigur vrei să continui?" ,
"description" : "A text of the dialog displayed when user tries to overwrite Signal installation with an older version."
} ,
2023-04-06 00:52:33 +00:00
"icu:CrashReportDialog__title" : {
"messageformat" : "Aplicația s-a oprit" ,
2022-09-01 03:42:18 +00:00
"description" : "A title of the dialog displayed when starting an application after a recent crash"
} ,
2023-04-06 00:52:33 +00:00
"icu:CrashReportDialog__body" : {
"messageformat" : "Signal a repornit după o oprire neașteptată. Poți trimite un jurnal de depanare pentru a ajuta Signal să găsească problema." ,
2022-09-01 03:42:18 +00:00
"description" : "The body of the dialog displayed when starting an application after a recent crash"
} ,
2023-04-06 00:52:33 +00:00
"icu:CrashReportDialog__submit" : {
"messageformat" : "Trimite" ,
2022-09-01 03:42:18 +00:00
"description" : "A button label for submission of the crash reporter data after a recent crash"
} ,
2023-04-06 00:52:33 +00:00
"icu:CrashReportDialog__erase" : {
"messageformat" : "Nu trimite" ,
2022-09-01 03:42:18 +00:00
"description" : "A button label for erasure of the crash reporter data after a recent crash and continuing to start the app"
} ,
2023-04-06 00:52:33 +00:00
"icu:CustomizingPreferredReactions__title" : {
"messageformat" : "Personalizare reacții" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown in the header of the modal for customizing the preferred reactions. Also shown in the tooltip for the button that opens this modal."
} ,
2023-04-06 00:52:33 +00:00
"icu:CustomizingPreferredReactions__subtitle" : {
"messageformat" : "Apasă pentru a înlocui un emoji" ,
2022-09-01 03:42:18 +00:00
"description" : "Instructions in the modal for customizing the preferred reactions."
} ,
2023-04-06 00:52:33 +00:00
"icu:CustomizingPreferredReactions__had-save-error" : {
"messageformat" : "S-a produs o eroare la salvarea setărilor tale. Te rugăm să încerci din nou." ,
2022-09-01 03:42:18 +00:00
"description" : "Shown if there is an error when saving your preferred reaction settings. Should be very rare to see this message."
} ,
2023-09-29 01:22:36 +00:00
"icu:MediaEditor__input-placeholder" : {
2023-10-05 16:36:07 +00:00
"messageformat" : "Mesaj" ,
2023-09-29 01:22:36 +00:00
"description" : "Placeholder for the input in the media editor"
} ,
2023-03-09 19:51:00 +00:00
"icu:MediaEditor__clock-more-styles" : {
"messageformat" : "Mai multe stiluri" ,
"description" : "Action button for switching up the clock styles"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__control--draw" : {
"messageformat" : "Desenează" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the draw button in the media editor"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__control--text" : {
"messageformat" : "Adăugare text" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the text button in the media editor"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__control--sticker" : {
"messageformat" : "Autocolante" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the sticker button in the media editor"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__control--crop" : {
"messageformat" : "Decupare și rotire" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the crop & rotate button in the media editor"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__control--undo" : {
"messageformat" : "Anulează" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the undo button in the media editor"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__control--redo" : {
"messageformat" : "Refă" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for the redo button in the media editor"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__text--regular" : {
"messageformat" : "Normal" ,
2022-09-01 03:42:18 +00:00
"description" : "Describes what attribute the color picker will change on the text"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__text--highlight" : {
"messageformat" : "Evidențiere" ,
2022-09-01 03:42:18 +00:00
"description" : "Describes what attribute the color picker will change on the text"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__text--outline" : {
"messageformat" : "Contur" ,
2022-09-01 03:42:18 +00:00
"description" : "Describes what attribute the color picker will change on the text"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__text--underline" : {
"messageformat" : "Subliniere" ,
2022-09-01 03:42:18 +00:00
"description" : "Describes what attribute the color picker will change on the text"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__draw--pen" : {
"messageformat" : "Pix" ,
2022-09-01 03:42:18 +00:00
"description" : "Type of brush to free draw"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__draw--highlighter" : {
"messageformat" : "Evidențiator" ,
2022-09-01 03:42:18 +00:00
"description" : "Type of brush to free draw"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__draw--thin" : {
"messageformat" : "Subțire" ,
2022-09-01 03:42:18 +00:00
"description" : "Tip width of the brush"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__draw--regular" : {
"messageformat" : "Normal" ,
2022-09-01 03:42:18 +00:00
"description" : "Tip width of the brush"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__draw--medium" : {
"messageformat" : "Mediu" ,
2022-09-01 03:42:18 +00:00
"description" : "Tip width of the brush"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__draw--heavy" : {
"messageformat" : "Gros" ,
2022-09-01 03:42:18 +00:00
"description" : "Tip width of the brush"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__crop--reset" : {
"messageformat" : "Resetare" ,
2022-09-01 03:42:18 +00:00
"description" : "Reset the crop state"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__crop--rotate" : {
"messageformat" : "Rotire" ,
2022-09-01 03:42:18 +00:00
"description" : "Rotate the canvas"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__crop--flip" : {
"messageformat" : "Comută" ,
2022-09-01 03:42:18 +00:00
"description" : "Flip/mirror the canvas"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__crop--lock" : {
"messageformat" : "Blochează" ,
2022-09-01 03:42:18 +00:00
"description" : "Lock the aspect ratio"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__crop--crop" : {
"messageformat" : "Decupare" ,
2022-09-01 03:42:18 +00:00
"description" : "Performs the crop"
} ,
2023-04-06 00:52:33 +00:00
"icu:MediaEditor__caption-button" : {
"messageformat" : "Adaugă un mesaj" ,
2022-11-17 00:15:28 +00:00
"description" : "Label of the button on the bottom of the media editor that trigger the add-caption dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:MyStories__title" : {
"messageformat" : "Poveștile Mele" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the my stories list"
} ,
2023-04-06 00:52:33 +00:00
"icu:MyStories__list_item" : {
"messageformat" : "Poveștile Mele" ,
2022-11-30 21:26:32 +00:00
"description" : "Label for the my stories in the list of all stories"
} ,
2023-04-06 00:52:33 +00:00
"icu:MyStories__story" : {
"messageformat" : "Povestea Ta" ,
2022-09-01 03:42:18 +00:00
"description" : "aria-label for each one of your stories"
} ,
2023-04-06 00:52:33 +00:00
"icu:MyStories__download" : {
"messageformat" : "Descarcă povestea" ,
2022-09-01 03:42:18 +00:00
"description" : "aria-label for the download button"
} ,
2023-04-06 00:52:33 +00:00
"icu:MyStories__more" : {
"messageformat" : "Mai multe opțiuni" ,
2022-09-01 03:42:18 +00:00
"description" : "aria-label for the more button"
} ,
2022-11-17 00:15:28 +00:00
"icu:MyStories__views" : {
"messageformat" : "{views, plural, one {{views,number} vizualizare} few {{views,number} vizualizări} other {{views,number} de vizualizări}}" ,
2022-09-01 03:42:18 +00:00
"description" : "Number of views your story has"
} ,
2023-04-06 00:52:33 +00:00
"icu:MyStories__views--strong" : {
"messageformat" : "{views, plural, one {<strong>{views,number}</strong> vizualizare} few {<strong>{views,number}</strong> vizualizări} other {<strong>{views,number}</strong> de vizualizări}}" ,
"description" : "Number of views your story has"
} ,
2022-11-17 00:15:28 +00:00
"icu:MyStories__views-off" : {
"messageformat" : "Fără vizualizări" ,
"description" : "Shown next to the user's story when the user has read receipts turned off"
} ,
2023-04-06 00:52:33 +00:00
"icu:MyStories__replies" : {
"messageformat" : "{replyCount, plural, one {<strong>{replyCount,number}</strong> răspuns} few {<strong>{replyCount,number}</strong> răspunsuri} other {<strong>{replyCount,number}</strong> de răspunsuri}}" ,
2022-09-01 03:42:18 +00:00
"description" : "Number of replies your story has"
} ,
2023-04-06 00:52:33 +00:00
"icu:MyStories__delete" : {
"messageformat" : "Ștergi această poveste? Povestea va fi ștearsă și pentru cei care au primit-o." ,
2022-09-01 03:42:18 +00:00
"description" : "Confirmation dialog description text for deleting a story"
} ,
2022-12-01 20:09:46 +00:00
"icu:payment-event-notification-message-you-label" : {
2022-12-15 20:56:03 +00:00
"messageformat" : "Ai început o plată către {receiver}" ,
2022-12-01 20:09:46 +00:00
"description" : "Payment event notification from you message bubble label"
} ,
"icu:payment-event-notification-message-you-label-without-receiver" : {
2022-12-15 20:56:03 +00:00
"messageformat" : "Ai început o plată" ,
2022-12-01 20:09:46 +00:00
"description" : "Payment event notification from you message bubble label"
} ,
"icu:payment-event-notification-message-label" : {
2022-12-15 20:56:03 +00:00
"messageformat" : "{sender} a început o plată către tine" ,
2022-12-01 20:09:46 +00:00
"description" : "Payment event notification from contact message bubble label"
} ,
"icu:payment-event-activation-request-label" : {
2022-12-15 20:56:03 +00:00
"messageformat" : "{sender} vrea să activezi Plăți. Trimite plăți doar persoanelor în care ai încredere. Plățile pot fi activate pe dispozitivul tău mobil mergând la Setări -> Plăți." ,
2022-12-01 20:09:46 +00:00
"description" : "Payment event activation request from contact label"
} ,
"icu:payment-event-activation-request-you-label" : {
2022-12-15 20:56:03 +00:00
"messageformat" : "I-ai trimis lui {receiver} o cerere de activare a Plăților." ,
2022-12-01 20:09:46 +00:00
"description" : "Payment event activation request from you label"
} ,
"icu:payment-event-activation-request-you-label-without-receiver" : {
2022-12-15 20:56:03 +00:00
"messageformat" : "Ai trimis o cerere să activezi Plăți." ,
2022-12-01 20:09:46 +00:00
"description" : "Payment event activation request from you label"
} ,
"icu:payment-event-activated-label" : {
2022-12-15 20:56:03 +00:00
"messageformat" : "{sender} poate să accepte acum Plăți." ,
2022-12-01 20:09:46 +00:00
"description" : "Payment event activation from contact label"
} ,
"icu:payment-event-activated-you-label" : {
2022-12-15 20:56:03 +00:00
"messageformat" : "Ai activat Plăți." ,
2022-12-01 20:09:46 +00:00
"description" : "Payment event activation from you label"
} ,
"icu:payment-event-notification-label" : {
2022-12-15 20:56:03 +00:00
"messageformat" : "Plată" ,
2022-12-01 20:09:46 +00:00
"description" : "Payment event notification label"
} ,
"icu:payment-event-notification-check-primary-device" : {
2022-12-15 20:56:03 +00:00
"messageformat" : "Verifică dispozitivul primar pentru statusul acestei plăți" ,
2022-12-01 20:09:46 +00:00
"description" : "Payment event notification check device label"
} ,
2023-04-06 00:52:33 +00:00
"icu:SignalConnectionsModal__title" : {
"messageformat" : "Conexiunile Signal" ,
2022-09-01 03:42:18 +00:00
"description" : "The phrase/term: 'Signal Connections'"
} ,
2023-04-06 00:52:33 +00:00
"icu:SignalConnectionsModal__header" : {
"messageformat" : "{connections}sunt persoane în care ai ales să ai încredere, fie prin:" ,
2022-09-01 03:42:18 +00:00
"description" : "The beginning sentence to list the different ways a signal connection is formed"
} ,
2023-04-06 00:52:33 +00:00
"icu:SignalConnectionsModal__bullet--1" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Începerea unei conversații" ,
2022-09-01 03:42:18 +00:00
"description" : "A way that signal connection is formed"
} ,
2023-04-06 00:52:33 +00:00
"icu:SignalConnectionsModal__bullet--2" : {
"messageformat" : "Acceptă o solicitare de mesaj" ,
2022-09-01 03:42:18 +00:00
"description" : "A way that signal connection is formed"
} ,
2023-04-06 00:52:33 +00:00
"icu:SignalConnectionsModal__bullet--3" : {
"messageformat" : "Să îi ai în contactele tale de sistem" ,
2022-09-01 03:42:18 +00:00
"description" : "A way that signal connection is formed"
} ,
2023-04-06 00:52:33 +00:00
"icu:SignalConnectionsModal__footer" : {
"messageformat" : "Conexiunile tale îți pot vedea numele și fotografia și pot vedea postările din „Povestea Mea” cu excepția cazului în care le ascunzi" ,
2022-09-01 03:42:18 +00:00
"description" : "Additional information about signal connections and the stories they can see"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__title" : {
"messageformat" : "Povești" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the stories list"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__mine" : {
"messageformat" : "Povestea Mea" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for your stories"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__add" : {
"messageformat" : "Adaugă o poveste" ,
2022-09-01 03:42:18 +00:00
"description" : "Description hint to add a story"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__add-story--text" : {
"messageformat" : "Textul poveștii" ,
2022-09-01 03:42:18 +00:00
"description" : "Label to create a new text story"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__add-story--media" : {
"messageformat" : "Foto sau video" ,
2022-09-01 03:42:18 +00:00
"description" : "Label to create a new multimedia story"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__hidden-stories" : {
"messageformat" : "Povești ascunse" ,
2022-09-01 03:42:18 +00:00
"description" : "Button label to go to hidden stories pane"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__list-empty" : {
"messageformat" : "Nu există povești recente" ,
2022-09-01 03:42:18 +00:00
"description" : "Description for when there are no stories to show"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__list--sending" : {
"messageformat" : "Se trimite..." ,
2022-11-17 00:15:28 +00:00
"description" : "Pending text for story being sent in list view"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__list--send_failed" : {
"messageformat" : "Trimitere eșuată" ,
2022-11-17 00:15:28 +00:00
"description" : "Error text for story failed to send in list view"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__list--partially-sent" : {
"messageformat" : "Trimisă parțial" ,
2022-11-30 21:26:32 +00:00
"description" : "Error text for story failed partially to send"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__list--retry-send" : {
"messageformat" : "Dă clic să reîncerci" ,
2022-11-30 21:26:32 +00:00
"description" : "Actionable link to retry a send"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__placeholder--text" : {
"messageformat" : "Fă click pentru a vedea o poveste" ,
2022-09-01 03:42:18 +00:00
"description" : "Placeholder label for the story view"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__from-to-group" : {
"messageformat" : "{name} către {group}" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for someone sending a story to a group"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__toast--sending-reply" : {
"messageformat" : "Se trimite răspunsul…" ,
2022-09-01 03:42:18 +00:00
"description" : "Toast message"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__toast--sending-reaction" : {
"messageformat" : "Se trimite reacția…" ,
2022-09-01 03:42:18 +00:00
"description" : "Toast message"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__toast--hasNoSound" : {
"messageformat" : "Povestea nu are sunet" ,
2022-09-01 03:42:18 +00:00
"description" : "Toast message"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__failed-send" : {
"messageformat" : "Povestea nu a putut fi trimisă către anumite persoane. Verifică-ți conexiunea și încearcă din nou." ,
2022-11-30 21:26:32 +00:00
"description" : "Alert error message when unable to send a story"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__title" : {
"messageformat" : "Confidențialitatea poveștilor" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the story settings modal"
} ,
2022-11-17 00:15:28 +00:00
"icu:StoriesSettings__description" : {
2022-11-30 21:26:32 +00:00
"messageformat" : "Poveștile dispar automat după 24 de ore. Alege cine poate să-ți vadă povestea sau creează noi povești cu anumiți spectatori sau grupuri." ,
2022-11-17 00:15:28 +00:00
"description" : "Description for story settings modal"
} ,
2022-11-30 21:26:32 +00:00
"icu:StoriesSettings__my_stories" : {
"messageformat" : "Poveștile Mele" ,
"description" : "Title of distribution lists section in stories settings modal"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__new-list" : {
"messageformat" : "Poveste Nouă" ,
2022-11-17 00:15:28 +00:00
"description" : "Label to create a new custom distribution list"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__new-list--visibility" : {
"messageformat" : "Doar tu poți vedea numele poveștii." ,
2022-11-17 00:15:28 +00:00
"description" : "Explanation about the visibility of custom distribution list names"
2022-09-01 03:42:18 +00:00
} ,
2022-11-30 21:26:32 +00:00
"icu:StoriesSettings__custom-story-subtitle" : {
"messageformat" : "Poveste personalizată" ,
"description" : "Story settings modal custom story distribution list selection subtitle"
} ,
"icu:StoriesSettings__group-story-subtitle" : {
"messageformat" : "Poveste de grup" ,
"description" : "Story settings modal group story selection subtitle"
} ,
2022-11-17 00:15:28 +00:00
"icu:StoriesSettings__viewers" : {
"messageformat" : "{count, plural, one {1 spectator} few {{count,number} spectatori} other {{count,number} de spectatori}}" ,
"description" : "The number of viewers for a story distribution list"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__who-can-see" : {
"messageformat" : "Cine poate vedea această poveste" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the who can see this story section"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__add-viewer" : {
"messageformat" : "Adaugă spectator" ,
2022-09-01 03:42:18 +00:00
"description" : "Button label to add a viewer to a story"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__remove--action" : {
"messageformat" : "Elimină" ,
2022-11-17 00:15:28 +00:00
"description" : "Button to remove a member from a custom list"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__remove--title" : {
"messageformat" : "Elimină {title}" ,
2022-09-01 03:42:18 +00:00
"description" : "Title of the confirmation dialog, has a person's name"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__remove--body" : {
"messageformat" : "Această persoană nu va mai vedea povestea ta." ,
2022-11-17 00:15:28 +00:00
"description" : "Body of the confirmation dialog to remove someone from a custom distribution list"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__replies-reactions--title" : {
"messageformat" : "Răspunsuri și reacții" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the replies & reactions section"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__replies-reactions--label" : {
"messageformat" : "Permite răspunsuri și reacții" ,
2022-09-01 03:42:18 +00:00
"description" : "Checkbox label to allow or disallow replies to your stories"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__replies-reactions--description" : {
"messageformat" : "Permite-le oamenilor care îți pot vedea povestea să reacționeze și să răspundă." ,
2022-09-01 03:42:18 +00:00
"description" : "Description of checkbox to allow or disallow replies to your stories"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__delete-list" : {
"messageformat" : "Șterge poveste personalizată" ,
2022-11-17 00:15:28 +00:00
"description" : "Button label to delete a custom distribution list"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__delete-list--confirm" : {
"messageformat" : "Sigur vrei să ștergi „{name}“? Actualizările trimise către această poveste vor fi și ele șterse." ,
2022-11-17 00:15:28 +00:00
"description" : "Confirmation text to delete a custom distribution list"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__choose-viewers" : {
"messageformat" : "Alege Vizualizatorii" ,
2022-11-17 00:15:28 +00:00
"description" : "Modal title when choosing to add a viewer to a custom distribution list"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__name-story" : {
"messageformat" : "Numește povestea" ,
2022-11-17 00:15:28 +00:00
"description" : "Modal title when naming a custom distribution list"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__name-placeholder" : {
"messageformat" : "Numele poveștii (obligatoriu)" ,
2022-09-01 03:42:18 +00:00
"description" : "Placeholder for input field"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__hide-story" : {
"messageformat" : "Ascunde povestea de" ,
2022-09-01 03:42:18 +00:00
"description" : "Modal title when hiding people from my stories"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__mine__all--label" : {
"messageformat" : "Toate conexiunile Signal" ,
2022-09-01 03:42:18 +00:00
"description" : "Input label to describe all signal connections"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__mine__all--description" : {
"messageformat" : "Distribuie către toate conexiunile" ,
2022-09-01 03:42:18 +00:00
"description" : "Description of button StoriesSettings__mine__all--label"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__mine__exclude--label" : {
"messageformat" : "Toate cu Excepția..." ,
2022-09-01 03:42:18 +00:00
"description" : "Input label to create a block list"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__mine__exclude--description" : {
"messageformat" : "{num,number}persoane excluse" ,
2022-09-01 03:42:18 +00:00
"description" : "Description of how many people are excluded in a list"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__mine__only--label" : {
"messageformat" : "Distribuie doar pentru…" ,
2022-11-17 00:15:28 +00:00
"description" : "Input label to create an exclude list"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__mine__only--description" : {
"messageformat" : "Distribuie doar către anumite persoane" ,
2022-09-01 03:42:18 +00:00
"description" : "Description of button StoriesSettings__mine__only--label"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__mine__only--description--people" : {
"messageformat" : "{num,number} persoane" ,
2022-09-01 03:42:18 +00:00
"description" : "Description of how many people are in the exclusive allow list"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__mine__disclaimer--link" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Alege cine poate să-ți vadă povestea. Schimbările nu vor afecta poveștile pe care le-ai trimis deja. <learnMoreLink>Află mai multe.</learnMoreLink>" ,
2022-09-01 03:42:18 +00:00
"description" : "Disclaimer on how changes to story settings work"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__context-menu" : {
"messageformat" : "Confidențialitatea poveștilor" ,
2022-09-01 03:42:18 +00:00
"description" : "Button label to get to story settings"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__view-receipts--label" : {
"messageformat" : "Confirmări de Citire" ,
2022-11-17 00:15:28 +00:00
"description" : "Label of view receipts checkbox in story settings"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoriesSettings__view-receipts--description" : {
"messageformat" : "Pentru a modifica această setare, deschide aplicația Signal pe dispozitivul tău mobil și mergi la Setări > Conversații" ,
2022-11-17 00:15:28 +00:00
"description" : "Description of how view receipts can be changed in story settings"
} ,
2022-11-30 21:26:32 +00:00
"icu:GroupStorySettingsModal__members_title" : {
"messageformat" : "Cine poate vedea această poveste" ,
"description" : "Stories settings > Group Story > members list title"
} ,
"icu:GroupStorySettingsModal__members_help" : {
"messageformat" : "Membrii conversației de grup „{groupTitle}” pot vedea și răspunde la această poveste. Poți actualiza calitatea de membru pentru acest chat în grup." ,
"description" : "Stories settings > Group Story > group story help text"
} ,
"icu:GroupStorySettingsModal__remove_group" : {
"messageformat" : "Elimină povestea de grup" ,
2023-04-06 00:52:33 +00:00
"description" : "Stories settings > Group Story > button to remove group story"
2022-11-30 21:26:32 +00:00
} ,
"icu:StoriesSettings__remove_group--confirm" : {
"messageformat" : "Sigur vrei să elimini „{groupTitle}“?" ,
2023-04-06 00:52:33 +00:00
"description" : "Stories settings > Group Story > confirm to remove group story"
2022-11-30 21:26:32 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:SendStoryModal__choose-who-can-view" : {
"messageformat" : "Alege cine poate să-ți vadă povestea" ,
2022-09-01 03:42:18 +00:00
"description" : "Shown during the first time posting a story"
} ,
2023-04-06 00:52:33 +00:00
"icu:SendStoryModal__title" : {
"messageformat" : "Trimite către" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the send story modal"
} ,
2023-04-06 00:52:33 +00:00
"icu:SendStoryModal__send" : {
"messageformat" : "Trimite povestea" ,
2022-09-01 03:42:18 +00:00
"description" : "aria-label for the send story button"
} ,
2023-04-06 00:52:33 +00:00
"icu:SendStoryModal__custom-story" : {
"messageformat" : "Poveste personalizată" ,
2022-11-17 00:15:28 +00:00
"description" : "Subtitle for custom stories in the 'send to' list - shown next to the viewer count"
} ,
2023-04-06 00:52:33 +00:00
"icu:SendStoryModal__group-story" : {
"messageformat" : "Poveste de grup" ,
2022-11-17 00:15:28 +00:00
"description" : "Subtitle for group stories in the 'send to' list - shown next to the member count"
} ,
2023-04-06 00:52:33 +00:00
"icu:SendStoryModal__only-share-with" : {
"messageformat" : "Distribuie doar cu" ,
2022-11-17 00:15:28 +00:00
"description" : "Subtitle for My Story when the user has chosen an exclude list"
} ,
"icu:SendStoryModal__excluded" : {
"messageformat" : "{count, plural, one {{count,number} exclus} few {{count,number} excluse} other {{count,number} excluse}}" ,
"description" : "Label for excluded count for My Story as an exclude list"
} ,
2023-04-06 00:52:33 +00:00
"icu:SendStoryModal__new" : {
"messageformat" : "Nou" ,
2022-09-01 03:42:18 +00:00
"description" : "button to create a new distribution list to send story to"
} ,
2023-04-06 00:52:33 +00:00
"icu:SendStoryModal__new-custom--title" : {
"messageformat" : "Poveste personalizată nouă" ,
2022-11-17 00:15:28 +00:00
"description" : "Create a new distribution list"
} ,
2023-04-06 00:52:33 +00:00
"icu:SendStoryModal__new-custom--name-visibility" : {
"messageformat" : "Doar tu poți vedea numele poveștii." ,
2022-11-17 00:15:28 +00:00
"description" : "Clarification below the text box to name your story distribution list"
} ,
2023-04-06 00:52:33 +00:00
"icu:SendStoryModal__new-custom--description" : {
"messageformat" : "Vizibil doar la persoane specifice" ,
2022-11-17 00:15:28 +00:00
"description" : "Description of what a distribution list would do"
} ,
2023-04-06 00:52:33 +00:00
"icu:SendStoryModal__new-group--title" : {
"messageformat" : "Poveste nouă de grup" ,
2022-09-01 03:42:18 +00:00
"description" : "Select a group to send a story to"
} ,
2023-04-06 00:52:33 +00:00
"icu:SendStoryModal__new-group--description" : {
"messageformat" : "Distribuie la un grup existent" ,
2022-09-01 03:42:18 +00:00
"description" : "Description of what selecting a group would do"
} ,
2023-04-06 00:52:33 +00:00
"icu:SendStoryModal__choose-groups" : {
"messageformat" : "Alege grupurile" ,
2022-09-01 03:42:18 +00:00
"description" : "Modal title when choosing groups"
} ,
2023-04-06 00:52:33 +00:00
"icu:SendStoryModal__my-stories-privacy" : {
"messageformat" : "Confidențialitatea Poveștii Mele" ,
2022-11-17 00:15:28 +00:00
"description" : "Modal title for setting privacy for My Story"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:SendStoryModal__privacy-disclaimer--link" : {
2023-04-20 06:31:42 +00:00
"messageformat" : "Alege ce conexiuni Signal pot să-ți vadă povestea. Poți oricând să schimbi asta din setările de confidențialitate. <learnMoreLink>Află mai multe.</learnMoreLink>" ,
2022-09-01 03:42:18 +00:00
"description" : "Disclaimer on how changes to story settings work"
} ,
2023-04-06 00:52:33 +00:00
"icu:SendStoryModal__delete-story" : {
"messageformat" : "Șterge povestea" ,
2022-09-07 16:57:30 +00:00
"description" : "Button label to delete a story"
} ,
2023-04-06 00:52:33 +00:00
"icu:SendStoryModal__confirm-remove-group" : {
"messageformat" : "Elimini povestea? Asta va elimina povestea din listă, dar tot vei putea să vezi poveștile din acest grup." ,
2022-09-07 16:57:30 +00:00
"description" : "Confirmation body for removing a group story"
} ,
2023-04-06 00:52:33 +00:00
"icu:SendStoryModal__announcements-only" : {
"messageformat" : "Doar administratorii pot să trimită povești către acest grup." ,
2022-11-17 00:15:28 +00:00
"description" : "Alert body for groups that non-admins cannot send stories to"
} ,
2022-11-30 21:26:32 +00:00
"icu:SendStoryModal__my-stories-description-all" : {
"messageformat" : "{viewersCount, plural, one {Toate conexiunile Signal · {viewersCount,number} spectator} few {Toate conexiunile Signal · {viewersCount,number} spectatori} other {Toate conexiunile Signal · {viewersCount,number} de spectatori}}" ,
"description" : "Shown as a subtitle under My Stories option in the send-story-to dialog when not exluding anyone"
} ,
"icu:SendStoryModal__my-stories-description-excluding" : {
"messageformat" : "{excludedCount, plural, one {Toate conexiunile Signal · {excludedCount,number} exclusă} few {Toate conexiunile Signal · {excludedCount,number} excluse} other {Toate conexiunile Signal · {excludedCount,number} excluse}}" ,
"description" : "Shown as a subtitle under My Stories option in the send-story-to dialog when excluding some"
} ,
"icu:SendStoryModal__private-story-description" : {
"messageformat" : "{viewersCount, plural, one {Poveste privată · {viewersCount,number} vizualizator} few {Poveste privată · {viewersCount,number} vizualizatori} other {Poveste privată · {viewersCount,number} de vizualizatori}}" ,
"description" : "Shown as a subtitle of each private story in the send-story-to dialog"
} ,
"icu:SendStoryModal__group-story-description" : {
"messageformat" : "{membersCount, plural, one {Poveste de grup · 1 membru} few {Poveste de grup · {membersCount,number} membri} other {Poveste de grup · {membersCount,number} de membri}}" ,
"description" : "Shown as a subtitle of each group story in the send-story-to dialog"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__settings-toggle--title" : {
"messageformat" : "Trimite și Vizualizează Poveștile" ,
2022-09-01 03:42:18 +00:00
"description" : "Select box title for the stories on/off toggle"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__settings-toggle--description" : {
"messageformat" : "Dacă dezactivezi poveștile nu vei mai putea să distribui sau să vezi povești." ,
2022-09-01 03:42:18 +00:00
"description" : "Select box description for the stories on/off toggle"
} ,
2023-04-06 00:52:33 +00:00
"icu:Stories__settings-toggle--button" : {
"messageformat" : "Dezactivează poveștile" ,
2022-11-30 21:26:32 +00:00
"description" : "Button to turn off stories in stories settings modal"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryViewer__pause" : {
"messageformat" : "Pauză" ,
2022-09-01 03:42:18 +00:00
"description" : "Aria label for pausing a story"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryViewer__play" : {
"messageformat" : "Redare" ,
2022-09-01 03:42:18 +00:00
"description" : "Aria label for playing a story"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryViewer__reply" : {
"messageformat" : "Răspunde" ,
2022-09-01 03:42:18 +00:00
"description" : "Button label to reply to a story"
} ,
2023-02-09 21:26:48 +00:00
"icu:StoryViewer__reply-placeholder" : {
"messageformat" : "Răspunde către {firstName}" ,
"description" : "Button label to reply to a story"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryViewer__reply-group" : {
"messageformat" : "Răspunde grupului" ,
2022-09-01 03:42:18 +00:00
"description" : "Button label to reply to a group story"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryViewer__mute" : {
"messageformat" : "Silențios" ,
2022-09-01 03:42:18 +00:00
"description" : "Aria label for muting stories"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryViewer__unmute" : {
"messageformat" : "Microfon" ,
2022-09-01 03:42:18 +00:00
"description" : "Aria label for unmuting stories"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryViewer__views-off" : {
"messageformat" : "Fără vizualizări" ,
2023-03-29 22:34:07 +00:00
"description" : "When the user has read receipts turned off"
2022-09-07 16:57:30 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryViewer__sending" : {
"messageformat" : "Se trimite..." ,
2022-11-30 21:26:32 +00:00
"description" : "Label for when a story is sending"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryViewer__failed" : {
"messageformat" : "Trimitere eșuată. Dă clic ca să reîncerci" ,
2022-11-30 21:26:32 +00:00
"description" : "Label for when a send failed"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryViewer__partial-fail" : {
"messageformat" : "Trimisă parțial. Dă clic ca să reîncerci" ,
2022-11-30 21:26:32 +00:00
"description" : "Label for when a send partially failed"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryDetailsModal__sent-time" : {
"messageformat" : "Trimis {time}" ,
2022-09-01 03:42:18 +00:00
"description" : "Sent timestamp"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryDetailsModal__file-size" : {
"messageformat" : "Dimensiunea fișierului {size}" ,
2022-09-01 03:42:18 +00:00
"description" : "File size description"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryDetailsModal__disappears-in" : {
"messageformat" : "Dispare în {countdown}" ,
2022-09-21 17:06:24 +00:00
"description" : "File size description"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryDetailsModal__copy-timestamp" : {
"messageformat" : "Copiază marcajul temporal" ,
2022-09-01 03:42:18 +00:00
"description" : "Context menu item to help debugging"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryDetailsModal__download-attachment" : {
"messageformat" : "Descarcă atașamentul" ,
2022-12-01 20:09:46 +00:00
"description" : "Context menu item to help debugging"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryViewsNRepliesModal__read-receipts-off" : {
"messageformat" : "Activează confirmările de citire ca să știi cine ți-a văzut poveștile. Deschide aplicația Signal de pe dispozitivul mobil și navighează la Setări > Povești." ,
2022-09-07 16:57:30 +00:00
"description" : "Instructions on how to enable read receipts"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryViewsNRepliesModal__no-replies" : {
"messageformat" : "Niciun răspuns încă" ,
2022-09-01 03:42:18 +00:00
"description" : "Placeholder text for when there are no replies"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryViewsNRepliesModal__no-views" : {
"messageformat" : "Nicio vizualizare încă" ,
2022-09-28 17:55:55 +00:00
"description" : "Placeholder text for when there are no views"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryViewsNRepliesModal__tab--views" : {
"messageformat" : "Vizualizări" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for views tab"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryViewsNRepliesModal__tab--replies" : {
"messageformat" : "Răspunsuri" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for replies tab"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryViewsNRepliesModal__reacted" : {
"messageformat" : "Ai reacționat la poveste" ,
2022-09-01 03:42:18 +00:00
"description" : "Description of someone reacting to a story"
} ,
2022-11-17 00:15:28 +00:00
"icu:StoryViewsNRepliesModal__not-a-member" : {
"messageformat" : "Nu poți răspunde la această poveste pentru că nu mai ești membru al acestui grup." ,
"description" : "Shown in the composer area of the reply-to-story modal when a user can't make a reply because they are no longer a member"
} ,
2022-11-30 21:26:32 +00:00
"icu:StoryViewsNRepliesModal__delete-reply" : {
"messageformat" : "Șterge doar pentru mine" ,
"description" : "Shown as a menu item in the context menu of a story reply, to the author of the reply, for deleting the reply just for the author"
} ,
"icu:StoryViewsNRepliesModal__delete-reply-for-everyone" : {
"messageformat" : "Șterge pentru toată lumea" ,
"description" : "Shown as a menu item in the context menu of a story reply, to the author of the reply, for deleting the reply for everyone"
} ,
2022-12-01 20:09:46 +00:00
"icu:StoryViewsNRepliesModal__copy-reply-timestamp" : {
2022-12-15 20:56:03 +00:00
"messageformat" : "Copiază marcajul temporal" ,
2022-12-01 20:09:46 +00:00
"description" : "Shown for internal users as a menu item in the context menu of a story reply, to the author of the reply, for copying the reply timestamp"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryListItem__label" : {
"messageformat" : "Poveste" ,
2022-09-01 03:42:18 +00:00
"description" : "aria-label for the story list button"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryListItem__unhide" : {
"messageformat" : "Afișează povești" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for menu item to un-hide the story"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryListItem__hide" : {
"messageformat" : "Ascunde povestea" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for menu item to hide the story"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryListItem__go-to-chat" : {
"messageformat" : "Arată conversația" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for menu item to go to conversation"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryListItem__delete" : {
"messageformat" : "Șterge" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for menu item to delete a story"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryListItem__info" : {
"messageformat" : "Informații" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for menu item to get a story's information"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryListItem__hide-modal--body" : {
"messageformat" : "Ascunzi povestea? Actualizări despre povești noi de la {name} nu vor mai fi afișate la începutul listei." ,
2022-09-01 03:42:18 +00:00
"description" : "Body for the confirmation dialog for hiding a story"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryListItem__hide-modal--confirm" : {
"messageformat" : "Ascunde" ,
2022-09-01 03:42:18 +00:00
"description" : "Action button for the confirmation dialog to hide a story"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryImage__error2" : {
"messageformat" : "Nu se poate descărca povestea. {name} va trebuie să o distribuie din nou." ,
2022-09-01 03:42:18 +00:00
"description" : "Description for image errors"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryImage__error--you" : {
"messageformat" : "Nu se poate descărca povestea. Va trebui să o distribui din nou." ,
"description" : "Description for image errors but when it is your own image"
2022-09-01 03:42:18 +00:00
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryCreator__error--video-unsupported" : {
"messageformat" : "Nu se poate posta videoclipul la poveste pentru că este un format de fișier neacceptat" ,
2022-09-01 03:42:18 +00:00
"description" : "Error string for when a video post to story fails"
} ,
2023-03-09 19:51:00 +00:00
"icu:StoryCreator__error--video-too-long" : {
"messageformat" : "{maxDurationInSec, plural, one {Nu se poate posta videoclipul la poveste pentru că e mai lung de o secundă.} few {Nu se poate posta videoclipul la poveste pentru că e mai lung de {maxDurationInSec,number} secunde.} other {Nu se poate posta videoclipul la poveste pentru că e mai lung de {maxDurationInSec,number} de secunde.}}" ,
"description" : "Error string for when a video post to story fails because video's duration is too long"
} ,
"icu:StoryCreator__error--video-too-big" : {
2023-04-06 00:52:33 +00:00
"messageformat" : "Nu se poate posta videoclipul la poveste pentru că e mai lung de {limit,number}{units}." ,
2023-03-09 19:51:00 +00:00
"description" : "Error string for when a video post to story fails because video's file size is too big"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryCreator__error--video-error" : {
"messageformat" : "Nu s-a putut încărca videoclipul" ,
2022-09-01 03:42:18 +00:00
"description" : "Error string for when a video post to story fails"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryCreator__text-bg--background" : {
"messageformat" : "Textul are un fundal de culoare albă" ,
2022-09-01 03:42:18 +00:00
"description" : "Button label"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryCreator__text-bg--inverse" : {
"messageformat" : "Textul are culoarea selectată pentru fundal" ,
2022-09-01 03:42:18 +00:00
"description" : "Button label"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryCreator__text-bg--none" : {
"messageformat" : "Textul nu are nicio culoare de fundal" ,
2022-09-01 03:42:18 +00:00
"description" : "Button label"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryCreator__story-bg" : {
"messageformat" : "Schimbă culoarea de fundal a poveștii" ,
2022-09-01 03:42:18 +00:00
"description" : "Button label"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryCreator__next" : {
"messageformat" : "Următorul" ,
2022-09-01 03:42:18 +00:00
"description" : "Button label text to advance to next step of story creation"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryCreator__add-link" : {
"messageformat" : "Adaugă linkul" ,
2022-09-01 03:42:18 +00:00
"description" : "Button label to apply the link preview to story"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryCreator__input-placeholder" : {
"messageformat" : "Adăugare text" ,
2022-09-01 03:42:18 +00:00
"description" : "Placeholder to add text"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryCreator__text--regular" : {
"messageformat" : "Normal" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for font"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryCreator__text--bold" : {
"messageformat" : "Aldin" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for font"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryCreator__text--serif" : {
"messageformat" : "Serif" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for font"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryCreator__text--script" : {
"messageformat" : "Script" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for font"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryCreator__text--condensed" : {
"messageformat" : "Condensed" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for font"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryCreator__control--text" : {
"messageformat" : "Adaugă text la poveste" ,
2022-09-01 03:42:18 +00:00
"description" : "aria-label for edit text button"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryCreator__control--link" : {
"messageformat" : "Adaugă un link" ,
2022-09-01 03:42:18 +00:00
"description" : "aria-label for adding a link preview"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryCreator__link-preview-placeholder" : {
"messageformat" : "Tastează sau lipește un URL" ,
2022-09-01 03:42:18 +00:00
"description" : "Placeholder for the URL input for link previews"
} ,
2023-04-06 00:52:33 +00:00
"icu:StoryCreator__link-preview-empty" : {
"messageformat" : "Adaugă un link pentru cei care-ți văd povestea" ,
2022-09-01 03:42:18 +00:00
"description" : "Empty state for the link preview"
} ,
2023-02-15 22:24:29 +00:00
"icu:Stories__failed-send--full" : {
"messageformat" : "Nu s-a trimis povestea" ,
"description" : "Notification text whenever a story fails to send"
} ,
"icu:Stories__failed-send--partial" : {
"messageformat" : "Povestea nu a putut fi trimise tuturor destinatarilor" ,
"description" : "Notification text whenever a story partially fails to send"
} ,
2023-04-06 00:52:33 +00:00
"icu:TextAttachment__placeholder" : {
"messageformat" : "Adăugare text" ,
2022-09-01 03:42:18 +00:00
"description" : "Placeholder for the add text input"
} ,
2023-04-06 00:52:33 +00:00
"icu:TextAttachment__preview__link" : {
"messageformat" : "Vezi linkul" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the link preview tooltip"
} ,
2023-04-06 00:52:33 +00:00
"icu:Quote__story" : {
"messageformat" : "Poveste" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for replies to stories"
} ,
2023-04-06 00:52:33 +00:00
"icu:Quote__story-reaction" : {
"messageformat" : "A reacționat la povestea lui {name}" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for when a person reacts to a story"
} ,
2023-04-06 00:52:33 +00:00
"icu:Quote__story-reaction--single" : {
"messageformat" : "A reacționat la poveste" ,
2022-09-01 03:42:18 +00:00
"description" : "Used whenever we can't find a user's first name"
} ,
2023-04-06 00:52:33 +00:00
"icu:Quote__story-reaction-notification--incoming" : {
"messageformat" : "A reacționat cu {emoji} la povestea ta" ,
2022-11-17 00:15:28 +00:00
"description" : "Notification test for incoming story reactions"
} ,
2023-04-06 00:52:33 +00:00
"icu:Quote__story-reaction-notification--outgoing" : {
"messageformat" : "Ai reacționat cu {emoji} la o poveste de la {name}" ,
2022-11-17 00:15:28 +00:00
"description" : "Notification test for outgoing story reactions"
} ,
2023-04-06 00:52:33 +00:00
"icu:Quote__story-reaction-notification--outgoing--nameless" : {
"messageformat" : "Ai reacționat cu {emoji} la o poveste" ,
2022-11-17 00:15:28 +00:00
"description" : "Notification test for outgoing story reactions but no name"
} ,
2023-04-06 00:52:33 +00:00
"icu:Quote__story-unavailable" : {
"messageformat" : "Nu mai este disponibilă" ,
2022-09-01 03:42:18 +00:00
"description" : "Label for when a story is not found"
} ,
2023-04-06 00:52:33 +00:00
"icu:ContextMenu--button" : {
"messageformat" : "Meniu context" ,
2022-09-01 03:42:18 +00:00
"description" : "Default aria-label for the context menu buttons"
} ,
2023-04-06 00:52:33 +00:00
"icu:EditUsernameModalBody__username-placeholder" : {
"messageformat" : "Nume de utilizator" ,
2022-11-17 00:15:28 +00:00
"description" : "Placeholder for the username field"
} ,
2023-04-06 00:52:33 +00:00
"icu:EditUsernameModalBody__username-helper" : {
"messageformat" : "Numele de utilizator le permite altor persoane să-ți dea mesaj fără să aibă nevoie de numărul tău de telefon. Și face pereche cu un set de cifre care ajută la menținerea adresei tale private." ,
2022-11-17 00:15:28 +00:00
"description" : "Shown on the edit username screen"
} ,
2023-04-06 00:52:33 +00:00
"icu:EditUsernameModalBody__learn-more" : {
"messageformat" : "Află mai multe" ,
2022-11-17 00:15:28 +00:00
"description" : "Text that open a popup with information about discriminator in username"
} ,
2023-04-06 00:52:33 +00:00
"icu:EditUsernameModalBody__learn-more__title" : {
"messageformat" : "Ce este acest număr?" ,
2022-11-17 00:15:28 +00:00
"description" : "Title of the popup with information about discriminator in username"
} ,
2023-04-06 00:52:33 +00:00
"icu:EditUsernameModalBody__learn-more__body" : {
"messageformat" : "Aceste cifre ajută la păstrarea confidențialității numelui tău de utilizator ca să eviți mesajele nedorite. Trimite numele tău de utilizator doar persoanelor și grupurilor cu care dorești să conversezi. Dacă îți schimbi numele de utilizator, vei primi un set nou de cifre." ,
2022-11-17 00:15:28 +00:00
"description" : "Body of the popup with information about discriminator in username"
} ,
2023-08-08 23:32:11 +00:00
"icu:EditUsernameModalBody__change-confirmation" : {
"messageformat" : "Schimbarea numelui de utilizator va reseta codul tău QR existent și linkul. Ești sigur?" ,
"description" : "Body of the confirmation dialog displayed when user is about to change their username"
} ,
"icu:EditUsernameModalBody__change-confirmation__continue" : {
"messageformat" : "Continuă" ,
"description" : "Text of the primary button on username change confirmation modal"
} ,
"icu:UsernameLinkModalBody__save" : {
"messageformat" : "Salvează" ,
"description" : "Name of the button for saving username link QR code to disk in the username link modal"
} ,
"icu:UsernameLinkModalBody__color" : {
"messageformat" : "Culoare" ,
"description" : "Name of the button for changing the username link QR code color in the username link modal"
} ,
"icu:UsernameLinkModalBody__copy" : {
"messageformat" : "Copiere în clipboard" ,
"description" : "ARIA label of the button for copying the username link to clipboard in the username link modal"
} ,
"icu:UsernameLinkModalBody__help" : {
"messageformat" : "Trimite codul tău QR și conectează-te numai cu persoane în care ai încredere. Când este trimis, ceilalți vor putea să îți vadă numele de utilizator și să înceapă o conversație cu tine." ,
"description" : "Text of disclaimer at the bottom of the username link modal"
} ,
"icu:UsernameLinkModalBody__reset" : {
"messageformat" : "Resetare" ,
"description" : "Text of button at the bottom of the username link modal"
} ,
2023-08-21 22:05:39 +00:00
"icu:UsernameLinkModalBody__done" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Gata" ,
2023-08-21 22:05:39 +00:00
"description" : "Text of button at the bottom of the username link modal"
} ,
2023-08-08 23:32:11 +00:00
"icu:UsernameLinkModalBody__color__radio" : {
"messageformat" : "Culoarea linkului numelui de utilizator, {index,number} din {total,number}" ,
"description" : "ARIA label of button for selecting username link color"
} ,
"icu:UsernameLinkModalBody__reset__confirm" : {
"messageformat" : "Dacă resetezi codul QR, codul QR existent și linkul nu vor mai funcționa." ,
"description" : "Text of confirmation modal when resetting the username link"
} ,
2023-02-15 22:24:29 +00:00
"icu:UsernameOnboardingModalBody__title" : {
2023-02-23 20:07:58 +00:00
"messageformat" : "Stabilește-ți numele de utilizator Signal" ,
2023-02-15 22:24:29 +00:00
"description" : "Title of username onboarding modal"
} ,
"icu:UsernameOnboardingModalBody__row__number" : {
2023-02-23 20:07:58 +00:00
"messageformat" : "Numele de utilizator sunt asociate cu un set de cifre și nu sunt partajate la profil" ,
2023-02-15 22:24:29 +00:00
"description" : "Content of the first row of username onboarding modal"
} ,
"icu:UsernameOnboardingModalBody__row__link" : {
2023-08-08 23:32:11 +00:00
"messageformat" : "Fiecare nume de utilizator are un link unic și îl poți împărtăși prietenilor tăi iar ei îl pot folosi ca să înceapă o conversație cu tine" ,
2023-02-15 22:24:29 +00:00
"description" : "Content of the second row of username onboarding modal"
} ,
"icu:UsernameOnboardingModalBody__row__lock" : {
2023-03-15 19:30:37 +00:00
"messageformat" : "Dezactivează descoperirea numerelor de telefon din Setări > Număr de Telefon > Cine poate găsi numărul meu, pentru a utiliza numele tău de utilizator ca modalitate principală de contact cu ceilalți." ,
2023-02-15 22:24:29 +00:00
"description" : "Content of the third row of username onboarding modal"
} ,
"icu:UsernameOnboardingModalBody__learn-more" : {
2023-02-23 20:07:58 +00:00
"messageformat" : "Află mai multe" ,
2023-02-15 22:24:29 +00:00
"description" : "Text that open a popup with information about username onboarding"
} ,
"icu:UsernameOnboardingModalBody__continue" : {
2023-02-23 20:07:58 +00:00
"messageformat" : "Continuă" ,
2023-02-15 22:24:29 +00:00
"description" : "Text of the primary button on username onboarding modal"
} ,
2023-02-02 00:14:09 +00:00
"icu:UnsupportedOSWarningDialog__body" : {
"messageformat" : "Signal desktop nu va mai accepta versiunea calculatorului tău de {OS} în curând. Ca să continui să folosești Signal, actualizează-ți sistemul de operare al calculatorului până la {expirationDate}. <learnMoreLink>Află mai multe</learnMoreLink>" ,
"description" : "Body of a dialog displayed on unsupported operating systems"
} ,
"icu:UnsupportedOSErrorDialog__body" : {
"messageformat" : "Signal desktop nu mai funcționează pe acest calculator. Ca să folosești Signal desktop din nou, actualizează-ți versiunea calculatorului de {OS}. <learnMoreLink>Află mai multe</learnMoreLink>" ,
"description" : "Body of a dialog displayed on unsupported operating systems"
} ,
"icu:UnsupportedOSErrorToast" : {
"messageformat" : "Signal desktop nu mai funcționează pe acest calculator. Ca să folosești Signal desktop din nou, actualizează-ți versiunea calculatorului de {OS}." ,
"description" : "Body of a dialog displayed on unsupported operating systems"
} ,
2023-04-06 00:52:33 +00:00
"icu:MessageMetadata__edited" : {
2023-08-21 22:05:39 +00:00
"messageformat" : "Editat" ,
2023-04-06 00:52:33 +00:00
"description" : "label for an edited message"
} ,
"icu:EditHistoryMessagesModal__title" : {
"messageformat" : "Editează istoricul" ,
"description" : "Modal title for the edit history messages modal"
} ,
2023-05-10 19:44:26 +00:00
"icu:ResendMessageEdit__body" : {
"messageformat" : "Această modificare nu a putut fi trimisă. Verifică-ți conexiunea și încearcă din nou" ,
"description" : "Modal body for the confirmation dialog shown to user when attempting to resend message edit"
} ,
"icu:ResendMessageEdit__button" : {
"messageformat" : "Trimite din Nou" ,
"description" : "Button text for the confirmation dialog shown to user when attempting to resend message edit"
} ,
2023-08-21 22:05:39 +00:00
"icu:StoriesTab__MoreActionsLabel" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Mai multe acțiuni" ,
2023-08-21 22:05:39 +00:00
"description" : "Stories Tab > More Actions Button (opens context menu) > Accessibility Label"
} ,
"icu:CallsTab__HeaderTitle--CallsList" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Apeluri" ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > Header > Title > On Calls List screen"
} ,
"icu:CallsTab__HeaderTitle--NewCall" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Apel nou" ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > Header > Title > On New Call screen"
} ,
"icu:CallsTab__NewCallActionLabel" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Apel nou" ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > New Call Action Button > Accessibility Label"
} ,
"icu:CallsTab__MoreActionsLabel" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Mai multe acțiuni" ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > More Actions Button (opens context menu) > Accessibility Label"
} ,
"icu:CallsTab__ClearCallHistoryLabel" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Ștergeți istoricul apelurilor" ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > More Actions Context Menu > Clear Call History Button Label"
} ,
"icu:CallsTab__ConfirmClearCallHistory__Title" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Ștergi istoricul apelurilor?" ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > Confirm Clear Call History Dialog > Title"
} ,
"icu:CallsTab__ConfirmClearCallHistory__Body" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Aceasta va șterge definitiv tot istoricul apelurilor" ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > Confirm Clear Call History Dialog > Body Text"
} ,
"icu:CallsTab__ConfirmClearCallHistory__ConfirmButton" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Eliminare" ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > Confirm Clear Call History Dialog > Confirm Button"
} ,
"icu:CallsTab__ToastCallHistoryCleared" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Istoria apelurilor a fost ștearsă" ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > Clear Call History > Toast"
} ,
"icu:CallsTab__EmptyStateText" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Dă clic și vezi sau începe un apel" ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > When no call is selected > Empty state > Call to action text"
} ,
"icu:CallsList__SearchInputPlaceholder" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Caută" ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > Calls List > Search Input > Placeholder"
} ,
"icu:CallsList__ToggleFilterByMissedLabel" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Filtrează după apeluri ratate" ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > Calls List > Toggle search filter by missed > Accessibility label"
} ,
"icu:CallsList__ToggleFilterByMissed__RoleDescription" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Comutare" ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > Calls List > Toggle search filter by missed > Accessibility role description ('A toggle button')"
} ,
"icu:CallsList__EmptyState--noQuery" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Nu exista apeluri recente. Începe prin a suna un prieten." ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > Calls List > When no results found > With no search query"
} ,
"icu:CallsList__EmptyState--hasQuery" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Fără rezultate pentru „{query}“" ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > Calls List > When no results found > With a search query"
} ,
"icu:CallsList__ItemCallInfo--Incoming" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Primite" ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > Calls List > Call Item > Call Status > When call was accepted and was incoming"
} ,
"icu:CallsList__ItemCallInfo--Outgoing" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Trimise" ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > Calls List > Call Item > Call Status > When call was accepted and was outgoing"
} ,
"icu:CallsList__ItemCallInfo--Missed" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Ratate" ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > Calls List > Call Item > Call Status > When call was missed"
} ,
"icu:CallsList__ItemCallInfo--GroupCall" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Apel de grup" ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > Calls List > Call Item > Call Status > When group call is in its default state"
} ,
"icu:CallsNewCall__EmptyState--noQuery" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Fără conversații recente." ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > New Call > Conversations List > When no results found > With no search query"
} ,
"icu:CallsNewCall__EmptyState--hasQuery" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "Fără rezultate pentru „{query}“" ,
2023-08-21 22:05:39 +00:00
"description" : "Calls Tab > New Call > Conversations List > When no results found > With a search query"
} ,
"icu:CallHistory__Description--Default" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "{type, select, Audio {{direction, select, Outgoing {Apel de ieșire vocal} other {Apel de intrare vocal}}} Video {{direction, select, Outgoing {Apel de ieșire video} other {Apel de intrare video}}} Group {{direction, select, Outgoing {Apel de ieșire de grup} other {Apel de intrare de grup}}} other {{direction, select, Outgoing {Apel de ieșire} other {Apel de intrare}}}}" ,
2023-08-21 22:05:39 +00:00
"description" : "Call History > Short description of call > When call was not missed or declined (generally accepted)"
} ,
"icu:CallHistory__Description--Missed" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "{type, select, Audio {Apel vocal nepreluat} Video {Apel video nepreluat} Group {Apel de grup ratat} other {Apel ratat}}" ,
2023-08-21 22:05:39 +00:00
"description" : "Call History > Short description of call > When incoming call was missed"
} ,
"icu:CallHistory__Description--Unanswered" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "{type, select, Audio {Apel vocal nepreluat} Video {Apel video nepreluat} Group {Apel de grup fără răspuns} other {Apel fără răspuns}}" ,
2023-08-21 22:05:39 +00:00
"description" : "Call History > Short description of call > When outgoing call was unanswered"
} ,
"icu:CallHistory__Description--Declined" : {
2023-09-06 19:31:04 +00:00
"messageformat" : "{type, select, Audio {Apel video respins} Video {Apel video respins} Group {Apel de grup respins} other {Respinge apelul}}" ,
2023-08-21 22:05:39 +00:00
"description" : "Call History > Short description of call > When call was declined"
} ,
2023-09-29 01:22:36 +00:00
"icu:TypingBubble__avatar--overflow-count" : {
"messageformat" : "{count, plural, one {încă {count,number} scrie.} few {încă {count,number} alții scriu.} other {încă {count,number} alții scriu.}}" ,
"description" : "Group chat multiple person typing indicator when space isn't available to show every avatar, this is the count of avatars hidden."
} ,
2023-04-06 00:52:33 +00:00
"icu:WhatsNew__modal-title" : {
"messageformat" : "Ce este nou" ,
2022-09-01 03:42:18 +00:00
"description" : "Title for the whats new modal"
} ,
2023-04-06 00:52:33 +00:00
"icu:WhatsNew__bugfixes" : {
"messageformat" : "Această versiune conține o serie de mici modificări și remedieri ale unor erori pentru ca Signal să funcționeze fără probleme." ,
2022-09-01 03:42:18 +00:00
"description" : "Release notes for releases that only include bug fixes"
} ,
2023-04-06 00:52:33 +00:00
"icu:WhatsNew__bugfixes--1" : {
"messageformat" : "Reparări de bug-uri, mici ajustări și îmbunătățiri ale performanței. Îți mulțumim că folosești Signal!" ,
2022-09-01 03:42:18 +00:00
"description" : "Release notes for releases that only include bug fixes"
} ,
2023-04-06 00:52:33 +00:00
"icu:WhatsNew__bugfixes--2" : {
"messageformat" : "Mai multe soluționări ale bug-urilor pentru ca tu să ai o aplicație care funcționează perfect. Urmează și alte schimbări super utile în viitor! " ,
2022-09-01 03:42:18 +00:00
"description" : "Release notes for releases that only include bug fixes"
} ,
2023-04-06 00:52:33 +00:00
"icu:WhatsNew__bugfixes--3" : {
"messageformat" : "Ajustări, soluționări ale bug-urilor și îmbunătățiri ale performanței. Continuă să trimiți mesaje, să suni și să conversezi video ca de obicei." ,
2022-09-01 03:42:18 +00:00
"description" : "Release notes for releases that only include bug fixes"
} ,
2023-04-06 00:52:33 +00:00
"icu:WhatsNew__bugfixes--4" : {
"messageformat" : "Lucrăm din greu să soluționăm bug-uri și să îmbunătățim performanța pentru ca aplicația să funcționeze perfect. " ,
2022-09-01 03:42:18 +00:00
"description" : "Release notes for releases that only include bug fixes"
} ,
2023-04-06 00:52:33 +00:00
"icu:WhatsNew__bugfixes--5" : {
"messageformat" : "Mici ajustări suplimentare, soluționări de bug-uri și planuri pentru viitor." ,
2022-09-01 03:42:18 +00:00
"description" : "Release notes for releases that only include bug fixes"
} ,
2023-04-06 00:52:33 +00:00
"icu:WhatsNew__bugfixes--6" : {
"messageformat" : "Mici ajustări, soluționări de bug-uri și îmbunătățiri ale performanței. Mersi că folosești Signal!" ,
2022-09-01 03:42:18 +00:00
"description" : "Release notes for releases that only include bug fixes"
} ,
2023-11-02 14:03:51 +00:00
"icu:WhatsNew__v6.37--0" : {
"messageformat" : "Am adăugat o nouă modalitate de a-ți păstra contactele Signal, frumos și ordonat. De acest Halloween, elimină fantoma unui contact vechi. Dă clic pe cele trei puncte de lângă numele său din lista de contacte din ecranul Chat nou și selectează „Eliminare”."
2023-08-08 23:32:11 +00:00
} ,
2023-11-02 14:03:51 +00:00
"icu:WhatsNew__v6.38--0" : {
"messageformat" : "This release includes an updated design for Signal voice and video calls. Now the calling user interface will still look fantastic even if your camera isn't on and you can't stare at your own beautiful reflection."
2022-09-01 03:42:18 +00:00
}
2017-08-17 17:11:19 +00:00
}