signal-desktop/_locales/lt/messages.json

523 lines
20 KiB
JSON
Raw Normal View History

2016-08-11 19:22:17 +00:00
{
2016-10-07 10:13:47 +00:00
"timerOption_10_seconds": {
"message": "10 seconds",
"description": "Label for a selectable option in the message expiration timer menu"
},
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"
},
2016-10-08 14:40:13 +00:00
"verifySafetyNumbers": {
"message": "Verify safety numbers",
"description": ""
},
2016-10-07 10:13:47 +00:00
"youChangedTheTimer": {
"message": "You set the timer to $time$.",
"description": "Message displayed when you change the message expiration timer in a conversation.",
"placeholders": {
"time": {
"content": "$1",
"example": "10m"
}
}
},
2016-08-11 19:22:17 +00:00
"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": ""
},
2016-10-07 10:13:47 +00:00
"timerOption_5_seconds_abbreviated": {
"message": "5s",
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
},
2016-08-11 19:22:17 +00:00
"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."
},
2016-10-07 10:13:47 +00:00
"disappearingMessages": {
"message": "Disappearing messages",
"description": "Conversation menu option to enable disappearing messages"
},
2016-08-11 19:22:17 +00:00
"showMore": {
"message": "Details",
"description": "Displays the details of a key change"
},
2016-10-07 10:13:47 +00:00
"timerOption_5_minutes_abbreviated": {
"message": "5m",
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
},
2016-08-11 19:22:17 +00:00
"unsupportedFileType": {
"message": "Nepalaikomas failo tipas",
"description": "Displayed for outgoing unsupported attachment"
},
"installGeneratingKeys": {
"message": "Kuriami raktai",
"description": ""
},
"resetSession": {
2016-10-08 14:40:13 +00:00
"message": "Reset session",
2016-08-11 19:22:17 +00:00
"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
},
2016-10-07 10:13:47 +00:00
"timerOption_0_seconds_abbreviated": {
"message": "off",
2016-10-08 14:40:13 +00:00
"description": "Short format indicating current timer setting in the conversation list snippet"
2016-10-07 10:13:47 +00:00
},
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-10-08 14:40:13 +00:00
"message": "Delete messages",
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"
},
2016-10-07 10:13:47 +00:00
"theyChangedTheTimer": {
"message": "$name$ set the timer to $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"
}
}
},
2016-08-11 19:22:17 +00:00
"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
},
2016-10-07 10:13:47 +00:00
"timerOption_1_day": {
"message": "1 day",
"description": "Label for a selectable option in the message expiration timer menu"
},
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."
},
2016-10-07 10:13:47 +00:00
"safetyNumbersSettingHeader": {
"message": "Safety numbers approval",
"description": "Description for safety numbers setting"
},
2016-08-11 19:22:17 +00:00
"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": ""
},
2016-09-27 22:23:39 +00:00
"installSignalLinks": {
"message": "First, install Signal on your <a $play_store$>Android</a> or <a $app_store$>iPhone</a>.<br /> We'll link your devices and keep your messages in sync.",
"description": "Prompt the user to install Signal on their phone before linking",
"placeholders": {
"play_store": {
"content": "$1",
"example": "href='http://example.com'"
},
"app_store": {
"content": "$2",
"example": "href='http://example.com'"
}
}
},
2016-08-11 19:22:17 +00:00
"installSyncingGroupsAndContacts": {
"message": "Sinchronizuojamos grupės ir kontaktai",
"description": ""
},
2016-10-07 10:13:47 +00:00
"timerOption_30_minutes_abbreviated": {
"message": "30m",
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
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
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
},
2016-08-11 19:22:17 +00:00
"upgrade": {
"message": "Naujinti",
"description": "Label text for button to upgrade the app to the latest version"
},
2016-10-07 10:13:47 +00:00
"yourSafetyNumberWith": {
2016-10-10 10:42:00 +00:00
"message": "Your safety numbers with $name$",
2016-10-07 10:13:47 +00:00
"description": "Heading for safety number view",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
2016-08-11 19:22:17 +00:00
"showLess": {
"message": "Hide details",
"description": "Hides the details of a key change"
},
2016-10-08 14:40:13 +00:00
"theme": {
"message": "Theme",
"description": "Header for theme settings"
},
2016-08-11 19:22:17 +00:00
"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-10-07 10:13:47 +00:00
"timerOption_12_hours_abbreviated": {
"message": "12h",
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
},
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-10-07 10:13:47 +00:00
"timerOption_6_hours_abbreviated": {
"message": "6h",
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
},
2016-08-11 19:22:17 +00:00
"unregisteredUser": {
"message": "Number is not registered",
"description": "Error message displayed when sending to an unregistered user."
},
2016-10-07 10:13:47 +00:00
"timerOption_1_day_abbreviated": {
"message": "1d",
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
},
2016-08-11 19:22:17 +00:00
"sync": {
"message": "Contacts",
"description": "Label for contact and group sync settings"
},
2016-10-07 10:13:47 +00:00
"timerOption_1_week": {
"message": "1 week",
"description": "Label for a selectable option in the message expiration timer menu"
},
2016-09-27 22:23:39 +00:00
"installGotIt": {
"message": "Got it",
"description": "Button for the user to confirm that they have Signal installed."
},
2016-08-11 19:22:17 +00:00
"received": {
"message": "Gauta",
"description": "Label for the time a message was received"
},
2016-10-07 10:13:47 +00:00
"timerOption_30_seconds": {
"message": "30 seconds",
"description": "Label for a selectable option in the message expiration timer menu"
},
2016-08-11 19:22:17 +00:00
"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": ""
},
2016-10-07 10:13:47 +00:00
"timerOption_0_seconds": {
"message": "off",
"description": "Label for option to turn off message expiration in the timer menu"
},
2016-08-11 19:22:17 +00:00
"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": ""
},
2016-10-07 10:13:47 +00:00
"timerOption_1_week_abbreviated": {
"message": "1w",
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
},
"timerOption_5_seconds": {
"message": "5 seconds",
"description": "Label for a selectable option in the message expiration timer menu"
},
2016-08-11 19:22:17 +00:00
"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": ""
},
2016-10-07 10:13:47 +00:00
"keychanged": {
"message": "$name$'s safety numbers have changed",
"description": "",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
"safetyNumbersSettingDescription": {
"message": "Require approval of new safety numbers when they change.",
"description": "Description for safety numbers setting"
},
2016-08-11 19:22:17 +00:00
"to": {
"message": "Kam",
"description": "Label for the receiver of a message"
},
2016-10-07 10:13:47 +00:00
"timerOption_1_hour_abbreviated": {
"message": "1h",
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
},
2016-08-11 19:22:17 +00:00
"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": ""
},
2016-10-07 10:13:47 +00:00
"timerOption_10_seconds_abbreviated": {
"message": "10s",
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
},
2016-08-11 19:22:17 +00:00
"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": {
2016-10-08 14:40:13 +00:00
"message": "Submit debug log",
2016-08-11 19:22:17 +00:00
"description": "Menu item and header text for debug log modal, title case."
},
"error": {
"message": "Klaida",
"description": ""
},
2016-10-07 10:13:47 +00:00
"timerSetTo": {
"message": "Timer set to $time$",
"description": "Displayed in the conversation list when the timer is updated.",
"placeholders": {
"time": {
"content": "$1",
"example": "1w"
}
}
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
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
},
2016-08-11 19:22:17 +00:00
"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": ""
}
}