2016-08-11 19:22:17 +00:00
{
"lastSynced" : {
"message" : "Last import at" ,
"description" : "Label for date and time of last sync operation"
} ,
"unsupportedAttachment" : {
"message" : "Nepalaikomas priedo tipas. Spustelėkite, kad įrašytumėte." ,
"description" : "Displayed for incoming unsupported attachment"
} ,
"settings" : {
"message" : "Nustatymai" ,
"description" : "Menu item and header for global settings"
} ,
"incomingKeyConflict" : {
"message" : "Received message with unknown identity key. Click to process and display." ,
"description" : ""
} ,
"installComputerName" : {
"message" : "Šio kompiuterio pavadinimas bus" ,
"description" : "Text displayed before the input where the user can enter the name for this device."
} ,
"timestamp_m" : {
2016-08-18 18:17:20 +00:00
"message" : "1 minute" ,
"description" : "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
2016-08-11 19:22:17 +00:00
} ,
"gotIt" : {
"message" : "Got it!" ,
"description" : "Label for a button that dismisses a dialog. The user clicks it to confirm that they understand the message in the dialog."
} ,
"showMore" : {
"message" : "Details" ,
"description" : "Displays the details of a key change"
} ,
"unsupportedFileType" : {
"message" : "Nepalaikomas failo tipas" ,
"description" : "Displayed for outgoing unsupported attachment"
} ,
"installGeneratingKeys" : {
"message" : "Kuriami raktai" ,
"description" : ""
} ,
"resetSession" : {
"message" : "Reset Session" ,
"description" : "This is a menu item for resetting the session, using the imperative case, as in a command."
} ,
"welcomeToSignal" : {
"message" : "Sveiki atvykę į Signal" ,
"description" : ""
} ,
"notificationSettingsDialog" : {
"message" : "When messages arrive, display notifications that reveal:" ,
"description" : "Explain the purpose of the notification settings"
} ,
"members" : {
"message" : "Members" ,
"description" : ""
} ,
"timestamp_h" : {
"message" : "1 hour" ,
2016-08-18 18:17:20 +00:00
"description" : "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
2016-08-11 19:22:17 +00:00
} ,
"syncExplanation" : {
"message" : "Importuoti visas Signal grupes ir kontaktus iš jūsų mobiliojo įrenginio." ,
"description" : "Explanatory text for sync settings"
} ,
"restartSignal" : {
"message" : "Paleisti Signal iš naujo" ,
"description" : "Menu item for restarting the program."
} ,
"deleteMessages" : {
2016-08-18 18:17:20 +00:00
"message" : "Ištrinti žinutes" ,
2016-08-11 19:22:17 +00:00
"description" : "Menu item for deleting messages, title case."
} ,
"incomingError" : {
2016-08-18 18:17:20 +00:00
"message" : "Klaida, apdorojant gaunamą žinutę." ,
2016-08-11 19:22:17 +00:00
"description" : ""
} ,
"selectAContact" : {
"message" : "Select a contact or group to start chatting." ,
"description" : ""
} ,
"installConnecting" : {
"message" : "Jungiamasi..." ,
"description" : "Displayed when waiting for the QR Code"
} ,
"verifyContact" : {
"message" : "You may wish to $tag_start$ verify $tag_end$ this contact." ,
"description" : "Use $tag_start$ and $tag_end$ to wrap the word or phrase in this sentence that the user should click on in order to navigate to the verification screen. These placeholders will be replaced with appropriate HTML code." ,
"placeholders" : {
"tag_start" : {
"content" : "<a class='verify' href='#'>"
} ,
"tag_end" : {
"content" : "</a>"
}
}
} ,
"sent" : {
"message" : "Išsiųsta" ,
"description" : "Label for the time a message was sent"
} ,
"timestamp_s" : {
"message" : "now" ,
2016-08-18 18:17:20 +00:00
"description" : "Brief timestamp for messages sent less than a minute ago. Displayed in the conversation list and message bubble."
2016-08-11 19:22:17 +00:00
} ,
"reportIssue" : {
"message" : "Pranešti apie klaidą" ,
"description" : "Link to open the issue tracker"
} ,
"newMessage" : {
"message" : "New Message" ,
"description" : "Displayed in notifications for only 1 message"
} ,
"nameOnly" : {
"message" : "Only sender name" ,
"description" : "Label for setting notifications to display sender name only"
} ,
"verifyIdentity" : {
2016-08-18 18:17:20 +00:00
"message" : "Patvirtinti tapatybę" ,
2016-08-11 19:22:17 +00:00
"description" : ""
} ,
"from" : {
"message" : "Nuo" ,
"description" : "Label for the sender of a message"
} ,
"deleteConversationConfirmation" : {
2016-08-18 18:17:20 +00:00
"message" : "Ar ištrinti šį pokalbį visiems laikams?" ,
2016-08-11 19:22:17 +00:00
"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."
} ,
"debugLogExplanation" : {
2016-08-24 23:54:05 +00:00
"message" : "Šis žurnalas bus viešai paskelbtas internete talkininkams peržiūrėti. Jūs galite jį išnagrinėti ir prieš pateikdami paredaguoti." ,
2016-08-11 19:22:17 +00:00
"description" : ""
} ,
"searchForPeopleOrGroups" : {
"message" : "Ieškoti..." ,
"description" : "Placeholder text in the search input"
} ,
"noNameOrMessage" : {
"message" : "Neither name nor message" ,
"description" : "Label for setting notifications to display no name and no message text"
} ,
"syncNow" : {
"message" : "Importuoti dabar" ,
"description" : "Label for a button that syncs contacts and groups from your phone"
} ,
"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."
} ,
"installFollowUs" : {
2016-09-08 20:06:59 +00:00
"message" : "<a $a_params$>Sekite mus</a>, norėdami sužinoti apie atnaujinimus, susijusius su kelių įrenginių palaikymu, skirtu iOS." ,
2016-08-11 19:22:17 +00:00
"description" : "" ,
"placeholders" : {
"a_params" : {
"content" : "$1" ,
"example" : "href='http://example.com'"
}
}
} ,
"learnMore" : {
"message" : "Learn more about verifying keys." ,
"description" : "Text that links to a support article on verifying identity keys"
} ,
"yourIdentity" : {
"message" : "Jūsų tapatybė" ,
"description" : "Label for the user's own identity key."
} ,
"installTooManyDevices" : {
2016-08-18 18:17:20 +00:00
"message" : "Atleiskite, jūs jau turite per daug susietų įrenginių. Pabandykite kai kuriuos pašalinti." ,
2016-08-11 19:22:17 +00:00
"description" : ""
} ,
"installSyncingGroupsAndContacts" : {
"message" : "Sinchronizuojamos grupės ir kontaktai" ,
"description" : ""
} ,
"upgrade" : {
"message" : "Naujinti" ,
"description" : "Label text for button to upgrade the app to the latest version"
} ,
"showLess" : {
"message" : "Hide details" ,
"description" : "Hides the details of a key change"
} ,
"newIdentity" : {
"message" : "Nauja tapatybė" ,
"description" : "Header for a key change dialog"
} ,
"installTagline" : {
"message" : "Privacy is possible. Signal makes it easy." ,
"description" : "Tagline displayed under installWelcome on the install page"
} ,
"disconnected" : {
"message" : "Atsijungta" ,
"description" : ""
} ,
"syncing" : {
"message" : "Importuojama..." ,
"description" : "Label for a disabled sync button while sync is in progress."
} ,
"acceptNewKey" : {
"message" : "Priimti" ,
"description" : "Label for a button to accept a new identity key"
} ,
2016-08-24 23:54:05 +00:00
"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'."
} ,
2016-08-11 19:22:17 +00:00
"unregisteredUser" : {
"message" : "Number is not registered" ,
"description" : "Error message displayed when sending to an unregistered user."
} ,
"sync" : {
"message" : "Contacts" ,
"description" : "Label for contact and group sync settings"
} ,
"received" : {
"message" : "Gauta" ,
"description" : "Label for the time a message was received"
} ,
"sendMessage" : {
"message" : "Siųsti žinutę" ,
"description" : "Placeholder text in the message entry field"
} ,
"mediaMessage" : {
"message" : "Media message" ,
"description" : "Description of a message that has an attachment and no text, displayed in the conversation list as a preview."
} ,
"expiredWarning" : {
"message" : "This version of Signal Desktop has expired. Please upgrade to the latest version to continue messaging." ,
"description" : "Warning notification that this version of the app has expired"
} ,
"outgoingKeyConflict" : {
"message" : "This contact's identity key has changed. Click to process and display." ,
"description" : ""
} ,
"fileSizeWarning" : {
2016-08-24 23:54:05 +00:00
"message" : "Atleiskite, pasirinktas failas viršija žinutės dydžio apribojimus." ,
2016-08-11 19:22:17 +00:00
"description" : ""
} ,
"installAndroidInstructions" : {
2016-09-08 20:06:59 +00:00
"message" : "Atverkite Signal savo telefone ir naršykite į Nustatymai > Susieti įrenginiai. Bakstelėkite mygtuką, kad pridėtumėte naują įrenginį, o tuomet nuskenuokite aukščiau esantį kodą." ,
2016-08-11 19:22:17 +00:00
"description" : ""
} ,
"installWelcome" : {
2016-09-08 20:06:59 +00:00
"message" : "Sveiki atvykę į Signal darbalaukiui" ,
2016-08-11 19:22:17 +00:00
"description" : "Welcome title on the install page"
} ,
"installConnectionFailed" : {
"message" : "Nepavyko prisijungti prie serverio." ,
"description" : "Displayed when we can't connect to the server."
} ,
"messageNotSent" : {
"message" : "Žinutė neišsiųsta." ,
"description" : "Informational label, appears on messages that failed to send"
} ,
"disableNotifications" : {
"message" : "Išjungti pranešimus" ,
"description" : "Label for disabling notifications"
} ,
"cancel" : {
"message" : "Atsisakyti" ,
"description" : ""
} ,
2016-09-12 18:51:16 +00:00
"unblockToSend" : {
"message" : "Unblock this contact to send a message." ,
"description" : "Brief message shown when trying to message a blocked number"
} ,
2016-08-11 19:22:17 +00:00
"installIHaveSignalButton" : {
"message" : "Aš turiu programą Signal, skirtą Android" ,
"description" : "Button for the user to confirm that they have Signal for Android"
} ,
"sessionEnded" : {
"message" : "Secure session reset" ,
"description" : "This is a past tense, informational message. In other words, your secure session has been reset."
} ,
"installGetStartedButton" : {
"message" : "Darbo pradžia" ,
"description" : ""
} ,
"installSignalLink" : {
2016-08-18 18:17:20 +00:00
"message" : "Iš pradžių, įdiekite <a $a_params$>Signal</a> savo Android telefone.<br /> Mes susiesime jūsų įrenginius ir išlaikysime jūsų žinutes sinchronizuotas." ,
2016-08-11 19:22:17 +00:00
"description" : "Prompt the user to install Signal on Android before linking" ,
"placeholders" : {
"a_params" : {
"content" : "$1" ,
"example" : "href='http://example.com'"
}
}
} ,
"installLinkingWithNumber" : {
"message" : "Linking with" ,
"description" : "Text displayed before the phone number that the user is in the process of linking with"
} ,
"theirIdentity" : {
"message" : "Their identity" ,
"description" : "Label for someone else's identity key. They is used here as a gender-neutral third-person singular."
} ,
"newMessages" : {
"message" : "New Messages" ,
"description" : "Displayed in notifications for multiple messages"
} ,
"theirIdentityUnknown" : {
"message" : "You haven't exchanged any messages with this contact yet. Their identity will be available after the first message." ,
"description" : ""
} ,
"submit" : {
"message" : "Submit" ,
"description" : ""
} ,
"to" : {
"message" : "Kam" ,
"description" : "Label for the receiver of a message"
} ,
"installFinalButton" : {
"message" : "Looking good" ,
"description" : "The final button for the install process, after the user has entered a name for their device"
} ,
"messageDetail" : {
"message" : "Message Detail" ,
"description" : ""
} ,
"verify" : {
"message" : "Verify" ,
"description" : ""
} ,
"nameAndMessage" : {
"message" : "Both sender name and message" ,
"description" : "Label for setting notifications to display name and message text"
} ,
"failedToSend" : {
2016-08-18 18:17:20 +00:00
"message" : "Nepavyko išsiųsti kai kuriems gavėjams. Patikrinkite savo tinklo ryšį." ,
2016-08-11 19:22:17 +00:00
"description" : ""
} ,
"ok" : {
"message" : "Gerai" ,
"description" : ""
} ,
"identityChanged" : {
"message" : "This contact is using a new Signal identity. This could either mean that someone is trying to intercept your communication, or this contact simply re-installed Signal. You may wish to verify their new identity key below." ,
"description" : ""
} ,
"submitDebugLog" : {
"message" : "Pateikti derinimo žurnalą" ,
"description" : "Menu item and header text for debug log modal, title case."
} ,
"error" : {
"message" : "Klaida" ,
"description" : ""
} ,
"notifications" : {
"message" : "Pranešimai" ,
"description" : "Header for notification settings"
} ,
"resend" : {
2016-08-18 18:17:20 +00:00
"message" : "Siųsti iš naujo" ,
2016-08-11 19:22:17 +00:00
"description" : ""
}
}