mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
233 lines
5.9 KiB
Plaintext
233 lines
5.9 KiB
Plaintext
/*
|
|
Localization provided by Wordcrafts
|
|
The Mac OS X and iOS localization experts.
|
|
http://www.wordcrafts.de
|
|
*/
|
|
|
|
|
|
/* General */
|
|
|
|
/* For dialogs yes buttons */
|
|
"HockeyYes" = "Sim";
|
|
|
|
/* For dialogs no buttons */
|
|
"HockeyNo" = "Não";
|
|
|
|
/* For dialogs ok buttons */
|
|
"HockeyOK" = "OK";
|
|
|
|
/* Replacement for app name, if it could not be detected */
|
|
"HockeyAppNamePlaceholder" = "Esta aplicação";
|
|
|
|
/* Crash */
|
|
|
|
|
|
/* Crash dialog */
|
|
|
|
/* Title showing in the alert box when crash report data has been found */
|
|
"CrashDataFoundTitle" = "%@ fechou inesperadamente";
|
|
|
|
/* Description explaining that crash data has been found and ask the user if the data might be uploaded to the developers server */
|
|
"CrashDataFoundAnonymousDescription" = "Pretende enviar um relatório anónimo para que possamos resolver o problema?";
|
|
|
|
/* Description explaining that crash data has been found and ask the user if the non anonymous data might be uplaoded to the developers server */
|
|
"CrashDataFoundDescription" = "Pretende enviar um relatório para que possamos resolver o problema?";
|
|
|
|
/* Alert box button if the users wants to send crash data always automatically */
|
|
"CrashSendReportAlways" = "Enviar sempre";
|
|
|
|
/* Alert box button to send the crash report once */
|
|
"CrashSendReport" = "Enviar relatório";
|
|
|
|
/* Alert box button to decline sending the report */
|
|
"CrashDontSendReport" = "Não enviar";
|
|
|
|
/* Text showing in a processing box that the crash data is being uploaded to the server */
|
|
"CrashReportSending" = "A enviar...";
|
|
|
|
|
|
/* Update */
|
|
|
|
|
|
/* Update Alert view */
|
|
|
|
/* Update available */
|
|
"UpdateAvailable" = "Actualização disponível";
|
|
|
|
"UpdateAlertTextWithAppVersion" = "%@ está disponível.";
|
|
|
|
"UpdateAlertMandatoryTextWithAppVersion" = "%@ está disponível e é uma actualização obrigatória!";
|
|
|
|
"UpdateIgnore" = "Ignorar";
|
|
|
|
"UpdateShow" = "Mostrar";
|
|
|
|
"UpdateInstall" = "Instalar";
|
|
|
|
|
|
/* Update Details */
|
|
|
|
"UpdateScreenTitle" = "Actualização";
|
|
|
|
"UpdateButtonCheck" = "VERIFICAR";
|
|
|
|
"UpdateButtonSearching" = "A VERIFICAR";
|
|
|
|
"UpdateButtonUpdate" = "ACTUALIZAR";
|
|
|
|
"UpdateButtonInstalling" = "A INSTALAR";
|
|
|
|
"UpdateButtonOffline" = "OFFLINE";
|
|
|
|
"UpdateInstalled" = "INSTALADO";
|
|
|
|
"UpdateVersion" = "Versão";
|
|
|
|
"UpdateShowPreviousVersions" = "Mostrar versões anteriores...";
|
|
|
|
"UpdateNoUpdateAvailableTitle" = "Nenhuma actualização disponível";
|
|
|
|
"UpdateNoUpdateAvailableMessage" = "%@ é a mais recente.";
|
|
|
|
"UpdateError" = "Erro";
|
|
|
|
"UpdateWarning" = "Aviso";
|
|
|
|
"UpdateNoReleaseNotesAvailable" = "Nenhuma nota de lançamento disponível.";
|
|
|
|
|
|
/* Update Authorization */
|
|
|
|
"UpdateAuthorizationProgress" = "A autorizar...";
|
|
|
|
"UpdateAuthorizationOffline" = "É necessária uma ligação à Internet!";
|
|
|
|
"UpdateAuthorizationDenied" = "Autorização negada. Contacte o programador.";
|
|
|
|
|
|
/* Update Expiry */
|
|
|
|
"UpdateExpired" = "%@ expirou e já não pode ser utilizada.";
|
|
|
|
|
|
/* Update Simulator Warning */
|
|
|
|
"UpdateSimulatorMessage" = "A actualização do Hockey não funciona com o Simulador.\nO url scheme itms-services:// está implementado mas não funciona.";
|
|
|
|
|
|
/* Feedback */
|
|
|
|
|
|
/* New Message Alert */
|
|
|
|
/* Alert Title */
|
|
"HockeyFeedbackNewMessageTitle" = "Nova resposta a comentário";
|
|
|
|
/* Alert Text */
|
|
"HockeyFeedbackNewMessageText" = "Está disponível uma nova resposta ao seu comentário. Pretende vê-la?";
|
|
|
|
/* Alert Ignore Button */
|
|
"HockeyFeedbackIgnore" = "Ignorar";
|
|
|
|
/* Alert Show Button */
|
|
"HockeyFeedbackShow" = "Mostrar";
|
|
|
|
|
|
/* List View */
|
|
|
|
/* Title */
|
|
"HockeyFeedbackListTitle" = "Comentário";
|
|
|
|
/* Last Updated */
|
|
"HockeyFeedbackListLastUpdated" = "Última actualização: %@";
|
|
|
|
/* Never Updated */
|
|
"HockeyFeedbackListNeverUpdated" = "Nunca";
|
|
|
|
/* Provide Feedback Button Title */
|
|
"HockeyFeedbackListButonWriteFeedback" = "Fornecer comentário";
|
|
|
|
/* Add a Response Button Title */
|
|
"HockeyFeedbackListButonWriteResponse" = "Adicionar uma resposta";
|
|
|
|
/* User Data Set Name Button Title */
|
|
"HockeyFeedbackListButonUserDataSetName" = "Definir nome";
|
|
|
|
/* User Data Set Email Button Title */
|
|
"HockeyFeedbackListButonUserDataSetEmail" = "Definir e-mail";
|
|
|
|
/* User Data With Name Button Title */
|
|
"HockeyFeedbackListButonUserDataWithName" = "Nome: %@";
|
|
|
|
/* User Data With Email Button Title */
|
|
"HockeyFeedbackListButonUserDataWithEmail" = "E-mail: %@";
|
|
|
|
/* Button title for deleting all local messages*/
|
|
"HockeyFeedbackListButonDeleteAllMessages" = "Eliminar todas as mensagens";
|
|
|
|
/* Message pending to be send */
|
|
"HockeyFeedbackListMessagePending" = "Pendente";
|
|
|
|
|
|
/* Delete All Messages Action Sheet / Alert View */
|
|
|
|
/* Title for the Action Sheet */
|
|
"HockeyFeedbackListDeleteAllTitle" = "Todas as mensagens do dispositivo serão eliminadas.";
|
|
|
|
/* Button Title to perform delete action */
|
|
"HockeyFeedbackListDeleteAllDelete" = "Eliminar";
|
|
|
|
/* Button Title to cancel delete action */
|
|
"HockeyFeedbackListDeleteAllCancel" = "Cancelar";
|
|
|
|
|
|
/* Open Link In Safari Action Sheet / Alert View */
|
|
|
|
/* Button Title to cancel */
|
|
"HockeyFeedbackListLinkActionCancel" = "Cancelar";
|
|
|
|
/* Button Title to Open the Link */
|
|
"HockeyFeedbackListLinkActionOpen" = "Abrir";
|
|
|
|
/* Button Title to Copy the Link */
|
|
"HockeyFeedbackListLinkActionCopy" = "Copiar";
|
|
|
|
|
|
/* UIActivity */
|
|
|
|
/* Activity Sharing Button Title, App Name will be inserted */
|
|
"HockeyFeedbackActivityButtonTitle" = "Comentário de %@";
|
|
|
|
/* if there can no app name be found, use this instead for HockeyFeedbackActivityButtonTitle */
|
|
"HockeyFeedbackActivityAppPlaceholder" = "Aplicação";
|
|
|
|
|
|
/* Compose Message */
|
|
|
|
/* Title */
|
|
"HockeyFeedbackComposeTitle" = "Novo comentário";
|
|
|
|
/* Send button */
|
|
"HockeyFeedbackComposeSend" = "Enviar";
|
|
|
|
|
|
/* Set User Data */
|
|
|
|
/* Title */
|
|
"HockeyFeedbackUserDataTitle" = "Os meus dados";
|
|
|
|
/* Description On What Should Be Entered */
|
|
"HockeyFeedbackUserDataDescription" = "Forneça os seus dados antes de escrever o comentário.";
|
|
|
|
/* Name Field */
|
|
"HockeyFeedbackUserDataName" = "Nome";
|
|
|
|
/* Name Placeholder */
|
|
"HockeyFeedbackUserDataNamePlaceHolder" = "João Silva";
|
|
|
|
/* Email Field */
|
|
"HockeyFeedbackUserDataEmail" = "E-mail";
|
|
|
|
/* Email Placeholder */
|
|
"HockeyFeedbackUserDataEmailPlaceholder" = "exemplo@email.com";
|