Signal-Desktop/_locales/lt/messages.json

1409 lines
57 KiB
JSON
Raw Normal View History

2016-08-11 19:22:17 +00:00
{
2018-08-31 20:50:28 +00:00
"mainMenuFile": {
"message": "&Failas",
"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."
},
2018-08-31 20:50:28 +00:00
"mainMenuEdit": {
"message": "&Taisa",
"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."
},
2018-08-31 20:50:28 +00:00
"mainMenuView": {
"message": "&Rodinys",
"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."
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"mainMenuWindow": {
"message": "&Langas",
"description": "The label that is used for the Window menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuHelp": {
"message": "&Pagalba",
"description": "The label that is used for the Help menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuSettings": {
"message": "Nuostatos…",
"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."
},
"appMenuHide": {
"message": "Slėpti",
"description": "Application menu command to hide the window"
},
2018-07-18 17:47:58 +00:00
"appMenuHideOthers": {
"message": "Slėpti kitus",
"description": "Application menu command to hide all other windows"
},
2018-08-31 20:50:28 +00:00
"appMenuUnhide": {
"message": "Rodyti visus",
"description": "Application menu command to show all application windows"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"appMenuQuit": {
"message": "Išeiti iš Signal",
"description": "Application menu command to close the application"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuUndo": {
"message": "Atšaukti",
"description": "Edit menu command to remove recently-typed text"
},
2018-08-31 20:50:28 +00:00
"editMenuRedo": {
"message": "Grąžinti",
"description": "Edit menu command to restore previously undone typed text"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuCut": {
"message": "Iškirpti",
"description": "Edit menu command to remove selected text and add it to clipboard"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuCopy": {
"message": "Kopijuoti",
"description": "Edit menu command to add selected text to clipboard"
},
2018-08-31 20:50:28 +00:00
"editMenuPaste": {
"message": "Įdėti",
"description": "Edit menu command to insert text from clipboard at cursor location"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuPasteAndMatchStyle": {
"message": "Įdėti ir atitikti stilių",
"description": "Edit menu command to insert text from clipboard at cursor location, taking only text and not style information"
2016-10-08 14:40:13 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuDelete": {
"message": "Ištrinti",
"description": "Edit menu command to remove the selected text"
},
2018-08-31 20:50:28 +00:00
"editMenuSelectAll": {
"message": "Žymėti viską",
"description": "Edit menu comand to select all of the text in selected text box"
},
2018-08-31 20:50:28 +00:00
"editMenuStartSpeaking": {
"message": "Pradėti kalbėjimą",
"description": "Edit menu item under 'speech' to start dictation"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuStopSpeaking": {
"message": "Stabdyti kalbėjimą",
"description": "Edit menu item under 'speech' to stop dictation"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"windowMenuClose": {
"message": "Užverti langą",
"description": "Window menu command to close the current window"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"windowMenuMinimize": {
"message": "Suskleisti",
"description": "Window menu command to minimize the current window"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"windowMenuZoom": {
"message": "Mastelis",
"description": "Window menu command to make the current window the size of the whole screen"
2018-07-31 16:54:06 +00:00
},
2018-08-31 20:50:28 +00:00
"windowMenuBringAllToFront": {
"message": "Perkelti visus į priekį",
"description": "Window menu command to bring all windows of current applicatinon to front"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"viewMenuResetZoom": {
"message": "Įprastas dydis",
"description": "View menu command to go back to the default zoom"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"viewMenuZoomIn": {
"message": "Didinti",
"description": "View menu command to make everything bigger"
},
2018-08-31 20:50:28 +00:00
"viewMenuZoomOut": {
"message": "Mažinti",
"description": "View menu command to make everything smaller"
},
2018-08-31 20:50:28 +00:00
"viewMenuToggleFullScreen": {
"message": "Perjungti visą ekraną",
"description": "View menu command to enter or leave Full Screen mode"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"viewMenuToggleDevTools": {
"message": "Perjungti kūrėjo įrankius",
"description": "View menu command to show or hide the developer tools"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"menuSetupWithImport": {
"message": "Nusistatyti importavimą",
"description": "When the application is not yet set up, menu option to start up the import sequence"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"menuSetupAsNewDevice": {
"message": "Nusistatyti kaip naują įrenginį",
"description": "When the application is not yet set up, menu option to start up the set up as fresh device"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"menuSetupAsStandalone": {
"message": "Nusistatyti kaip atskirą įrenginį",
"description": "Only available on development modes, menu option to open up the standalone device setup sequence"
},
2018-08-31 20:50:28 +00:00
"loading": {
"message": "Įkeliama...",
"description": "Message shown on the loading screen before we've loaded any messages"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"optimizingApplication": {
"message": "Optimizuojama programa...",
"description": "Message shown on the loading screen while we are doing application optimizations"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"migratingToSQLCipher": {
"message": "Optimizuojamos žinutės... $status$ užbaigta.",
"description": "Message shown on the loading screen while we are doing application optimizations",
"placeholders": {
2018-08-31 20:50:28 +00:00
"status": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "45/200"
}
}
},
2018-08-31 20:50:28 +00:00
"chooseDirectory": {
"message": "Pasirinkti aplanką",
"description": "Button to allow the user to find a folder on disk"
},
2018-08-31 20:50:28 +00:00
"loadDataHeader": {
"message": "Įkelkite savo duomenis",
"description": "Header shown on the first screen in the data import process"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"loadDataDescription": {
"message": "Jūs ką tik perėjote per eksportavimo procesą ir jūsų kontaktai bei žinutės kantriai laukia jūsų kompiuteryje. Pasirinkite aplanką, kuriame yra jūsų įrašyti Signal duomenys.",
"description": "Introduction to the process of importing messages and contacts from disk"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"importChooserTitle": {
"message": "Pasirinkite katalogą su eksportuotais duomenimis",
"description": "Title of the popup window used to select data previously exported"
},
2018-08-31 20:50:28 +00:00
"importErrorHeader": {
"message": "Kažkas nutiko!",
"description": "Header of the error screen after a failed import"
2017-05-16 18:56:33 +00:00
},
2018-08-31 20:50:28 +00:00
"importingHeader": {
"message": "Įkeliami kontaktai ir žinutės",
"description": "Header of screen shown as data is import"
},
2018-08-31 20:50:28 +00:00
"importErrorFirst": {
"message": "Įsitikinkite, kad pasirinkote teisingą katalogą, kuriame yra jūsų įrašyti Signal duomenys. Jo pavadinimas turėtų prasidėti \"Signal Export.\" Taip pat galite įrašyti naują savo duomenų kopiją iš Chrome programėlės.",
"description": "Message shown if the import went wrong; first paragraph"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"importErrorSecond": {
"message": "Jeigu šie žingsniai neveikia, pateikite derinimo žurnalą (Rodinys -> Derinimo žurnalas), kad galėtume jums padėti perkelti duomenis!",
"description": "Message shown if the import went wrong; second paragraph"
},
2018-08-31 20:50:28 +00:00
"importAgain": {
"message": "Pasirinkti aplanką ir bandyti dar kartą",
"description": "Button shown if the user runs into an error during import, allowing them to start over"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"importCompleteHeader": {
"message": "Pavyko!",
"description": "Header shown on the screen at the end of a successful import process"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"importCompleteStartButton": {
2018-10-16 00:32:32 +00:00
"message": "Pradėti naudoti Signal Desktop",
2018-08-31 20:50:28 +00:00
"description": "Button shown at end of successful import process, nothing left but a restart"
2018-07-31 16:54:06 +00:00
},
2018-08-31 20:50:28 +00:00
"importCompleteLinkButton": {
"message": "Susieti šį įrenginį su jūsų telefonu",
"description": "Button shown at end of successful 'light' import process, so the standard linking process still needs to happen"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"selectedLocation": {
"message": "jūsų pasirinkta vieta",
"description": "Message shown as the export location if we didn't capture the target directory"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"upgradingDatabase": {
"message": "Naujinama duomenų bazė. Tai gali šiek tiek užtrukti...",
"description": "Message shown on the loading screen when we're changing database structure on first run of a new version"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"loadingMessages": {
"message": "Įkeliamos žinutės. Jau $count$ įkelta...",
"description": "Message shown on the loading screen when we're catching up on the backlog of messages",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"me": {
"message": "Aš",
"description": "The label for yourself when shown in a group member list"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"view": {
"message": "Rodyti",
"description": "Used as a label on a button allowing user to see more information"
2016-08-11 19:22:17 +00:00
},
"youLeftTheGroup": {
"message": "Jūs išėjote iš grupės",
"description": "Displayed when a user can't send a message because they have left the group"
},
2018-08-31 20:50:28 +00:00
"scrollDown": {
"message": "Slinkti į pokalbio apačią",
"description": "Alt text for button to take user down to bottom of conversation, shown when user scrolls up"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"messageBelow": {
"message": "Nauja žinutė žemiau",
"description": "Alt text for button to take user down to bottom of conversation with a new message out of screen"
},
2018-08-31 20:50:28 +00:00
"messagesBelow": {
"message": "Naujos žinutės žemiau",
"description": "Alt text for button to take user down to bottom of conversation with more than one message out of screen"
},
2018-08-31 20:50:28 +00:00
"unreadMessage": {
"message": "1 neskaityta žinutė",
"description": "Text for unread message separator, just one message"
},
2018-08-31 20:50:28 +00:00
"unreadMessages": {
"message": "$count$ neskaitytų žinučių",
"description": "Text for unread message separator, with count",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"youMarkedAsVerified": {
"message": "Jūs pažymėjote savo saugumo numerį su $name$ kaip patvirtintą",
"description": "Shown in the conversation history when the user marks a contact as verified.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"youMarkedAsNotVerified": {
"message": "Jūs pažymėjote savo saugumo numerį su $name$ kaip nepatvirtintą",
"description": "Shown in the conversation history when the user marks a contact as not verified, whether on the Safety Number screen or by dismissing a banner or dialog.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"youMarkedAsVerifiedOtherDevice": {
"message": "Jūs iš kito įrenginio pažymėjote savo saugumo numerį su $name$ kaip patvirtintą",
"description": "Shown in the conversation history when we discover that the user marked a contact as verified on another device.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"youMarkedAsNotVerifiedOtherDevice": {
"message": "Jūs iš kito įrenginio pažymėjote savo saugumo numerį su $name$ kaip nepatvirtintą",
"description": "Shown in the conversation history when we discover that the user marked a contact as not verified on another device.",
2018-07-31 16:54:06 +00:00
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
2018-07-31 16:54:06 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
2018-07-31 16:54:06 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"membersNeedingVerification": {
"message": "Jūsų saugumo numeriai su šiais grupės dalyviais nuo paskutinio patvirtinimo pasikeitė. Spustelėkite ant grupės dalyvio, norėdami pamatyti savo naują saugumo numerį su juo.",
"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."
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"changedSinceVerifiedMultiple": {
"message": "Jūsų saugumo numeriai su keliais grupės dalyviais nuo paskutinio patvirtinimo pasikeitė. Tai gali reikšti, kad kažkas bando perimti jūsų susirašinėjimą arba, kad šie asmenys, tiesiog, iš naujo įdiegė Signal.",
"description": "Shown on confirmation dialog when user attempts to send a message"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"changedSinceVerified": {
"message": "Jūsų saugumo numeris su $name$ nuo paskutinio patvirtinimo pasikeitė. Tai gali reikšti, kad kažkas bando perimti jūsų susirašinėjimą arba, kad $name$, tiesiog, iš naujo įdiegė Signal.",
"description": "Shown on confirmation dialog when user attempts to send a message",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"changedRightAfterVerify": {
"message": "Saugumo numeris, kurį bandote patvirtinti, pasikeitė. Prašome peržiūrėti savo saugumo numerį su $name$. Atminkite, šis pokytis gali reikšti, kad kažkas bando perimti jūsų susirašinėjimą arba, kad $name$, tiesiog, iš naujo įdiegė Signal.",
"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",
2016-10-07 10:13:47 +00:00
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"changedRecentlyMultiple": {
"message": "Jūsų saugumo numeriai su keliais grupės dalyviais neseniai pasikeitė. Tai gali reikšti, kad kažkas bando perimti jūsų susirašinėjimą arba, kad šie asmenys, tiesiog, iš naujo įdiegė Signal. ",
"description": "Shown on confirmation dialog when user attempts to send a message"
},
2018-08-31 20:50:28 +00:00
"changedRecently": {
"message": "Jūsų saugumo numeris su $name$ neseniai pasikeitė. Tai gali reikšti, kad kažkas bando perimti jūsų susirašinėjimą arba, kad $name$, tiesiog, iš naujo įdiegė Signal.",
"description": "Shown on confirmation dialog when user attempts to send a message",
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"identityKeyErrorOnSend": {
"message": "Jūsų saugumo numeris su $name$ pasikeitė. Tai gali reikšti, kad kažkas bando perimti jūsų susirašinėjimą arba, kad $name$, tiesiog, iš naujo įdiegė Signal. Jūs, tikriausiai, norėtumėte patvirtinti saugumo numerį su šiuo kontaktu.",
"description": "Shown when user clicks on a failed recipient in the message detail view after an identity key change",
2018-07-18 17:47:58 +00:00
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
2018-07-18 17:47:58 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"sendAnyway": {
"message": "Vis tiek siųsti",
"description": "Used on a warning dialog to make it clear that it might be risky to send the message."
},
"noLongerVerified": {
"message": "Jūsų saugumo numeris su $name$ pasikeitė ir daugiau nebėra patvirtintas. Spustelėkite, norėdami rodyti.",
"description": "Shown in converation banner when user's safety number has changed, but they were previously verified.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"multipleNoLongerVerified": {
"message": "Jūsų saugumo numeriai su keliais šios grupės dalyviais pasikeitė ir daugiau nebėra patvirtinti. Spustelėkite, norėdami rodyti.",
"description": "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"debugLogExplanation": {
"message": "Šis žurnalas bus viešai paskelbtas internete talkininkams peržiūrėti. Jūs galite jį išnagrinėti ir prieš pateikdami paredaguoti.",
"description": ""
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"debugLogError": {
"message": "Kažkas nutiko su įkėlimu! Apsvarstykite galimybę rankiniu būdu pridėti savo žurnalą į klaidos pranešimą, kurį pateiksite.",
"description": ""
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"reportIssue": {
"message": "Pranešti apie klaidą",
"description": "Link to open the issue tracker"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"gotIt": {
"message": "Supratau!",
"description": "Label for a button that dismisses a dialog. The user clicks it to confirm that they understand the message in the dialog."
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"submit": {
"message": "Pateikti",
2017-04-16 06:51:10 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"acceptNewKey": {
"message": "Priimti",
"description": "Label for a button to accept a new safety number"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"verify": {
"message": "Žymėti kaip patvirtintą",
"description": ""
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"unverify": {
"message": "Žymėti kaip nepatvirtintą",
"description": ""
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"isVerified": {
"message": "Jūs patvirtinote savo saugumo numerį su $name$.",
"description": "Summary state shown at top of the safety number screen if user has verified contact.",
2016-08-11 19:22:17 +00:00
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
2016-08-11 19:22:17 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
2016-08-11 19:22:17 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"isNotVerified": {
"message": "Jūs nesate patvirtinę savo saugumo numerio su $name$.",
"description": "Summary state shown at top of the safety number screen if user has not verified contact.",
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
}
}
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"verified": {
"message": "Patvirtinta(-s)",
2016-08-11 19:22:17 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"newIdentity": {
"message": "Naujas saugumo numeris",
"description": "Header for a key change dialog"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"identityChanged": {
"message": "Jūsų saugumo numeris su šiuo kontaktu pasikeitė. Tai gali reikšti, kad arba kažkas bando perimti jūsų susirašinėjimą, arba šis kontaktas, tiesiog, iš naujo įdiegė Signal. Jūs, tikriausiai, žemiau norėtumėte patvirtinti naują saugumo numerį.",
"description": ""
},
2018-08-31 20:50:28 +00:00
"incomingError": {
"message": "Klaida, apdorojant gaunamą žinutę",
"description": ""
},
2018-08-31 20:50:28 +00:00
"media": {
"message": "Medija",
"description": "Header of the default pane in the media gallery, showing images and videos"
},
2018-08-31 20:50:28 +00:00
"mediaEmptyState": {
"message": "Šiame pokalbyje nėra jokios medijos",
"description": "Message shown to user in the media gallery when there are no messages with media attachments (images or video)"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"documents": {
"message": "Dokumentai",
"description": "Header of the secondary pane in the media gallery, showing every non-media attachment"
2018-07-31 16:54:06 +00:00
},
2018-08-31 20:50:28 +00:00
"documentsEmptyState": {
"message": "Šiame pokalbyje nėra jokių dokumentų",
"description": "Message shown to user in the media gallery when there are no messages with document attachments (anything other than images or video)"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"today": {
"message": "Šiandien",
"description": "Section header in the media gallery"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"yesterday": {
"message": "Vakar",
"description": "Section header in the media gallery"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"thisWeek": {
"message": "Šią savaitę",
"description": "Section header in the media gallery"
},
2018-08-31 20:50:28 +00:00
"thisMonth": {
"message": "Šį mėnesį",
"description": "Section header in the media gallery"
},
2018-08-31 20:50:28 +00:00
"unsupportedAttachment": {
"message": "Nepalaikomas priedo tipas. Spustelėkite, kad įrašytumėte.",
"description": "Displayed for incoming unsupported attachment"
},
2018-08-31 20:50:28 +00:00
"clickToSave": {
"message": "Spustelkite, norėdami įrašyti",
"description": "Hover text for attachment filenames"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"unnamedFile": {
"message": "Bevardis failas",
"description": "Hover text for attachment filenames"
},
2018-08-31 20:50:28 +00:00
"voiceMessage": {
"message": "Balso žinutė",
"description": "Name for a voice message attachment"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"unsupportedFileType": {
"message": "Nepalaikomas failo tipas",
"description": "Displayed for outgoing unsupported attachment"
2016-08-11 19:22:17 +00:00
},
2018-10-16 00:32:32 +00:00
"dangerousFileType": {
"message": "Priedo tipas saugumo sumetimais yra neleidžiamas",
"description": "Shown in toast when user attempts to send .exe file, for example"
},
2018-08-31 20:50:28 +00:00
"fileSizeWarning": {
"message": "Atleiskite, pasirinktas failas viršija žinutės dydžio apribojimus.",
"description": ""
2018-07-18 17:47:58 +00:00
},
2018-10-16 00:32:32 +00:00
"unableToLoadAttachment": {
"message": "Nepavyko įkelti pasirinkto priedo.",
"description": ""
},
2018-08-31 20:50:28 +00:00
"disconnected": {
"message": "Atsijungta",
"description": "Displayed when the desktop client cannot connect to the server."
},
2018-08-31 20:50:28 +00:00
"connecting": {
"message": "Jungiamasi",
"description": "Displayed when the desktop client is currently connecting to the server."
},
"offline": {
"message": "Atsijungta",
"description": "Displayed when the desktop client has no network connection."
},
"checkNetworkConnection": {
"message": "Patikrinkite savo tinklo ryšį.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"attemptingReconnection": {
"message": "Bandoma jungtis iš naujo po $reconnect_duration_in_seconds$ sekundžių",
"description": "",
2016-10-07 10:13:47 +00:00
"placeholders": {
2018-08-31 20:50:28 +00:00
"reconnect_duration_in_seconds": {
2016-10-07 10:13:47 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "10"
2016-10-07 10:13:47 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"submitDebugLog": {
"message": "Derinimo žurnalas",
"description": "Menu item and header text for debug log modal (sentence case)"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"debugLog": {
"message": "Derinimo žurnalas",
"description": "View menu item to open the debug log (title case)"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"goToReleaseNotes": {
"message": "Pereiti į laidos informaciją",
"description": ""
2018-07-20 23:30:56 +00:00
},
2018-08-31 20:50:28 +00:00
"goToForums": {
"message": "Pereiti į forumus",
"description": "Item under the Help menu, takes you to the forums"
2016-10-08 14:40:13 +00:00
},
2018-08-31 20:50:28 +00:00
"goToSupportPage": {
"message": "Pereiti į palaikymo puslapį",
"description": "Item under the Help menu, takes you to the support page"
},
2018-08-31 20:50:28 +00:00
"menuReportIssue": {
"message": "Pranešti apie klaidą",
"description": "Item under the Help menu, takes you to GitHub new issue form (title case)"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"signalDesktopPreferences": {
2018-10-16 00:32:32 +00:00
"message": "Signal Desktop nuostatos",
2018-08-31 20:50:28 +00:00
"description": "Title of the window that pops up with Signal Desktop preferences in it"
2018-07-31 16:54:06 +00:00
},
2018-08-31 20:50:28 +00:00
"aboutSignalDesktop": {
2018-10-16 00:32:32 +00:00
"message": "Apie Signal Desktop",
2018-08-31 20:50:28 +00:00
"description": "Item under the Help menu, which opens a small about window"
},
"speech": {
"message": "Šneka",
"description": "Item under the Edit menu, with 'start/stop speaking' items below it"
2016-08-11 19:22:17 +00:00
},
"show": {
"message": "Rodyti",
"description": "Command under Window menu, to show the window"
},
2018-08-31 20:50:28 +00:00
"hide": {
"message": "Slėpti",
"description": "Command in the tray icon menu, to hide the window"
2017-02-09 23:27:14 +00:00
},
2018-08-31 20:50:28 +00:00
"quit": {
"message": "Išeiti",
"description": "Command in the tray icon menu, to quit the application"
},
"trayTooltip": {
2018-10-16 00:32:32 +00:00
"message": "Signal Desktop",
2018-08-31 20:50:28 +00:00
"description": "Tooltip for the tray icon"
},
"searchForPeopleOrGroups": {
"message": "Įveskite vardą ar numerį",
"description": "Placeholder text in the search input"
},
"welcomeToSignal": {
"message": "Sveiki atvykę į Signal",
"description": ""
},
"selectAContact": {
"message": "Pasirinkite kontaktą ar grupę, kad pradėtumėte pokalbį.",
"description": ""
},
"contactAvatarAlt": {
"message": "Avataras, skirtas $name$",
"description": "Used in the alt tag for the image avatar of a contact",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"sendMessageToContact": {
"message": "Siųsti žinutę",
"description": "Shown when you are sent a contact and that contact has a signal account"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"home": {
"message": "namų",
"description": "Shown on contact detail screen as a label for an address/phone/email"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"work": {
"message": "darbo",
"description": "Shown on contact detail screen as a label for an address/phone/email"
},
2018-08-31 20:50:28 +00:00
"mobile": {
"message": "mobilusis",
"description": "Shown on contact detail screen as a label for aa phone or email"
},
2018-08-31 20:50:28 +00:00
"email": {
"message": "el. paštas",
"description": "Generic label shown if contact email has custom type but no label"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"phone": {
"message": "telefonas",
"description": "Generic label shown if contact phone has custom type but no label"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"address": {
"message": "adresas",
"description": "Generic label shown if contact address has custom type but no label"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"poBox": {
"message": "Pašto dėžutė",
"description": "When rendering an address, used to provide context to a post office box"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"downloadAttachment": {
"message": "Atsisiųsti priedą",
"description": "Shown in a message's triple-dot menu if there isn't room for a dedicated download button"
2016-08-24 23:54:05 +00:00
},
2018-08-31 20:50:28 +00:00
"replyToMessage": {
"message": "Atsakyti į žinutę",
"description": "Shown in triple-dot menu next to message to allow user to start crafting a message with a quotation"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"originalMessageNotFound": {
"message": "Pradinė žinutė nerasta",
"description": "Shown in quote if reference message was not found as message was initially downloaded and processed"
},
2018-08-31 20:50:28 +00:00
"originalMessageNotAvailable": {
"message": "Pradinė žinutė daugiau nebeprieinama",
"description": "Shown in toast if user clicks on quote that references message no longer in database"
},
2018-08-31 20:50:28 +00:00
"messageFoundButNotLoaded": {
"message": "Pradinė žinutė rasta, tačiau neįkelta. Slinkite žemyn, norėdami ją įkelti.",
"description": "Shown in toast if user clicks on quote references messages not loaded in view, but in database"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"you": {
"message": "Jūs",
"description": "In Android theme, shown in quote if you or someone else replies to you"
2016-10-07 10:13:47 +00:00
},
2018-05-02 16:29:36 +00:00
"replyingTo": {
"message": "Atsako naudotojui $name$",
"description": "Shown in iOS theme when you or someone quotes to a message which is not from you",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"audioPermissionNeeded": {
2018-10-16 00:32:32 +00:00
"message": "Norėdami siųsti garso žinutes, suteikite Signal Desktop prieigą prie savo mikrofono.",
2018-08-31 20:50:28 +00:00
"description": "Shown if the user attempts to send an audio message without audio permssions turned on"
},
"allowAccess": {
"message": "Leisti prieigą",
"description": "Button shown in popup asking to enable microphon/video permissions to send audio messages"
},
"showSettings": {
"message": "Rodyti nustatymus",
"description": "A button shown in dialog requesting the user to turn on audio permissions"
},
"audio": {
"message": "Garso įrašas",
"description": "Shown in a quotation of a message containing an audio attachment if no text was originally provided with that attachment"
},
"video": {
"message": "Vaizdo įrašas",
"description": "Shown in a quotation of a message containing a video if no text was originally provided with that video"
},
"photo": {
"message": "Nuotrauka",
"description": "Shown in a quotation of a message containing a photo if no text was originally provided with that image"
},
"ok": {
"message": "Gerai",
"description": ""
},
2018-08-31 20:50:28 +00:00
"cancel": {
"message": "Atsisakyti",
"description": ""
},
2018-08-31 20:50:28 +00:00
"failedToSend": {
"message": "Nepavyko išsiųsti kai kuriems gavėjams. Patikrinkite savo tinklo ryšį.",
"description": ""
},
2018-08-31 20:50:28 +00:00
"error": {
"message": "Klaida",
"description": ""
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"messageDetail": {
"message": "Žinutės informacija",
"description": ""
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"delete": {
"message": "Ištrinti",
"description": ""
},
"deleteWarning": {
"message": "Ar tikrai? Spustelėjus \"Ištrinti\", ši žinutė visiems laikams bus pašalinta tik iš šio įrenginio.",
"description": ""
},
"deleteThisMessage": {
"message": "Ištrinti šią žinutę",
"description": ""
},
"from": {
"message": "Nuo",
"description": "Label for the sender of a message"
},
"to": {
"message": "Kam",
"description": "Label for the receiver of a message"
},
"sent": {
"message": "Išsiųsta",
"description": "Label for the time a message was sent"
},
2016-08-11 19:22:17 +00:00
"received": {
"message": "Gauta",
"description": "Label for the time a message was received"
},
2018-08-31 20:50:28 +00:00
"sendMessage": {
"message": "Siųsti žinutę",
"description": "Placeholder text in the message entry field"
},
"groupMembers": {
"message": "Grupės dalyviai",
"description": ""
},
"showMembers": {
"message": "Rodyti dalyvius",
"description": ""
},
"resetSession": {
"message": "Atstatyti seansą",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"showSafetyNumber": {
"message": "Rodyti saugumo numerį",
"description": ""
},
"viewAllMedia": {
"message": "Rodyti visą mediją",
"description": "This is a menu item for viewing all media (images + video) in a conversation, using the imperative case, as in a command."
},
"verifyHelp": {
"message": "Jeigu norite patvirtinti savo ištisinio šifravimo su $name$ saugumą, palyginkite aukščiau esančius numerius su numeriais šio asmens įrenginyje.",
"description": "",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"theirIdentityUnknown": {
"message": "Jūs su šiuo kontaktu dar nesate apsikeitę jokiomis žinutėmis. Jūsų saugumo numeris bus prieinamas po pirmosios žinutės.",
"description": ""
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"moreInfo": {
"message": "Daugiau informacijos...",
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
},
"retrySend": {
"message": "Bandyti siųsti dar kartą",
"description": "Shown on the drop-down menu for an indinvidaul message, but only if it is an outgoing message that failed to send"
},
"deleteMessage": {
"message": "Ištrinti žinutę",
"description": "Shown on the drop-down menu for an individual message, deletes single message"
},
"deleteMessages": {
"message": "Ištrinti žinutes",
"description": "Menu item for deleting messages, title case."
},
"deleteConversationConfirmation": {
"message": "Ar ištrinti šį pokalbį visiems laikams?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"sessionEnded": {
"message": "Saugusis seansas atstatytas",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
},
"quoteThumbnailAlt": {
"message": "Paveikslo iš cituotos žinutės miniatiūra",
"description": "Used in alt tag of thumbnail images inside of an embedded message quote"
},
"imageAttachmentAlt": {
"message": "Prie žinutės pridėtas paveikslas",
"description": "Used in alt tag of image attachment"
},
"videoAttachmentAlt": {
"message": "Prie žinutės pridėto vaizdo įrašo ekrano kopija",
"description": "Used in alt tag of video attachment preview"
},
"lightboxImageAlt": {
"message": "Pokalbyje išsiųstas paveikslas",
"description": "Used in the alt tag for the image shown in a full-screen lightbox view"
},
"fileIconAlt": {
"message": "Failo piktograma",
"description": "Used in the media gallery documents tab to visually represent a file"
},
"emojiAlt": {
"message": "Šypsenėlė \"$title$\"",
"description": "Used in the alt tag of all emoji images",
"placeholders": {
2018-08-31 20:50:28 +00:00
"title": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "grinning"
}
}
},
2018-08-31 20:50:28 +00:00
"installWelcome": {
2018-10-16 00:32:32 +00:00
"message": "Sveiki atvykę į Signal Desktop",
2018-08-31 20:50:28 +00:00
"description": "Welcome title on the install page"
},
"installTagline": {
"message": "Privatumas yra įmanomas. Signal jį padaro lengvą.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
2018-10-16 00:32:32 +00:00
"message": "Susiekite savo telefoną su Signal Desktop",
2018-08-31 20:50:28 +00:00
"description": "Shown on the front page when the application first starst, above the QR code"
},
"signalSettings": {
"message": "Signal nustatymai",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Susieti įrenginiai",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "\"+\" mygtukas",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Susieti naują įrenginį",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"deviceName": {
"message": "Įrenginio pavadinimas",
"description": "The label in settings panel shown for the user-provided name for this desktop instance"
},
"chooseDeviceName": {
"message": "Pasirinkite šio įrenginio pavadinimą",
"description": "The header shown on the 'choose device name' screen in the device linking process"
},
"finishLinkingPhone": {
"message": "Užbaigti telefono susiejimą",
"description": "The text on the button to finish the linking process, after choosing the device name"
},
"initialSync": {
"message": "Sinchronizuojami kontaktai ir grupės",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Nepavyko prisijungti prie serverio.",
"description": "Displayed when we can't connect to the server."
},
"installTooManyDevices": {
"message": "Atleiskite, jūs jau turite per daug susietų įrenginių. Pabandykite kai kuriuos pašalinti.",
"description": ""
},
"settings": {
"message": "Nustatymai",
"description": "Menu item and header for global settings"
},
"theme": {
"message": "Tema",
"description": "Header for theme settings"
},
"permissions": {
"message": "Leidimai",
"description": "Header for permissions section of settings"
},
"mediaPermissionsDescription": {
"message": "Leisti prieigą prie kameros ir mikrofono",
"description": "Description of the media permission description"
},
"spellCheck": {
"message": "Rašybos tikrinimas",
"description": "Description of the media permission description"
},
"spellCheckDescription": {
"message": "Įjungti rašybos tikrinimą tekstui, kuris įvedamas į žinutės rašymo langelį",
"description": "Description of the media permission description"
},
"clearDataHeader": {
"message": "Išvalyti duomenis",
"description": "Header in the settings dialog for the section dealing with data deletion"
},
"clearDataExplanation": {
"message": "Tai išvalys visus programoje esančius duomenis ir pašalins visas žinutes bei įrašytą paskyros informaciją.",
"description": "Text describing what the clear data button will do."
},
"clearDataButton": {
"message": "Išvalyti duomenis",
"description": "Button in the settings dialog starting process to delete all data"
2016-10-07 10:13:47 +00:00
},
2018-05-02 16:29:36 +00:00
"deleteAllDataHeader": {
"message": "Ištrinti visus duomenis?",
"description": "Header of the full-screen delete data confirmation screen"
},
2018-08-31 20:50:28 +00:00
"deleteAllDataBody": {
"message": "Jūs ketinate ištrinti visą įrašytą šios programos paskyros informaciją, įskaitant visus kontaktus ir visas žinutes. Jūs visada ir vėl galite susieti programą su savo mobiliuoju įrenginiu, tačiau tai neatkurs ištrintų žinučių.",
"description": "Text describing what exactly will happen if the user clicks the button to delete all data"
},
"deleteAllDataButton": {
"message": "Ištrinti visus duomenis",
"description": "Text of the button that deletes all data"
},
2018-05-02 16:29:36 +00:00
"deleteAllDataProgress": {
"message": "Atsijungiama ir ištrinami visi duomenys",
"description": "Message shown to user when app is disconnected and data deleted"
},
2018-08-31 20:50:28 +00:00
"notifications": {
"message": "Pranešimai",
"description": "Header for notification settings"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"notificationSettingsDialog": {
"message": "Kai gaunamos žinutės, rodyti pranešimus, kuriuose atskleidžiama:",
"description": "Explain the purpose of the notification settings"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"disableNotifications": {
"message": "Išjungti pranešimus",
"description": "Label for disabling notifications"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"nameAndMessage": {
"message": "Ir siuntėjo vardas, ir žinutė",
"description": "Label for setting notifications to display name and message text"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"noNameOrMessage": {
"message": "Nei vardas, nei žinutė",
"description": "Label for setting notifications to display no name and no message text"
},
2018-08-31 20:50:28 +00:00
"nameOnly": {
"message": "Tik siuntėjo vardas",
"description": "Label for setting notifications to display sender name only"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"newMessage": {
"message": "Nauja žinutės",
"description": "Displayed in notifications for only 1 message"
},
"newMessages": {
"message": "Naujos žinutės",
"description": "Displayed in notifications for multiple messages"
},
"notificationMostRecentFrom": {
"message": "Paskiausi nuo:",
"description": "Displayed in notifications when setting is 'name only' and more than one message is waiting"
},
"notificationFrom": {
"message": "Nuo:",
"description": "Displayed in notifications when setting is 'name only' and one message is waiting"
},
"notificationMostRecent": {
"message": "Paskiausi:",
"description": "Displayed in notifications when setting is 'name and message' and more than one message is waiting"
},
"sendFailed": {
"message": "Išsiuntimas nepavyko",
"description": "Shown on outgoing message if it fails to send"
},
"showMore": {
"message": "Išsamesnė informacija",
"description": "Displays the details of a key change"
},
"showLess": {
"message": "Slėpti išsamesnę informaciją",
"description": "Hides the details of a key change"
},
"learnMore": {
"message": "Sužinoti daugiau apie saugumo numerių patvirtinimą",
"description": "Text that links to a support article on verifying safety numbers"
},
2016-08-11 19:22:17 +00:00
"expiredWarning": {
2018-10-16 00:32:32 +00:00
"message": "Pasibaigė šios Signal Desktop skirtos versijos galiojimas. Norint tęsti susirašinėjimą, prašome atsinaujinti iki naujausios versijos.",
2016-08-11 19:22:17 +00:00
"description": "Warning notification that this version of the app has expired"
},
2018-08-31 20:50:28 +00:00
"androidMessageLengthWarning": {
"message": "Android klientai gaus tik pirmuosius 2000 šios žinutės simbolių.",
"description": "Warning that long messages could not get received completely by Android clients."
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"upgrade": {
"message": "Naujinti",
"description": "Label text for button to upgrade the app to the latest version"
},
2018-08-31 20:50:28 +00:00
"mediaMessage": {
"message": "Medija žinutė",
"description": "Description of a message that has an attachment and no text, displayed in the conversation list as a preview."
},
2018-08-31 20:50:28 +00:00
"unregisteredUser": {
"message": "Numeris nėra registruotas",
"description": "Error message displayed when sending to an unregistered user."
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"sync": {
"message": "Kontaktai",
"description": "Label for contact and group sync settings"
},
2018-08-31 20:50:28 +00:00
"syncExplanation": {
"message": "Importuoti visas Signal grupes ir kontaktus iš jūsų mobiliojo įrenginio.",
"description": "Explanatory text for sync settings"
},
2018-08-31 20:50:28 +00:00
"lastSynced": {
"message": "Paskutinis importavimas ties",
"description": "Label for date and time of last sync operation"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"syncNow": {
"message": "Importuoti dabar",
"description": "Label for a button that syncs contacts and groups from your phone"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"syncing": {
"message": "Importuojama...",
"description": "Label for a disabled sync button while sync is in progress."
2017-02-09 23:27:14 +00:00
},
2018-08-31 20:50:28 +00:00
"syncFailed": {
"message": "Importavimas nepavyko. Įsitikinkite, kad jūsų kompiuteris ir telefonas yra prijungti prie interneto.",
"description": "Informational text displayed if a sync operation times out."
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"timestamp_s": {
"message": "dabar",
"description": "Brief timestamp for messages sent less than a minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_m": {
"message": "1 minutė",
"description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_h": {
"message": "1 valanda",
"description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble."
},
"hoursAgoShort": {
"message": "$hours$ val.",
"description": "Even further contracted form of 'X hours ago' which works both for singular and plural, used in the left pane",
"placeholders": {
"hours": {
"content": "$1",
"example": "2"
}
}
},
2018-07-18 17:47:58 +00:00
"hoursAgo": {
2018-07-31 16:54:06 +00:00
"message": "prieš $hours$ val.",
2018-07-18 17:47:58 +00:00
"description": "Contracted form of 'X hours ago' which works both for singular and plural",
"placeholders": {
2018-08-31 20:50:28 +00:00
"hours": {
"content": "$1",
"example": "2"
}
}
},
"minutesAgoShort": {
"message": "$minutes$ min.",
"description": "Even further contracted form of 'X minutes ago' which works both for singular and plural, used in the left pane",
"placeholders": {
"minutes": {
"content": "$1",
"example": "10"
}
}
},
"minutesAgo": {
"message": "prieš $minutes$ min.",
"description": "Contracted form of 'X minutes ago' which works both for singular and plural",
"placeholders": {
"minutes": {
"content": "$1",
"example": "10"
}
}
},
"justNow": {
"message": "dabar",
"description": "Shown if a message is very recent, less than 60 seconds old"
},
"timestampFormat_M": {
"message": "MMM D",
"description": "Timestamp format string for displaying month and day (but not the year) of a date within the current year, ex: use 'MMM D' for 'Aug 8', or 'D MMM' for '8 Aug'."
},
"unblockToSend": {
"message": "Atblokuokite šį kontaktą, kad išsiųstumėte žinutę.",
"description": "Brief message shown when trying to message a blocked number"
},
2018-10-16 00:32:32 +00:00
"unblockGroupToSend": {
"message": "Norėdami siųsti žinutę, atblokuokite šią grupę.",
"description": "Brief message shown when trying to message a blocked group"
},
2018-08-31 20:50:28 +00:00
"youChangedTheTimer": {
"message": "Jūs nustatėte išnykstančių žinučių laikmatį į $time$",
"description": "Message displayed when you change the message expiration timer in a conversation.",
"placeholders": {
"time": {
"content": "$1",
"example": "10m"
}
}
},
"timerSetOnSync": {
"message": "Išnykstančių žinučių laikmatis atnaujintas į $time$",
"description": "Message displayed when timer is set on initial link of desktop device.",
"placeholders": {
"time": {
2018-07-18 17:47:58 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "10m"
2018-07-18 17:47:58 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"theyChangedTheTimer": {
"message": "$name$ nustatė išnykstančių žinučių laikmatį į $time$",
"description": "Message displayed when someone else changes the message expiration timer in a conversation.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
},
"time": {
"content": "$2",
"example": "10m"
}
}
},
2018-08-31 20:50:28 +00:00
"timerOption_0_seconds": {
"message": "išjungta",
"description": "Label for option to turn off message expiration in the timer menu"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_5_seconds": {
"message": "5 sekundės",
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-08-31 20:50:28 +00:00
"timerOption_10_seconds": {
"message": "10 sekundžių",
"description": "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_30_seconds": {
"message": "30 sekundžių",
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-08-31 20:50:28 +00:00
"timerOption_1_minute": {
"message": "1 minutė",
"description": "Label for a selectable option in the message expiration timer menu"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_5_minutes": {
"message": "5 minutės",
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-08-31 20:50:28 +00:00
"timerOption_30_minutes": {
"message": "30 minučių",
"description": "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_hour": {
"message": "1 valanda",
"description": "Label for a selectable option in the message expiration timer menu"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_6_hours": {
"message": "6 valandos",
"description": "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_12_hours": {
"message": "12 valandų",
"description": "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_day": {
"message": "1 diena",
"description": "Label for a selectable option in the message expiration timer menu"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_week": {
"message": "1 savaitė",
"description": "Label for a selectable option in the message expiration timer menu"
2016-09-12 18:51:16 +00:00
},
2018-08-31 20:50:28 +00:00
"disappearingMessages": {
"message": "Išnykstančios žinutės",
"description": "Conversation menu option to enable disappearing messages"
},
2018-08-31 20:50:28 +00:00
"timerOption_0_seconds_abbreviated": {
"message": "išjungta",
"description": "Short format indicating current timer setting in the conversation list snippet"
2017-05-16 18:56:33 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_5_seconds_abbreviated": {
"message": "5 sek.",
"description": "Very short format indicating current timer setting in the conversation header"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_10_seconds_abbreviated": {
"message": "10 sek.",
"description": "Very short format indicating current timer setting in the conversation header"
},
2018-08-31 20:50:28 +00:00
"timerOption_30_seconds_abbreviated": {
"message": "30 sek.",
"description": "Very short format indicating current timer setting in the conversation header"
},
2018-08-31 20:50:28 +00:00
"timerOption_1_minute_abbreviated": {
"message": "1 min.",
"description": "Very short format indicating current timer setting in the conversation header"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_5_minutes_abbreviated": {
"message": "5 min.",
"description": "Very short format indicating current timer setting in the conversation header"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_30_minutes_abbreviated": {
"message": "30 min.",
"description": "Very short format indicating current timer setting in the conversation header"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_hour_abbreviated": {
"message": "1 val.",
"description": "Very short format indicating current timer setting in the conversation header"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_6_hours_abbreviated": {
"message": "6 val.",
2016-10-08 14:40:13 +00:00
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_12_hours_abbreviated": {
"message": "12 val.",
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_day_abbreviated": {
"message": "1 d.",
"description": "Very short format indicating current timer setting in the conversation header"
2018-07-20 23:30:56 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_week_abbreviated": {
"message": "1 sav.",
"description": "Very short format indicating current timer setting in the conversation header"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"disappearingMessagesDisabled": {
"message": "Išnykstančios žinutės išjungtos",
"description": "Displayed in the left pane when the timer is turned off"
},
2018-08-31 20:50:28 +00:00
"disabledDisappearingMessages": {
"message": "$name$ išjungė išnykstančias žinutes",
"description": "Displayed in the conversation list when the timer is turned off",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"youDisabledDisappearingMessages": {
"message": "Jūs išjungėte išnykstančias žinutes",
"description": "Displayed in the conversation list when the timer is turned off"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerSetTo": {
"message": "Laikmatis nustatytas į $time$",
"description": "Displayed in the conversation list when the timer is updated by some automatic action, or in the left pane",
"placeholders": {
2018-08-31 20:50:28 +00:00
"time": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "1w"
}
}
},
2018-08-31 20:50:28 +00:00
"audioNotificationDescription": {
"message": "Groti garso pranešimus",
"description": "Description for audio notification setting"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"safetyNumberChanged": {
"message": "Pasikeitė saugumo numeris",
"description": "A notification shown in the conversation when a contact reinstalls"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"safetyNumberChangedGroup": {
"message": "Pasikeitė saugumo numeris su $name$",
"description": "A notification shown in a group conversation when a contact reinstalls, showing the contact name",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"verifyNewNumber": {
"message": "Patvirtinti saugumo numerį",
"description": "Label on button included with safety number change notification in the conversation"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"yourSafetyNumberWith": {
"message": "Jūsų saugumo numeris su $name$:",
"description": "Heading for safety number view",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "John"
}
}
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"themeLight": {
"message": "Šviesi",
"description": "Label text for light theme (normal)"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"themeDark": {
"message": "Tamsi",
"description": "Label text for dark theme"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"hideMenuBar": {
"message": "Slėpti meniu juostą",
"description": "Label text for menu bar visibility setting"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"startConversation": {
"message": "Pradėti pokalbį…",
"description": "Label underneath number a user enters that is not an existing contact"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"newPhoneNumber": {
"message": "Įveskite kontakto, kurį norite pridėti, numerį.",
"description": "Placeholder for adding a new number to a contact"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"invalidNumberError": {
"message": "Neteisingas numeris",
"description": "When a person inputs a number that is invalid"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"unlinkedWarning": {
2018-10-16 00:32:32 +00:00
"message": "Norėdami tęsti susirašinėjimą, iš naujo susiekite Signal Desktop su savo mobiliuoju įrenginiu.",
"description": ""
},
2018-08-31 20:50:28 +00:00
"unlinked": {
"message": "Atsietas",
2016-08-11 19:22:17 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"relink": {
"message": "Susieti iš naujo",
2016-08-11 19:22:17 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionTitle": {
"message": "Yra prieinamas Signal atnaujinimas",
2016-08-11 19:22:17 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionMessage": {
"message": "Yra prieinama nauja Signal versija.",
2016-08-11 19:22:17 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionInstructions": {
"message": "Norėdami pritaikyti atnaujinimus, paspauskite \"Paleisti Signal iš naujo\".",
2016-08-11 19:22:17 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateRestartButtonLabel": {
"message": "Paleisti Signal iš naujo",
"description": ""
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"autoUpdateLaterButtonLabel": {
"message": "Vėliau",
2016-08-11 19:22:17 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"leftTheGroup": {
"message": "$name$ išėjo iš grupės",
"description": "Shown in the conversation history when a single person leaves the group",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"multipleLeftTheGroup": {
"message": "$name$ išėjo iš grupės",
"description": "Shown in the conversation history when multiple people leave the group",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Alice, Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"updatedTheGroup": {
"message": "Grupė atnaujinta",
"description": "Shown in the conversation history when someone updates the group"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"titleIsNow": {
"message": "Dabar pavadinimas yra \"$name$\"",
"description": "Shown in the conversation history when someone changes the title of the group",
2016-10-07 10:13:47 +00:00
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
2016-10-07 10:13:47 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Book Club"
2016-10-07 10:13:47 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"joinedTheGroup": {
"message": "$name$ prisijungė prie grupės",
"description": "Shown in the conversation history when a single person joins the group",
2018-07-18 17:47:58 +00:00
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
2018-07-18 17:47:58 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Alice"
2018-07-18 17:47:58 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"multipleJoinedTheGroup": {
"message": "$names$ prisijungė prie grupės",
"description": "Shown in the conversation history when more than one person joins the group",
"placeholders": {
2018-08-31 20:50:28 +00:00
"names": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Alice, Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"privacyPolicy": {
"message": "Sąlygos ir Privatumo politika",
"description": "Shown in the about box for the link to https://signal.org/legal"
2016-08-11 19:22:17 +00:00
}
}