mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
117 lines
3.5 KiB
Plaintext
Executable File
117 lines
3.5 KiB
Plaintext
Executable File
/* General */
|
|
|
|
/* For dialogs yes buttons */
|
|
"HockeyYes" = "Sim";
|
|
|
|
/* For dialogs no buttons */
|
|
"HockeyNo" = "Não";
|
|
|
|
/* For dialogs ok buttons */
|
|
"HockeyOK" = "OK";
|
|
|
|
|
|
/* Crash */
|
|
|
|
|
|
/* Crash dialog */
|
|
|
|
/* Title showing in the alert box when crash report data has been found */
|
|
"CrashDataFoundTitle" = "Informação de falha encontrada";
|
|
|
|
/* Description explaining that crash data has been found and ask the user if the data might be uploaded to the developers server */
|
|
"CrashDataFoundAnonymousDescription" = "A aplicação falhou anteriormente. Gostaria de enviar informação ao programador acerca da falha de forma a poderem 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" = "A aplicação falhou anteriormente. Gostaria de enviar informação anónima ao programador acerca da falha de forma a poderem resolver o problema?";
|
|
|
|
/* Alert box button if the users wants to send crash data always automatically */
|
|
"CrashSendReportAlways" = "Sempre";
|
|
|
|
/* Alert box button to send the crash report once */
|
|
"CrashSendReport" = "Sim";
|
|
|
|
/* Alert box button to decline sending the report */
|
|
"CrashDontSendReport" = "Não";
|
|
|
|
/* Text showing in a processing box that the crash data is being uploaded to the server */
|
|
"CrashReportSending" = "Enviando…";
|
|
|
|
|
|
/* Crash status dialog */
|
|
|
|
/* Title for the alertview giving feedback about the crash */
|
|
"CrashResponseTitle" = "Estado do bug";
|
|
|
|
/* Full text telling the bug is fixed and will be available in the next release */
|
|
"CrashResponseNextRelease" = "O bug que causou o problema já se encontra resolvido e a solução será incluída na próxima versão do %@.";
|
|
|
|
/* Full text telling the bug is fixed and the new release is waiting at Apple */
|
|
"CrashResponseWaitingApple" = "O bug que causou o problema já se encontra resolvido e a nova versão do %@ está aguardando aprovação da Apple.";
|
|
|
|
/* Full text telling the bug is fixed and an update is available in the AppStore */
|
|
"CrashResponseAvailable" = "O bug que causou o problema já se encontra resolvido e a nova versão do %@ está disponível. Por favor actualize!";
|
|
|
|
|
|
/* Update */
|
|
|
|
|
|
/* Update Alert view */
|
|
|
|
/* Update available */
|
|
"UpdateAvailable" = "Update available";
|
|
|
|
"UpdateAlertTextWithAppVersion" = "%@ is available.";
|
|
|
|
"UpdateAlertMandatoryTextWithAppVersion" = "%@ is available and is a mandatory update!";
|
|
|
|
"UpdateIgnore" = "Ignore";
|
|
|
|
"UpdateShow" = "Show";
|
|
|
|
"UpdateInstall" = "Install";
|
|
|
|
|
|
/* Update Details */
|
|
|
|
"UpdateScreenTitle" = "Update";
|
|
|
|
"UpdateButtonCheck" = "CHECK";
|
|
|
|
"UpdateButtonSearching" = "CHECKING";
|
|
|
|
"UpdateButtonUpdate" = "UPDATE";
|
|
|
|
"UpdateButtonInstalling" = "INSTALLING";
|
|
|
|
"UpdateButtonOffline" = "OFFLINE";
|
|
|
|
"UpdateInstalled" = "INSTALLED";
|
|
|
|
"UpdateVersion" = "Version";
|
|
|
|
"UpdateShowPreviousVersions" = "Show previous versions...";
|
|
|
|
"UpdateNoUpdateAvailableTitle" = "No Update Available";
|
|
|
|
"UpdateNoUpdateAvailableMessage" = "%@ is already the latest version.";
|
|
|
|
"UpdateError" = "Error";
|
|
|
|
"UpdateWarning" = "Warning";
|
|
|
|
"UpdateNoReleaseNotesAvailable" = "No release notes available.";
|
|
|
|
|
|
/* Update Authorization */
|
|
|
|
"UpdateAuthorizationProgress" = "Authorizing...";
|
|
|
|
"UpdateAuthorizationOffline" = "Internet connection required!";
|
|
|
|
"UpdateAuthorizationDenied" = "Authorizing denied. Please contact the developer.";
|
|
|
|
|
|
/* Update Simulator Warning */
|
|
|
|
"UpdateSimulatorMessage" = "Hockey Update does not work in the Simulator.\nThe itms-services:// url scheme is implemented but nonfunctional.";
|