Update translation

This commit is contained in:
Julia Radzhabova 2021-11-26 17:29:54 +03:00
parent 2498ffd30a
commit fa284ab2c7
24 changed files with 2835 additions and 224 deletions

View file

@ -21,6 +21,7 @@
"DE.ApplicationController.errorUpdateVersionOnDisconnect": "Internet connection has been restored, and the file version has been changed.<br>Before you can continue working, you need to download the file or copy its content to make sure nothing is lost, and then reload this page.",
"DE.ApplicationController.errorUserDrop": "The file cannot be accessed right now.",
"DE.ApplicationController.notcriticalErrorTitle": "Warning",
"DE.ApplicationController.openErrorText": "An error has occurred while opening the file.",
"DE.ApplicationController.scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please reload the page.",
"DE.ApplicationController.textAnonymous": "Anonymous",
"DE.ApplicationController.textClear": "Clear All Fields",
@ -38,7 +39,6 @@
"DE.ApplicationController.unknownErrorText": "Unknown error.",
"DE.ApplicationController.unsupportedBrowserErrorText": "Your browser is not supported.",
"DE.ApplicationController.waitText": "Please, wait...",
"DE.ApplicationController.openErrorText": "An error has occurred while opening the file.",
"DE.ApplicationView.txtDownload": "Download",
"DE.ApplicationView.txtDownloadDocx": "Download as docx",
"DE.ApplicationView.txtDownloadPdf": "Download as pdf",

View file

@ -17,6 +17,7 @@
"DE.ApplicationController.errorForceSave": "Ocorreu um erro na gravação. Favor utilizar a opção 'Baixar como' para gravar o arquivo em seu computador ou tente novamente mais tarde.",
"DE.ApplicationController.errorLoadingFont": "As fontes não foram carregadas. <br> Entre em contato com o administrador do Document Server.",
"DE.ApplicationController.errorSubmit": "Falha no envio.",
"DE.ApplicationController.errorTokenExpire": "O token de segurança do documento expirou. <br> Entre em contato com o administrador do Document Server.",
"DE.ApplicationController.errorUpdateVersionOnDisconnect": "A conexão à internet foi restabelecida, e a versão do arquivo foi alterada. <br> Antes de continuar seu trabalho, transfira o arquivo ou copie seu conteúdo para assegurar que nada seja perdido, e então, recarregue esta página.",
"DE.ApplicationController.errorUserDrop": "O arquivo não pode ser acessado agora.",
"DE.ApplicationController.notcriticalErrorTitle": "Aviso",

View file

@ -7,7 +7,7 @@
"DE.ApplicationController.convertationErrorText": "Değişim başarısız oldu.",
"DE.ApplicationController.convertationTimeoutText": "Değişim süresi aşıldı.",
"DE.ApplicationController.criticalErrorTitle": "Hata",
"DE.ApplicationController.downloadErrorText": "Yükleme başarısız oldu.",
"DE.ApplicationController.downloadErrorText": "İndirme başarısız oldu.",
"DE.ApplicationController.downloadTextText": "Döküman yükleniyor...",
"DE.ApplicationController.errorAccessDeny": "Hakkınız olmayan bir eylem gerçekleştirmeye çalışıyorsunuz.<br>Lütfen Belge Sunucu yöneticinize başvurun.",
"DE.ApplicationController.errorDefaultMessage": "Hata kodu: %1",
@ -15,7 +15,7 @@
"DE.ApplicationController.errorFilePassProtect": "Döküman şifre korumalı ve açılamadı",
"DE.ApplicationController.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen limiti aşıyor.<br>Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.",
"DE.ApplicationController.errorForceSave": "Dosya kaydedilirken bir hata oluştu. Dosyayı bilgisayarınıza kaydetmek için lütfen 'Farklı İndir' seçeneğini kullanın veya daha sonra tekrar deneyin.",
"DE.ApplicationController.errorLoadingFont": "Fontlar yüklenmedi.<br>Lütfen Sistem Yöneticinizle iletişime geçin.",
"DE.ApplicationController.errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
"DE.ApplicationController.errorSubmit": "Kaydetme başarısız oldu.",
"DE.ApplicationController.errorTokenExpire": "Belge güvenlik belirtecinin süresi doldu.<br>Lütfen Belge Sunucusu yöneticinize başvurun.",
"DE.ApplicationController.errorUpdateVersionOnDisconnect": "İnternet bağlantısı tekrar sağlandı, ve dosya versiyon değişti.<br>Çalışmanıza devam etmeden önce, veri kaybını önlemeniz için dosyasının bir kopyasını indirmeniz ya da dosya içeriğini kopyalamanız ve sonrasında sayfayı yenilemeniz gerekmektedir.",

View file

@ -94,8 +94,12 @@
"DE.Controllers.ApplicationController.textSubmited": "<b>El formulari s'ha enviat amb èxit</b><br>Cliqueu per tancar el consell",
"DE.Controllers.ApplicationController.titleServerVersion": "S'ha actualitzat l'editor",
"DE.Controllers.ApplicationController.titleUpdateVersion": "S'ha canviat la versió",
"DE.Controllers.ApplicationController.txtArt": "El vostre text aquí",
"DE.Controllers.ApplicationController.txtChoose": "Tria un element",
"DE.Controllers.ApplicationController.txtClickToLoad": "Clica per carregar la imatge",
"DE.Controllers.ApplicationController.txtClose": "Tanca",
"DE.Controllers.ApplicationController.txtEmpty": "(Buit)",
"DE.Controllers.ApplicationController.txtEnterDate": "Introdueix una data",
"DE.Controllers.ApplicationController.txtPressLink": "Prem CTRL i clica a l'enllaç",
"DE.Controllers.ApplicationController.unknownErrorText": "Error desconegut.",
"DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "El vostre navegador no és compatible.",
@ -115,6 +119,7 @@
"DE.Views.ApplicationView.textPaste": "Enganxar",
"DE.Views.ApplicationView.textPrintSel": "Imprimir la selecció",
"DE.Views.ApplicationView.textSubmit": "Envia",
"DE.Views.ApplicationView.txtDarkMode": "Mode fosc",
"DE.Views.ApplicationView.txtDownload": "Baixa",
"DE.Views.ApplicationView.txtDownloadDocx": "Baixa-ho com a .docx",
"DE.Views.ApplicationView.txtDownloadPdf": "Baixa-ho com a pdf",

View file

@ -80,6 +80,7 @@
"DE.Controllers.ApplicationController.errorUserDrop": "The file cannot be accessed right now.",
"DE.Controllers.ApplicationController.errorViewerDisconnect": "Connection is lost. You can still view the document,<br>but will not be able to download or print it until the connection is restored and page is reloaded.",
"DE.Controllers.ApplicationController.notcriticalErrorTitle": "Warning",
"DE.Controllers.ApplicationController.openErrorText": "An error has occurred while opening the file.",
"DE.Controllers.ApplicationController.scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please reload the page.",
"DE.Controllers.ApplicationController.textAnonymous": "Anonymous",
"DE.Controllers.ApplicationController.textBuyNow": "Visit website",
@ -94,8 +95,12 @@
"DE.Controllers.ApplicationController.textSubmited": "<b>Form submitted successfully</b><br>Click to close the tip",
"DE.Controllers.ApplicationController.titleServerVersion": "Editor updated",
"DE.Controllers.ApplicationController.titleUpdateVersion": "Version changed",
"DE.Controllers.ApplicationController.txtArt": "Your text here",
"DE.Controllers.ApplicationController.txtChoose": "Choose an item",
"DE.Controllers.ApplicationController.txtClickToLoad": "Click to load image",
"DE.Controllers.ApplicationController.txtClose": "Close",
"DE.Controllers.ApplicationController.txtEmpty": "(Empty)",
"DE.Controllers.ApplicationController.txtEnterDate": "Enter a date",
"DE.Controllers.ApplicationController.txtPressLink": "Press Ctrl and click link",
"DE.Controllers.ApplicationController.unknownErrorText": "Unknown error.",
"DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Your browser is not supported.",
@ -108,11 +113,6 @@
"DE.Controllers.ApplicationController.warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.",
"DE.Controllers.ApplicationController.warnNoLicense": "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only.<br>Contact %1 sales team for personal upgrade terms.",
"DE.Controllers.ApplicationController.warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
"DE.Controllers.ApplicationController.txtChoose": "Choose an item",
"DE.Controllers.ApplicationController.txtClickToLoad": "Click to load image",
"DE.Controllers.ApplicationController.txtArt": "Your text here",
"DE.Controllers.ApplicationController.txtEnterDate": "Enter a date",
"DE.Controllers.ApplicationController.openErrorText": "An error has occurred while opening the file.",
"DE.Views.ApplicationView.textClear": "Clear All Fields",
"DE.Views.ApplicationView.textCopy": "Copy",
"DE.Views.ApplicationView.textCut": "Cut",
@ -120,6 +120,7 @@
"DE.Views.ApplicationView.textPaste": "Paste",
"DE.Views.ApplicationView.textPrintSel": "Print Selection",
"DE.Views.ApplicationView.textSubmit": "Submit",
"DE.Views.ApplicationView.txtDarkMode": "Dark mode",
"DE.Views.ApplicationView.txtDownload": "Download",
"DE.Views.ApplicationView.txtDownloadDocx": "Download as docx",
"DE.Views.ApplicationView.txtDownloadPdf": "Download as pdf",
@ -128,6 +129,5 @@
"DE.Views.ApplicationView.txtFullScreen": "Full Screen",
"DE.Views.ApplicationView.txtPrint": "Print",
"DE.Views.ApplicationView.txtShare": "Share",
"DE.Views.ApplicationView.txtTheme": "Interface theme",
"DE.Views.ApplicationView.txtDarkMode": "Dark mode"
"DE.Views.ApplicationView.txtTheme": "Interface theme"
}

View file

@ -94,8 +94,12 @@
"DE.Controllers.ApplicationController.textSubmited": "<b>Le formulaire a été soumis avec succès</b><br>Cliquez ici pour fermer l'astuce",
"DE.Controllers.ApplicationController.titleServerVersion": "L'éditeur est mis à jour",
"DE.Controllers.ApplicationController.titleUpdateVersion": "La version a été modifiée",
"DE.Controllers.ApplicationController.txtArt": "Saisissez votre texte",
"DE.Controllers.ApplicationController.txtChoose": "Choisissez un élément",
"DE.Controllers.ApplicationController.txtClickToLoad": "Cliquez pour charger une image",
"DE.Controllers.ApplicationController.txtClose": "Fermer",
"DE.Controllers.ApplicationController.txtEmpty": "(Vide)",
"DE.Controllers.ApplicationController.txtEnterDate": "Entrez une date",
"DE.Controllers.ApplicationController.txtPressLink": "Appuyez sur Ctrl et cliquez sur le lien",
"DE.Controllers.ApplicationController.unknownErrorText": "Erreur inconnue.",
"DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Votre navigateur n'est pas pris en charge.",
@ -115,6 +119,7 @@
"DE.Views.ApplicationView.textPaste": "Coller",
"DE.Views.ApplicationView.textPrintSel": "Imprimer la sélection",
"DE.Views.ApplicationView.textSubmit": "Soumettre ",
"DE.Views.ApplicationView.txtDarkMode": "Mode sombre",
"DE.Views.ApplicationView.txtDownload": "Télécharger",
"DE.Views.ApplicationView.txtDownloadDocx": "Télécharger en tant que docx",
"DE.Views.ApplicationView.txtDownloadPdf": "Télécharger en tant que pdf",

View file

@ -118,7 +118,7 @@
"DE.Views.ApplicationView.txtDownload": "Downloaden",
"DE.Views.ApplicationView.txtDownloadDocx": "Downloaden als docx",
"DE.Views.ApplicationView.txtDownloadPdf": "Downloaden als PDF",
"DE.Views.ApplicationView.txtEmbed": "Invoegen",
"DE.Views.ApplicationView.txtEmbed": "Insluiten",
"DE.Views.ApplicationView.txtFileLocation": "Open bestandslocatie",
"DE.Views.ApplicationView.txtFullScreen": "Volledig scherm",
"DE.Views.ApplicationView.txtPrint": "Afdrukken",

View file

@ -45,6 +45,12 @@
"Common.UI.Window.textInformation": "Informações",
"Common.UI.Window.textWarning": "Aviso",
"Common.UI.Window.yesButtonText": "Sim",
"Common.Views.CopyWarningDialog.textDontShow": "Não exibir esta mensagem novamente",
"Common.Views.CopyWarningDialog.textMsg": "As ações de copiar, recortar e colar usando as ações do menu de contexto serão realizadas apenas nesta guia do editor. <br> <br> Para copiar ou colar de ou para aplicativos fora da guia do editor, use as seguintes combinações de teclado:",
"Common.Views.CopyWarningDialog.textTitle": "Ações copiar, cortar e colar",
"Common.Views.CopyWarningDialog.textToCopy": "para Copiar",
"Common.Views.CopyWarningDialog.textToCut": "para Cortar",
"Common.Views.CopyWarningDialog.textToPaste": "para Colar",
"Common.Views.EmbedDialog.textHeight": "Altura",
"Common.Views.EmbedDialog.textTitle": "Incorporar",
"Common.Views.EmbedDialog.textWidth": "Largura",
@ -59,6 +65,7 @@
"DE.Controllers.ApplicationController.downloadErrorText": "Download falhou.",
"DE.Controllers.ApplicationController.downloadTextText": "Baixando documento...",
"DE.Controllers.ApplicationController.errorAccessDeny": "Você está tentando executar uma ação que você não tem direitos. <br> Contate o administrador do Servidor de Documentos.",
"DE.Controllers.ApplicationController.errorConnectToServer": "The document could not be saved. Please check connection settings or contact your administrator.<br>When you click the 'OK' button, you will be prompted to download the document.<br><br>Find more information about connecting Document Server <a href=\"https://api.onlyoffice.com/editors/callback\" target=\"_blank\">here</a>",
"DE.Controllers.ApplicationController.errorDefaultMessage": "Código do erro: %1",
"DE.Controllers.ApplicationController.errorEditingDownloadas": "Ocorreu um erro durante o trabalho com o documento. <br> Use a opção 'Baixar como ...' para salvar a cópia de backup do arquivo no disco rígido do seu computador.",
"DE.Controllers.ApplicationController.errorFilePassProtect": "O documento é protegido por senha e não pode ser aberto.",
@ -67,9 +74,11 @@
"DE.Controllers.ApplicationController.errorLoadingFont": "As fontes não foram carregadas. <br> Entre em contato com o administrador do Document Server.",
"DE.Controllers.ApplicationController.errorServerVersion": "A versão do editor foi atualizada. A página será recarregada para aplicar as alterações.",
"DE.Controllers.ApplicationController.errorSubmit": "Falha no envio.",
"DE.Controllers.ApplicationController.errorTokenExpire": "O token de segurança do documento expirou. <br> Entre em contato com o administrador do Document Server.",
"DE.Controllers.ApplicationController.errorUpdateVersion": "A versão do arquivo foi alterada. A página será recarregada.",
"DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "A conexão com a Internet foi restaurada e a versão do arquivo foi alterada. <br> Antes de continuar a trabalhar, você precisa fazer o download do arquivo ou copiar seu conteúdo para garantir que nada seja perdido e, em seguida, recarregar esta página.",
"DE.Controllers.ApplicationController.errorUserDrop": "O arquivo não pode ser acessado agora.",
"DE.Controllers.ApplicationController.errorViewerDisconnect": "A ligação foi perdida. Você ainda pode ver o documento,<br> mas não pode fazer o download ou imprimir até que a conexão seja restaurada.",
"DE.Controllers.ApplicationController.notcriticalErrorTitle": "Aviso",
"DE.Controllers.ApplicationController.scriptLoadError": "A conexão está muito lenta, e alguns dos componentes não puderam ser carregados. Por favor, recarregue a página.",
"DE.Controllers.ApplicationController.textAnonymous": "Anônimo",
@ -85,11 +94,17 @@
"DE.Controllers.ApplicationController.textSubmited": "<b> Formulário enviado com sucesso </b> <br> Clique para fechar a dica",
"DE.Controllers.ApplicationController.titleServerVersion": "Editor atualizado",
"DE.Controllers.ApplicationController.titleUpdateVersion": "Versão alterada",
"DE.Controllers.ApplicationController.txtArt": "Seu texto aqui",
"DE.Controllers.ApplicationController.txtChoose": "Escolha um item",
"DE.Controllers.ApplicationController.txtClickToLoad": "Clique para carregar imagem",
"DE.Controllers.ApplicationController.txtClose": "Fechar",
"DE.Controllers.ApplicationController.txtEmpty": "(Vazio)",
"DE.Controllers.ApplicationController.txtEnterDate": "Insira uma data",
"DE.Controllers.ApplicationController.txtPressLink": "Pressione CTRL e clique no link",
"DE.Controllers.ApplicationController.unknownErrorText": "Erro desconhecido.",
"DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Seu navegador não é suportado.",
"DE.Controllers.ApplicationController.uploadImageExtMessage": "Formato de imagem desconhecido.",
"DE.Controllers.ApplicationController.uploadImageSizeMessage": "Tamanho limite máximo da imagem excedido. O tamanho máximo é de 25 MB.",
"DE.Controllers.ApplicationController.waitText": "Por favor, aguarde...",
"DE.Controllers.ApplicationController.warnLicenseExceeded": "Você atingiu o limite de conexões simultâneas para editores %1. Este documento será aberto apenas para visualização.<br>Entre em contato com seu administrador para saber mais.",
"DE.Controllers.ApplicationController.warnLicenseLimitedNoAccess": "A licença expirou.<br>Você não tem acesso à funcionalidade de edição de documentos.<br>Por favor, contate seu administrador.",
@ -98,8 +113,13 @@
"DE.Controllers.ApplicationController.warnNoLicense": "Você atingiu o limite de conexões simultâneas para editores %1. Este documento será aberto apenas para visualização.<br>Entre em contato com a equipe de vendas da %1 para obter os termos de atualização pessoais.",
"DE.Controllers.ApplicationController.warnNoLicenseUsers": "Você atingiu o limite de usuários para editores %1.<br>Entre em contato com a equipe de vendas da %1 para obter os termos de atualização pessoais.",
"DE.Views.ApplicationView.textClear": "Limpar todos os campos",
"DE.Views.ApplicationView.textCopy": "Copiar",
"DE.Views.ApplicationView.textCut": "Cortar",
"DE.Views.ApplicationView.textNext": "Próximo campo",
"DE.Views.ApplicationView.textPaste": "Colar",
"DE.Views.ApplicationView.textPrintSel": "Imprimir seleção",
"DE.Views.ApplicationView.textSubmit": "Enviar",
"DE.Views.ApplicationView.txtDarkMode": "Modo escuro",
"DE.Views.ApplicationView.txtDownload": "Download",
"DE.Views.ApplicationView.txtDownloadDocx": "Baixar como docx",
"DE.Views.ApplicationView.txtDownloadPdf": "Baixar como pdf",

View file

@ -94,8 +94,12 @@
"DE.Controllers.ApplicationController.textSubmited": "<b>Formularul a fost remis cu succes</b><br>Faceţi clic pentru a închide sfatul",
"DE.Controllers.ApplicationController.titleServerVersion": "Editorul a fost actualizat",
"DE.Controllers.ApplicationController.titleUpdateVersion": "Versiunea s-a modificat",
"DE.Controllers.ApplicationController.txtArt": "Textul dvs. aici",
"DE.Controllers.ApplicationController.txtChoose": "Selectați un element",
"DE.Controllers.ApplicationController.txtClickToLoad": "Faceți clic pentru a încărca imaginea",
"DE.Controllers.ApplicationController.txtClose": "Închidere",
"DE.Controllers.ApplicationController.txtEmpty": "(Gol)",
"DE.Controllers.ApplicationController.txtEnterDate": "Introducere data",
"DE.Controllers.ApplicationController.txtPressLink": "Apăsați Ctrl și faceți clic pe linkul",
"DE.Controllers.ApplicationController.unknownErrorText": "Eroare necunoscută.",
"DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Browserul nu este compatibil.",
@ -115,6 +119,7 @@
"DE.Views.ApplicationView.textPaste": "Lipire",
"DE.Views.ApplicationView.textPrintSel": "Imprimare selecție",
"DE.Views.ApplicationView.textSubmit": "Remitere",
"DE.Views.ApplicationView.txtDarkMode": "Modul Întunecat",
"DE.Views.ApplicationView.txtDownload": "Descărcare",
"DE.Views.ApplicationView.txtDownloadDocx": "Descărcare ca docx",
"DE.Views.ApplicationView.txtDownloadPdf": "Descărcare ca pdf",

View file

@ -94,8 +94,12 @@
"DE.Controllers.ApplicationController.textSubmited": "<b>Форма успешно отправлена</b><br>Нажмите, чтобы закрыть подсказку",
"DE.Controllers.ApplicationController.titleServerVersion": "Редактор обновлен",
"DE.Controllers.ApplicationController.titleUpdateVersion": "Версия изменилась",
"DE.Controllers.ApplicationController.txtArt": "Введите ваш текст",
"DE.Controllers.ApplicationController.txtChoose": "Выберите элемент",
"DE.Controllers.ApplicationController.txtClickToLoad": "Нажмите для загрузки изображения",
"DE.Controllers.ApplicationController.txtClose": "Закрыть",
"DE.Controllers.ApplicationController.txtEmpty": "(Пусто)",
"DE.Controllers.ApplicationController.txtEnterDate": "Введите дату",
"DE.Controllers.ApplicationController.txtPressLink": "Нажмите CTRL и щелкните по ссылке",
"DE.Controllers.ApplicationController.unknownErrorText": "Неизвестная ошибка.",
"DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Ваш браузер не поддерживается.",
@ -108,10 +112,6 @@
"DE.Controllers.ApplicationController.warnLicenseUsersExceeded": "Вы достигли лимита на количество пользователей редакторов %1. Свяжитесь с администратором, чтобы узнать больше.",
"DE.Controllers.ApplicationController.warnNoLicense": "Вы достигли лимита на одновременные подключения к редакторам %1. Этот документ будет открыт на просмотр.<br>Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия лицензирования.",
"DE.Controllers.ApplicationController.warnNoLicenseUsers": "Вы достигли лимита на количество пользователей редакторов %1. Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия обновления.",
"DE.Controllers.ApplicationController.txtChoose": "Выберите элемент",
"DE.Controllers.ApplicationController.txtClickToLoad": "Нажмите для загрузки изображения",
"DE.Controllers.ApplicationController.txtArt": "Введите ваш текст",
"DE.Controllers.ApplicationController.txtEnterDate": "Введите дату",
"DE.Views.ApplicationView.textClear": "Очистить все поля",
"DE.Views.ApplicationView.textCopy": "Копировать",
"DE.Views.ApplicationView.textCut": "Вырезать",
@ -119,6 +119,7 @@
"DE.Views.ApplicationView.textPaste": "Вставить",
"DE.Views.ApplicationView.textPrintSel": "Напечатать выделенное",
"DE.Views.ApplicationView.textSubmit": "Отправить",
"DE.Views.ApplicationView.txtDarkMode": "Темный режим",
"DE.Views.ApplicationView.txtDownload": "Скачать файл",
"DE.Views.ApplicationView.txtDownloadDocx": "Скачать как docx",
"DE.Views.ApplicationView.txtDownloadPdf": "Скачать как pdf",
@ -127,6 +128,5 @@
"DE.Views.ApplicationView.txtFullScreen": "Во весь экран",
"DE.Views.ApplicationView.txtPrint": "Печать",
"DE.Views.ApplicationView.txtShare": "Поделиться",
"DE.Views.ApplicationView.txtTheme": "Тема интерфейса",
"DE.Views.ApplicationView.txtDarkMode": "Темный режим"
"DE.Views.ApplicationView.txtTheme": "Тема интерфейса"
}

View file

@ -16,7 +16,7 @@
"Common.UI.Calendar.textShortAugust": "Ağu",
"Common.UI.Calendar.textShortDecember": "Ara",
"Common.UI.Calendar.textShortFebruary": "Şubat",
"Common.UI.Calendar.textShortFriday": "Cuma",
"Common.UI.Calendar.textShortFriday": "Cum",
"Common.UI.Calendar.textShortJanuary": "Oca",
"Common.UI.Calendar.textShortJuly": "Temmuz",
"Common.UI.Calendar.textShortJune": "Haziran",
@ -32,7 +32,7 @@
"Common.UI.Calendar.textShortTuesday": "Salı",
"Common.UI.Calendar.textShortWednesday": "Çarşamba",
"Common.UI.Calendar.textYears": "Yıl",
"Common.UI.Themes.txtThemeClassicLight": "Klasik Işık",
"Common.UI.Themes.txtThemeClassicLight": "ık mod",
"Common.UI.Themes.txtThemeDark": "Karanlık",
"Common.UI.Themes.txtThemeLight": "Açık",
"Common.UI.Window.cancelButtonText": "İptal",
@ -69,16 +69,16 @@
"DE.Controllers.ApplicationController.errorDefaultMessage": "Hata kodu: %1",
"DE.Controllers.ApplicationController.errorEditingDownloadas": "Dosyayla çalışırken hata meydana geldi. 'Farklı Kaydet...' seçeneğini kullanarak dosyayı bilgisayarınıza yedekleyin.",
"DE.Controllers.ApplicationController.errorFilePassProtect": "Döküman şifre korumalı ve açılamadı",
"DE.Controllers.ApplicationController.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen sınırlamayııyor.<br>Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.",
"DE.Controllers.ApplicationController.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen limitiıyor.<br>Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.",
"DE.Controllers.ApplicationController.errorForceSave": "Dosya indirilirken bir hata oluştu. Dosyayı bilgisayarınıza kaydetmek için lütfen 'Farklı Kaydet' seçeneğini kullanın veya daha sonra tekrar deneyin.",
"DE.Controllers.ApplicationController.errorLoadingFont": "Fontlar yüklenmedi.<br>Lütfen Sistem Yöneticinizle iletişime geçin.",
"DE.Controllers.ApplicationController.errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
"DE.Controllers.ApplicationController.errorServerVersion": "Editör versiyonu güncellendi. Değişikliklerin uygulanabilmesi için sayfa yenilenecek.",
"DE.Controllers.ApplicationController.errorSubmit": "Kaydetme başarısız oldu.",
"DE.Controllers.ApplicationController.errorTokenExpire": "Belge güvenlik belirteci süresi doldu. <br> Lütfen Belge Sunucusu yöneticinize başvurun.",
"DE.Controllers.ApplicationController.errorUpdateVersion": "Dosya versiyonu değiştirildi. Sayfa yenilenecek.",
"DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "İnternet bağlantısı tekrar sağlandı, ve dosya versiyon değişti.<br>Çalışmanıza devam etmeden önce, veri kaybını önlemeniz için dosyasının bir kopyasını indirmeniz ya da dosya içeriğini kopyalamanız ve sonrasında sayfayı yenilemeniz gerekmektedir.",
"DE.Controllers.ApplicationController.errorUserDrop": "Belgeye şu an erişilemiyor.",
"DE.Controllers.ApplicationController.errorViewerDisconnect": "Bağlantı kesildi. Belgeyi yine de görüntüleyebilirsiniz,<br>ancak bağlantı yeniden kurulana ve sayfa yeniden yüklenene kadar indiremez veya yazdıramazsınız.",
"DE.Controllers.ApplicationController.errorViewerDisconnect": "Bağlantı kayboldu. Belgeyi yine de görüntüleyebilirsiniz,<br>ancak bağlantı yeniden kurulana ve sayfa yeniden yüklenene kadar indiremez veya yazdıramazsınız.",
"DE.Controllers.ApplicationController.notcriticalErrorTitle": "Uyarı",
"DE.Controllers.ApplicationController.scriptLoadError": "Bağlantı çok yavaş, bileşenlerin bazıları yüklenemedi. Lütfen sayfayı yenileyin.",
"DE.Controllers.ApplicationController.textAnonymous": "Anonim",
@ -94,8 +94,12 @@
"DE.Controllers.ApplicationController.textSubmited": "<b>Form başarılı bir şekilde kaydedildi</b><br>İpucunu kapatmak için tıklayın",
"DE.Controllers.ApplicationController.titleServerVersion": "Editör güncellendi",
"DE.Controllers.ApplicationController.titleUpdateVersion": "Versiyon değişti",
"DE.Controllers.ApplicationController.txtArt": "Metni buraya giriniz",
"DE.Controllers.ApplicationController.txtChoose": "Bir öğe seçin",
"DE.Controllers.ApplicationController.txtClickToLoad": "Resmi yüklemek için tıkla",
"DE.Controllers.ApplicationController.txtClose": "Kapat",
"DE.Controllers.ApplicationController.txtEmpty": "(Boş)",
"DE.Controllers.ApplicationController.txtEnterDate": "Bir tarih girin",
"DE.Controllers.ApplicationController.txtPressLink": "CTRL'ye basın ve bağlantıya tıklayın",
"DE.Controllers.ApplicationController.unknownErrorText": "Bilinmeyen hata.",
"DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Tarayıcınız desteklenmiyor.",
@ -115,6 +119,7 @@
"DE.Views.ApplicationView.textPaste": "Yapıştır",
"DE.Views.ApplicationView.textPrintSel": "Seçimi Yazdır",
"DE.Views.ApplicationView.textSubmit": "Kaydet",
"DE.Views.ApplicationView.txtDarkMode": "Karanlık mod",
"DE.Views.ApplicationView.txtDownload": "İndir",
"DE.Views.ApplicationView.txtDownloadDocx": "docx olarak indir",
"DE.Views.ApplicationView.txtDownloadPdf": "Pdf olarak indir",

View file

@ -1225,6 +1225,7 @@
"DE.Controllers.Toolbar.txtSymbol_zeta": "Zeta",
"DE.Controllers.Viewport.textFitPage": "Ajustar à Página",
"DE.Controllers.Viewport.textFitWidth": "Ajustar à Largura",
"DE.Controllers.Viewport.txtDarkMode": "Modo escuro",
"DE.Views.AddNewCaptionLabelDialog.textLabel": "Etiqueta:",
"DE.Views.AddNewCaptionLabelDialog.textLabelError": "Etiqueta não deve estar vazia.",
"DE.Views.BookmarksDialog.textAdd": "Incluir",

View file

@ -236,8 +236,8 @@
"Common.Views.Comments.mniAuthorDesc": "По автору от Я до А",
"Common.Views.Comments.mniDateAsc": "От старых к новым",
"Common.Views.Comments.mniDateDesc": "От новых к старым",
"Common.Views.Comments.mniPositionAsc": "Сверху",
"Common.Views.Comments.mniPositionDesc": "Снизу",
"Common.Views.Comments.mniPositionAsc": "Сверху вниз",
"Common.Views.Comments.mniPositionDesc": "Снизу вверх",
"Common.Views.Comments.textAdd": "Добавить",
"Common.Views.Comments.textAddComment": "Добавить",
"Common.Views.Comments.textAddCommentToDoc": "Добавить комментарий к документу",

File diff suppressed because it is too large Load diff

View file

@ -19,6 +19,7 @@
"PE.ApplicationController.errorUpdateVersionOnDisconnect": "Internet connection has been restored, and the file version has been changed.<br>Before you can continue working, you need to download the file or copy its content to make sure nothing is lost, and then reload this page.",
"PE.ApplicationController.errorUserDrop": "The file cannot be accessed right now.",
"PE.ApplicationController.notcriticalErrorTitle": "Warning",
"PE.ApplicationController.openErrorText": "An error has occurred while opening the file.",
"PE.ApplicationController.scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please reload the page.",
"PE.ApplicationController.textAnonymous": "Anonymous",
"PE.ApplicationController.textGuest": "Guest",
@ -28,7 +29,6 @@
"PE.ApplicationController.unknownErrorText": "Unknown error.",
"PE.ApplicationController.unsupportedBrowserErrorText": "Your browser is not supported.",
"PE.ApplicationController.waitText": "Please, wait...",
"PE.ApplicationController.openErrorText": "An error has occurred while opening the file.",
"PE.ApplicationView.txtDownload": "Download",
"PE.ApplicationView.txtEmbed": "Embed",
"PE.ApplicationView.txtFileLocation": "Open file location",

View file

@ -15,6 +15,7 @@
"PE.ApplicationController.errorFileSizeExceed": "O tamanho do arquivo excede o limite de seu servidor. <br> Por favor, contate seu administrador de Servidor de Documentos para detalhes.",
"PE.ApplicationController.errorForceSave": "Ocorreu um erro na gravação. Favor utilizar a opção 'Baixar como' para gravar o arquivo em seu computador ou tente novamente mais tarde.",
"PE.ApplicationController.errorLoadingFont": "As fontes não foram carregadas. <br> Entre em contato com o administrador do Document Server.",
"PE.ApplicationController.errorTokenExpire": "O token de segurança do documento expirou. <br> Entre em contato com o administrador do Document Server.",
"PE.ApplicationController.errorUpdateVersionOnDisconnect": "A conexão à internet foi restabelecida, e a versão do arquivo foi alterada. <br> Antes de continuar seu trabalho, transfira o arquivo ou copie seu conteúdo para assegurar que nada seja perdido, e recarregue esta página.",
"PE.ApplicationController.errorUserDrop": "O arquivo não pode ser acessado agora.",
"PE.ApplicationController.notcriticalErrorTitle": "Aviso",

View file

@ -14,7 +14,7 @@
"PE.ApplicationController.errorFilePassProtect": "Döküman şifre korumalı ve açılamadı",
"PE.ApplicationController.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen limiti aşıyor.<br>Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.",
"PE.ApplicationController.errorForceSave": "Dosya kaydedilirken bir hata oluştu. Dosyayı bilgisayarınıza kaydetmek için lütfen 'Farklı Kaydet' seçeneğini kullanın veya daha sonra tekrar deneyin.",
"PE.ApplicationController.errorLoadingFont": "Fontlar yüklenmedi.<br>Lütfen belge sunucu yöneticinizle iletişime geçin.",
"PE.ApplicationController.errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
"PE.ApplicationController.errorTokenExpire": "Belge güvenlik belirtecinin süresi doldu.<br>Lütfen Belge Sunucusu yöneticinize başvurun.",
"PE.ApplicationController.errorUpdateVersionOnDisconnect": "İnternet bağlantısı tekrar sağlandı, ve dosya versiyon değişti.<br>Çalışmanıza devam etmeden önce, veri kaybını önlemeniz için dosyasının bir kopyasını indirmeniz ya da dosya içeriğini kopyalamanız ve sonrasında sayfayı yenilemeniz gerekmektedir.",
"PE.ApplicationController.errorUserDrop": "Belgeye şu an erişilemiyor.",

View file

@ -129,8 +129,8 @@
"Common.Views.Comments.mniAuthorDesc": "По автору от Я до А",
"Common.Views.Comments.mniDateAsc": "От старых к новым",
"Common.Views.Comments.mniDateDesc": "От новых к старым",
"Common.Views.Comments.mniPositionAsc": "Сверху",
"Common.Views.Comments.mniPositionDesc": "Снизу",
"Common.Views.Comments.mniPositionAsc": "Сверху вниз",
"Common.Views.Comments.mniPositionDesc": "Снизу вверх",
"Common.Views.Comments.textAdd": "Добавить",
"Common.Views.Comments.textAddComment": "Добавить",
"Common.Views.Comments.textAddCommentToDoc": "Добавить комментарий к документу",

File diff suppressed because it is too large Load diff

View file

@ -19,6 +19,7 @@
"SSE.ApplicationController.errorUpdateVersionOnDisconnect": "Internet connection has been restored, and the file version has been changed.<br>Before you can continue working, you need to download the file or copy its content to make sure nothing is lost, and then reload this page.",
"SSE.ApplicationController.errorUserDrop": "The file cannot be accessed right now.",
"SSE.ApplicationController.notcriticalErrorTitle": "Warning",
"SSE.ApplicationController.openErrorText": "An error has occurred while opening the file.",
"SSE.ApplicationController.scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please reload the page.",
"SSE.ApplicationController.textAnonymous": "Anonymous",
"SSE.ApplicationController.textGuest": "Guest",
@ -28,7 +29,6 @@
"SSE.ApplicationController.unknownErrorText": "Unknown error.",
"SSE.ApplicationController.unsupportedBrowserErrorText": "Your browser is not supported.",
"SSE.ApplicationController.waitText": "Please, wait...",
"SSE.ApplicationController.openErrorText": "An error has occurred while opening the file.",
"SSE.ApplicationView.txtDownload": "Download",
"SSE.ApplicationView.txtEmbed": "Embed",
"SSE.ApplicationView.txtFileLocation": "Open file location",

View file

@ -15,6 +15,7 @@
"SSE.ApplicationController.errorFileSizeExceed": "O tamanho do arquivo excede o limite de seu servidor. <br> Por favor, contate seu administrador de Servidor de Documentos para detalhes.",
"SSE.ApplicationController.errorForceSave": "Ocorreu um erro na gravação. Favor utilizar a opção 'Baixar como' para gravar o arquivo em seu computador ou tente novamente mais tarde.",
"SSE.ApplicationController.errorLoadingFont": "As fontes não foram carregadas. <br> Entre em contato com o administrador do Document Server.",
"SSE.ApplicationController.errorTokenExpire": "O token de segurança do documento expirou. <br> Entre em contato com o administrador do Document Server.",
"SSE.ApplicationController.errorUpdateVersionOnDisconnect": "A conexão à internet foi restabelecida, e a versão do arquivo foi alterada. <br> Antes de continuar seu trabalho, transfira o arquivo ou copie seu conteúdo para assegurar que nada seja perdido, e recarregue esta página.",
"SSE.ApplicationController.errorUserDrop": "O arquivo não pode ser acessado agora.",
"SSE.ApplicationController.notcriticalErrorTitle": "Aviso",

View file

@ -14,7 +14,7 @@
"SSE.ApplicationController.errorFilePassProtect": "Döküman şifre korumalı ve açılamadı",
"SSE.ApplicationController.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen limiti aşıyor.<br>Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.",
"SSE.ApplicationController.errorForceSave": "Dosya kaydedilirken bir hata oluştu. Dosyayı bilgisayarınıza kaydetmek için lütfen 'Farklı Kaydet' seçeneğini kullanın veya daha sonra tekrar deneyin.",
"SSE.ApplicationController.errorLoadingFont": "Fontlar yüklenemedi.<br>Lütfen sistem yöneticinizle iletişime geçin.",
"SSE.ApplicationController.errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
"SSE.ApplicationController.errorTokenExpire": "Belge güvenlik belirtecinin süresi doldu.<br>Lütfen Belge Sunucusu yöneticinize başvurun.",
"SSE.ApplicationController.errorUpdateVersionOnDisconnect": "İnternet bağlantısı tekrar sağlandı, ve dosya versiyon değişti.<br>Çalışmanıza devam etmeden önce, veri kaybını önlemeniz için dosyasının bir kopyasını indirmeniz ya da dosya içeriğini kopyalamanız ve sonrasında sayfayı yenilemeniz gerekmektedir.",
"SSE.ApplicationController.errorUserDrop": "Belgeye şu an erişilemiyor.",

View file

@ -178,8 +178,8 @@
"Common.Views.Comments.mniAuthorDesc": "По автору от Я до А",
"Common.Views.Comments.mniDateAsc": "От старых к новым",
"Common.Views.Comments.mniDateDesc": "От новых к старым",
"Common.Views.Comments.mniPositionAsc": "Сверху",
"Common.Views.Comments.mniPositionDesc": "Снизу",
"Common.Views.Comments.mniPositionAsc": "Сверху вниз",
"Common.Views.Comments.mniPositionDesc": "Снизу вверх",
"Common.Views.Comments.textAdd": "Добавить",
"Common.Views.Comments.textAddComment": "Добавить",
"Common.Views.Comments.textAddCommentToDoc": "Добавить комментарий к документу",

File diff suppressed because it is too large Load diff