Merge branch 'master' into discordProvider

This commit is contained in:
DMehaffy 2018-07-31 04:52:54 -07:00 committed by GitHub
commit fb0e848ee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
31 changed files with 438 additions and 212 deletions

View File

@ -1,4 +1,12 @@
{
"app.components.Button.save": "Speichern",
"app.components.Button.cancel": "Abbrechen",
"app.components.BlockLink.documentation": "Lese die Dokumentation",
"app.components.BlockLink.documentation.content": "Entdecke die Konzepte, Referenzanleitungen und Tutorials.",
"app.components.BlockLink.code": "Code Beispiele",
"app.components.BlockLink.code.content": "Lerne durch das Testen realer Projekte, die die Community entwickelt haben.",
"app.components.ComingSoonPage.comingSoon": "Bald verfügbar",
"app.components.ComingSoonPage.featuresNotAvailable": "Dieses Feature ist derzeit noch in aktiver Entwicklung.",
@ -6,13 +14,24 @@
"app.components.DownloadInfo.text": "Dies könnte kurz dauern. Danke für deine Geduld.",
"app.components.HomePage.welcome": "Willkommen an Bord!",
"app.components.HomePage.create": "Erstelle deinen ersten Content-Typ",
"app.components.HomePage.welcome.again": "Willkommen",
"app.components.HomePage.create": "Erstelle deinen ersten Inhaltstyp",
"app.components.HomePage.welcomeBlock.content": "Wir freuen uns, dich als Mitglied der Community zu haben. Wir sind offen für Feedback, senden uns einfach eine direkt Nachricht an\u0020",
"app.components.HomePage.welcomeBlock.content.issues": "Fehler",
"app.components.HomePage.welcomeBlock.content.raise": "\u0020oder erhöhen\u0020",
"app.components.HomePage.createBlock.content.first": "Das\u0020",
"app.components.HomePage.createBlock.content.second": "\u0020Plugin wird dir helfen, die Datenstruktur deiner Modelle zu definieren. Wenn du neu hier bist, empfehlen wir dir unsere\u0020",
"app.components.HomePage.createBlock.content.tutorial": "\u0020Anleitung.",
"app.components.HomePage.welcomeBlock.content.again": "Wir hoffen, dass du Fortschritte bei deinem Projekt machst.... Lese das Neueste über Strapi. Wir geben unser Bestes, um das Produkt auf der Grundlage deines Feedbacks zu verbessern.",
"app.components.HomePage.cta": "BESTÄTIGEN",
"app.components.HomePage.community": "Finde die Community im Web",
"app.components.HomePage.community.content": "Diskutiere mit Teammitgliedern, Mitwirkenden und Entwicklern auf verschiedenen Kanälen.",
"app.components.HomePage.newsLetter": "Abonniere den Newsletter, um sich über Strapi zu informieren.",
"app.components.HomePage.button.quickStart" : "STARTE DAS QUICK-START-TUTORIAL",
"app.components.HomePage.button.blog": "MEHR DAZU IM BLOG",
"app.components.HomePage.support": "UNTERSTÜTZE UNS",
"app.components.HomePage.support.content": "Durch den Kauf des T-Shirts können wir unsere Arbeit am Projekt fortsetzen, um Ihnen das bestmögliche Erlebnis zu bieten!",
"app.components.HomePage.support.link": "HOLE DIR JETZT DEIN T-SHIRT",
"app.components.InputFile.newFile": "Neue Datei hinzufügen",
"app.components.InputFileDetails.open": "In einem neuen Tab öffnen",
@ -69,6 +88,8 @@
"app.utils.placeholder.defaultMessage": "\u0020",
"app.utils.SelectOption.defaultMessage": "\u0020",
"app.utils.defaultMessage": "",
"components.AutoReloadBlocker.header": "Dieses Plugin benötigt das Neuladen-Feature.",
"components.AutoReloadBlocker.description": "Öffne die folgende Datei und aktiviere das Feature.",
@ -78,6 +99,8 @@
"components.OverlayBlocker.title": "Auf Neustart warten...",
"components.OverlayBlocker.description": "Du verwendest ein Feature, das einen Neustart des Servers erfordert. Bitte warte, bis der Server wieder gestartet wurde.",
"components.PageFooter.select": "Einträge pro Seite",
"components.ProductionBlocker.header": "Dieses Plugin ist nur in der Entwicklungsumgebung verfügbar.",
"components.ProductionBlocker.description": "Aus Sicherheitsgründen müssen wir dieses Plugin in anderen Umgebungen deaktivieren.",
@ -93,6 +116,7 @@
"components.Input.error.validation.min": "Dieser Wert ist zu niedrig.",
"components.Input.error.validation.maxLength": "Dieser Wert ist zu lang.",
"components.Input.error.validation.minLength": "Dieser Wert ist zu kurz.",
"components.Input.error.validation.json": "Dies entspricht nicht dem JSON-Format.",
"components.Input.error.contentTypeName.taken": "Dieser Name existiert bereits",
"components.Input.error.attribute.taken": "Dieser Feldname ist bereits vergeben",
"components.Input.error.attribute.key.taken": "Dieser Wert existiert bereits",
@ -117,18 +141,26 @@
"components.WysiwygBottomControls.uploadFiles.browse": "selecting them",
"components.WysiwygBottomControls.fullscreen": "Expand",
"notification.error": "Ein Fehler ist aufgetreten",
"HomePage.notification.newsLetter.success": "Newsletter erfolgreich abonniert",
"notification.error": "Ein Fehler ist aufgetreten",
"notification.error.layout": "Das Layout konnte nicht abgerufen werden.",
"Analytics": "Analytics",
"Auth & Permissions": "Authentifizierung & Berechtigungen",
"Content Manager": "Content-Manager",
"Content Type Builder": "Content-Typ-Manager",
"Content Type Builder": "Inhaltstyp-Manager",
"Files Upload": "Dateien hochladen",
"Settings Manager": "Einstellungs-Manager",
"Email": "E-Mail",
"Password": "Passwort",
"Users": "Benutzer",
"Username": "Benutzername",
"Users & Permissions": "Benutzer & Berechtigungen",
"Provider": "Methode",
"ResetPasswordToken": "Passwort-Token zurücksetzen",
"Role": "Rolle",
"Roles & Permissions" : "Rollen & Berechtigungen",
"New entry": "Neuer Eintrag",
"request.error.model.unknown": "Dieses Schema existiert nicht"
}

View File

@ -8,23 +8,23 @@
"app.components.DownloadInfo.download": "Descarga en curso...",
"app.components.DownloadInfo.text": "Esto puede tardar un minuto. Gracias por su paciencia.",
"app.components.HomePage.welcome": "Bienvenidos a bordo!",
"app.components.HomePage.welcome": "¡Bienvenido a bordo!",
"app.components.HomePage.welcome.again": "Bienvenido ",
"app.components.HomePage.cta": "CONFIRMAR",
"app.components.HomePage.community": "Encuentra la comunidad en la web",
"app.components.HomePage.newsLetter": "Suscríbase al boletín de noticias para ponerse en contacto con Strapi",
"app.components.HomePage.community.content": "Discutir con los miembros del equipo, colaboradores y desarrolladores en diferentes canales.",
"app.components.HomePage.create": "Crea tu primer Tipo de Contenido",
"app.components.HomePage.welcomeBlock.content": "Estamos felices de tenerlo como miembro de la comunidad. Estamos constantemente en busca de comentarios así que no dude en enviarnos DM en\u0020",
"app.components.HomePage.welcomeBlock.content": "Estamos felices de tenerlo como miembro de la comunidad. Estamos constantemente en busca de comentarios así que no dude en enviarnos un DM en\u0020",
"app.components.HomePage.welcomeBlock.content.again": "Esperamos que estés progresando en tu proyecto.... Siéntase libre de leer las últimas novedades sobre Strapi. Estamos dando lo mejor de nosotros mismos para mejorar el producto basándonos en sus comentarios.",
"app.components.HomePage.welcomeBlock.content.issues": "temas.",
"app.components.HomePage.welcomeBlock.content.raise": "\u0020o plantear\u0020",
"app.components.HomePage.welcomeBlock.content.issues": "problema.",
"app.components.HomePage.welcomeBlock.content.raise": "\u0020o reportar cualquier\u0020",
"app.components.HomePage.createBlock.content.first": "El\u0020",
"app.components.HomePage.createBlock.content.second": "\u0020le ayudará a definir la estructura de datos de sus modelos. Si eres nuevo aquí, te recomendamos encarecidamente que sigas nuestros\u0020",
"app.components.HomePage.createBlock.content.tutorial": "\u0020tutorial.",
"app.components.HomePage.createBlock.content.second": "\u0020le ayudará a definir la estructura de datos de sus modelos. Si eres nuevo aquí, te recomendamos encarecidamente que sigas nuestro\u0020",
"app.components.HomePage.createBlock.content.tutorial": "\u0020",
"app.components.HomePage.button.quickStart": "INICIAR EL TUTORIAL DE INICIO RÁPIDO",
"app.components.HomePage.button.blog": "VER MÁS EN EL BLOG",
"app.components.HomePage.support": "APOYANOS",
"app.components.HomePage.support": "APÓYANOS",
"app.components.HomePage.support.content": "¡Al comprar la camiseta, nos permitirá continuar nuestro trabajo en el proyecto para darle la mejor experiencia posible!",
"app.components.HomePage.support.link": "CONSIGUE TU CAMISETA AHORA",
@ -43,8 +43,8 @@
"app.components.ImgPreview.hint": "Arrastre y suelte el archivo en esta área o {browse} para cargar un archivo.",
"app.components.ImgPreview.hint.browse": "buscar",
"app.components.InstallPluginPage.helmet": "Mercado - Plugins",
"app.components.InstallPluginPage.title": "Mercado - Plugins",
"app.components.InstallPluginPage.helmet": "Tienda - Plugins",
"app.components.InstallPluginPage.title": "Tienda - Plugins",
"app.components.InstallPluginPage.description": "Extienda su aplicación sin esfuerzo.",
"app.components.InstallPluginPage.plugin.support-us.description": "¡Apóyanos comprando la camiseta Strapi. Eso nos permitirá seguir trabajando en el proyecto y tratar de darle la mejor experiencia posible!",
"app.components.InstallPluginPage.InputSearch.label": " ",
@ -60,7 +60,7 @@
"app.components.LeftMenuFooter.poweredBy": "Potenciado por ",
"app.components.LeftMenuLinkContainer.configuration": "Configuraciones",
"app.components.LeftMenuLinkContainer.general": "General",
"app.components.LeftMenuLinkContainer.installNewPlugin": "Plaza de mercado",
"app.components.LeftMenuLinkContainer.installNewPlugin": "Tienda",
"app.components.LeftMenuLinkContainer.listPlugins": "Plugins",
"app.components.LeftMenuLinkContainer.noPluginsInstalled": "No hay plugins instalados todavía",
"app.components.LeftMenuLinkContainer.plugins": "Plugins",
@ -149,6 +149,8 @@
"Users & Permissions": "Usuarios y permisos",
"Content Manager": "Gestor de Contenidos",
"Content Type Builder": "Constructor de Tipos de Contenido",
"Files Upload": "Carga de archivos",
"Roles & Permissions": "Roles y Permisos",
"Settings Manager": "Gestor de ajustes",
"Email": "Email",
"Password": "Contraseña",

View File

@ -89,6 +89,7 @@
"components.popUpWarning.title": "Per favore conferma",
"components.popUpWarning.message": "Sei sicuro di volerlo cancellare?",
"components.Input.error.validation.email": "Non è un'email",
"components.Input.error.validation.json" : "Formato JSON non corrispondente",
"components.Input.error.validation.required": "Valore obbligatorio.",
"components.Input.error.validation.regex": "Questo valore non coincide con il regex.",
"components.Input.error.validation.max": "Valore troppo alto.",
@ -119,18 +120,21 @@
"HomePage.notification.newsLetter.success": "Iscritto con successo alla newsletter",
"notification.error": "Si è verificato un errore",
"notification.error.layout": "Non è stato possibile recuperare il layout",
"request.error.model.unknown" : "Questo modello non esiste",
"Users & Permissions": "Utenti & Permessi",
"Content Manager": "Gestione Contenuti",
"Content Type Builder": "Generatore di Tipo Contenuti",
"Settings Manager": "Gestione Impostazioni",
"Email": "Email",
"Files Upload" : "Caricamento Files",
"Password": "Password",
"Username": "Username",
"Provider": "Provider",
"ResetPasswordToken": "Reimposta Token Password",
"Role": "Ruolo",
"Roles & Permissions" : "Ruoli e Permessi",
"New entry": "Nuovo elemento",
"request.error.model.unknow": "Questo modello non esiste",
"Users": "Utenti",
"Analytics": "Analytics"
}
}

View File

@ -149,6 +149,8 @@
"Users & Permissions": "Usuários & Permissões",
"Content Manager": "Gestão de conteúdo",
"Content Type Builder": "Construtor de Conteúdo",
"Files Upload": "Enviar arquivos",
"Roles & Permissions": "Papéis e permissões",
"Settings Manager": "Gerenciador de configurações",
"Email": "E-mail",
"Password": "Senha",

View File

@ -17,10 +17,13 @@
"app.components.HomePage.welcomeBlock.content": "Мы рады, что вы вступили в сообщество. Нам необходима обратная связь для развития проекта, поэтому не стесняйтесь писать нам\u0020",
"app.components.HomePage.welcomeBlock.content.issues": "проблема.",
"app.components.HomePage.welcomeBlock.content.raise": "\u0020или поднять\u0020",
"app.components.HomePage.welcome.again": "Добро пожаловать",
"app.components.HomePage.welcomeBlock.content.again": "Надеемся у вы делаете успехи в вашем проекте... Следите с последними новостями о Strapi. Мы стараемся изо всех сил, чтобы улучшить продукт основываясь на ваших пожеланиях.",
"app.components.HomePage.createBlock.content.first": "\u0020",
"app.components.HomePage.createBlock.content.second": "\u0020плагин поможет вам создать структуру ваших данных. Если вы новичок, мы настоятельно рекомендуем вам следить за нашими\u0020",
"app.components.HomePage.createBlock.content.tutorial": "\u0020руководство.",
"app.components.HomePage.button.quickStart": "ОЗНАКОМТЕСЬ С РУКОВОДСТВОМ ПО БЫСТРОМУ СТАРТУ",
"app.components.HomePage.button.blog": "СМОТРИТЕ БОЛЬШЕ В БЛОГЕ",
"app.components.HomePage.support": "ПОДДЕРЖИТЕ НАС",
"app.components.HomePage.support.content": "Купите футболку, это поможет нам продолжать работу над проектом, чтобы предоставить вам наилучшее из возможных решений!",
"app.components.HomePage.support.link": "ЗАКАЗАТЬ НАШУ ФУТБОЛКУ СЕЙЧАС",
@ -113,6 +116,7 @@
"components.Input.error.validation.min": "Слишком маленькое.",
"components.Input.error.validation.maxLength": "Слишком длинное.",
"components.Input.error.validation.minLength": "Слишком короткое.",
"components.Input.error.validation.json": "Не соответствует JSON формату",
"components.Input.error.contentTypeName.taken": "Это название уже существует",
"components.Input.error.attribute.taken": "Поле с таким названием уже существует",
"components.Input.error.attribute.key.taken": "Это значение уже существует",
@ -136,6 +140,8 @@
"components.WysiwygBottomControls.uploadFiles": "Перетащите файлы в эту область, добавляйте из буфер обмена или {browse}.",
"components.WysiwygBottomControls.uploadFiles.browse": "выделите их",
"components.WysiwygBottomControls.fullscreen": "Развернуть",
"Files Upload": "Загрузка файлов",
"HomePage.notification.newsLetter.success": "Успешная подписка на рассылку новостей",
@ -143,6 +149,7 @@
"notification.error.layout": "Не удалось получить макет",
"Users & Permissions": "Пользователи & Доступы",
"Roles & Permissions": "Роли и доступы",
"Content Manager": "Редактор контента",
"Content Type Builder": "Конструктор Типов Контента",
"Settings Manager": "Менеджер Настроек",

View File

@ -122,10 +122,11 @@
"components.Input.error.attribute.sameKeyAndName": "Eşit olamaz",
"components.Input.error.validation.minSupMax": "Üstü olamaz",
"components.Input.error.custom-error": "{errorMessage} ",
"components.Input.error.validation.json": "Bu JSON biçimi ile eşleşmiyor",
"components.ListRow.empty": "Gösterilecek veri bulunmamaktadır.",
"components.Wysiwyg.collapse": "Collapse",
"components.Wysiwyg.collapse": "Daralt",
"components.Wysiwyg.selectOptions.title": "Başlık ekle",
"components.Wysiwyg.selectOptions.H1": "H1 başlık",
"components.Wysiwyg.selectOptions.H2": "H2 başlık",
@ -143,11 +144,13 @@
"HomePage.notification.newsLetter.success": "Bültene başarıyla abone olundu",
"notification.error": "Bir hata oluştu",
"notification.error.layout": "Couldn't retrieve the layout",
"notification.error.layout": "Düzen alınamadı",
"Users & Permissions": "Kullanıcılar & İzinler",
"Content Manager": "İçerik Yönetimi",
"Content Type Builder": "İçerik Türü Oluşturucusu",
"Files Upload": "Dosya yükleme",
"Roles & Permissions": "Roller & İzinler",
"Settings Manager": "Yönetici Ayarları",
"Email": "E-posta",
"Password": "Şifre",

View File

@ -43,4 +43,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}

View File

@ -43,4 +43,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}

View File

@ -43,4 +43,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}

View File

@ -49,4 +49,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}

View File

@ -44,4 +44,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}

View File

@ -43,4 +43,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}

View File

@ -43,4 +43,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}

View File

@ -55,4 +55,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}

View File

@ -43,4 +43,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,7 @@
{
"plugin.description.short": "Greife blitzschnell auf alle Daten in der Datenbank zu und manipuliere sie.",
"plugin.description.long": "Greife blitzschnell auf alle Daten in der Datenbank zu und manipuliere sie.",
"containers.Home.pluginHeaderTitle": "Inhalts-Manager",
"containers.Home.introduction": "Um deine Einträge zu verwalten, klicke auf den entsprechenden Link im Menü links. Dieses Plugin ist noch in aktiver Entwicklung und seine Einstellungen können nicht optimal angepasst werden.",
"containers.Home.pluginHeaderDescription": "Verwalte deine Einträge mithilfe eines mächtigen und wunderschönen Interfaces.",
@ -14,12 +15,57 @@
"containers.List.pluginHeaderDescription.singular": "{label} Eintrag gefunden",
"components.LimitSelect.itemsPerPage": "Einträge pro Seite",
"containers.List.errorFetchRecords": "Fehler",
"containers.SettingPage.addField": "Neues Feld hinzufügen",
"containers.SettingPage.attributes": "Attribut Felder",
"containers.SettingPage.attributes.description": "Reihenfolge der Attribute festlegen",
"containers.SettingPage.listSettings.title": "Liste - Einstellungen",
"containers.SettingPage.listSettings.description": "Konfiguriere die Optionen für diesen Inhaltstyp.",
"containers.SettingPage.pluginHeaderDescription": "Konfiguriere die spezifischen Einstellungen für diesen Inhaltstyp.",
"containers.SettingsPage.Block.generalSettings.description": "Konfiguriere die Standardoptionen für deine Inhaltstypen.",
"containers.SettingsPage.Block.generalSettings.title" : "Allgemeines",
"containers.SettingsPage.Block.contentType.title": "Inhaltstypen",
"containers.SettingsPage.Block.contentType.description": "Konfiguriere die spezifischen Einstellungen",
"components.AddFilterCTA.add": "Filter",
"components.AddFilterCTA.hide": "Filter",
"components.DraggableAttr.edit": "Klicken zum Bearbeiten",
"components.FiltersPickWrapper.PluginHeader.actions.apply": "Anwenden",
"components.FiltersPickWrapper.PluginHeader.actions.clearAll": "Alle löschen",
"components.FiltersPickWrapper.PluginHeader.description": "Lege die Bedingungen fest, unter denen die Einträge gefiltert werden sollen.",
"components.FiltersPickWrapper.PluginHeader.title.filter": "Filter",
"components.FiltersPickWrapper.hide": "Ausblenden",
"components.FilterOptions.button.apply": "Anwenden",
"components.FilterOptions.FILTER_TYPES.=": "ist",
"components.FilterOptions.FILTER_TYPES._ne": "ist nicht",
"components.FilterOptions.FILTER_TYPES._lt": "ist kleiner als",
"components.FilterOptions.FILTER_TYPES._lte": "ist kleiner oder gleich als",
"components.FilterOptions.FILTER_TYPES._gt": "ist größer als",
"components.FilterOptions.FILTER_TYPES._gte": "ist größer oder gleich als",
"components.FilterOptions.FILTER_TYPES._contains": "enthält",
"components.FilterOptions.FILTER_TYPES._containss": "enthält (Groß-/Kleinschreibung beachten)",
"components.Search.placeholder": "Suche nach einem Eintrag....",
"components.TableDelete.entries.plural": "{number} ausgewählte Einträge",
"components.TableDelete.entries.singular": "{number} ausgewählter Eintrag",
"components.TableDelete.delete": "Alle löschen",
"components.TableEmpty.withFilters": "Es gibt keinen {contentType} mit den verwendeten Filtern...",
"components.TableEmpty.withoutFilter": "Es gibt keinen {contentType}...",
"components.TableEmpty.withSearch": "Es gibt keinen {contentType}, der der Suche entspricht ({search})...",
"form.Input.label": "Label",
"form.Input.search": "Suche aktivieren",
"form.Input.search.field": "Suche in diesem Feld aktivieren",
"form.Input.filters": "Filter aktivieren",
"form.Input.sort.field": "Sortierung in diesem Feld aktivieren",
"form.Input.bulkActions": "Bulk-Bearbeitung aktivieren",
"form.Input.pageEntries": "Einträge pro Seite",
"form.Input.pageEntries.inputDescription": "Hinweis: Du kannst diesen Wert auf der Inhaltstypen Einstellungsseite überschreiben.",
"form.Input.defaultSort": "Standard-Sortierattribut",
"EditRelations.title": "Relationale Daten",
"emptyAttributes.title": "Es gibt noch keine Felder",
"emptyAttributes.description": "Füge deinem Content-Typen das erste Feld hinzu",
"emptyAttributes.button": "Den Content-Typ-Generator öffnen",
"emptyAttributes.description": "Füge deinem Inhaltstypen das erste Feld hinzu",
"emptyAttributes.button": "Den Inhaltstyp-Generator öffnen",
"error.schema.generation": "Bei der Generierung des Schemas ist ein Fehler aufgetreten.",
"error.records.count": "Beim Abruf von count records ist ein Fehler aufgetreten.",
@ -35,6 +81,7 @@
"error.validation.min": "Dieser Wert ist zu niedrig.",
"error.validation.maxLength": "Dieser Wert ist zu lang.",
"error.validation.minLength": "Dieser Wert ist zu kurz.",
"error.validation.json": "Dies ist kein JSON",
"error.contentTypeName.taken": "Dieser Name existiert bereits",
"error.attribute.taken": "Dieser Feldname ist bereits vergeben",
"error.attribute.key.taken": "Dieser Wert existiert bereits",
@ -42,6 +89,7 @@
"error.validation.minSupMax": "Darf nicht höher sein",
"notification.error.relationship.fetch": "Beim Abruf von Beziehungen ist ein Fehler aufgetreten.",
"notification.info.SettingPage.disableSort": "Du musst ein Attribut mit aktivierter Sortierung haben.",
"success.record.delete": "Gelöscht",
"success.record.save": "Gespeichert",
@ -51,5 +99,9 @@
"popUpWarning.button.cancel": "Abbrechen",
"popUpWarning.button.confirm": "Bestätigen",
"popUpWarning.title": "Bitte bestätigen",
"popUpWarning.bodyMessage.contentType.delete": "Bist du sicher, dass du diesen Content-Typ löschen willst?"
"popUpWarning.bodyMessage.contentType.delete": "Bist du sicher, dass du diesen Inhaltstyp löschen willst?",
"popUpWarning.bodyMessage.contentType.delete.all": "Bist du sicher, dass du diese Einträge löschen willst?",
"popUpWarning.warning.cancelAllSettings": "Bist du sicher, dass du deine Änderungen rückgängig machen willst?",
"popUpWarning.warning.updateAllSettings": "Dadurch werden alle deine Einstellungen geändert."
}

View File

@ -1,162 +1,116 @@
{
"app.components.Button.save": "Guardar",
"app.components.Button.cancel": "Cancelar",
"plugin.description.short": "Ver, editar y eliminar información de su base de datos de manera rápida.",
"plugin.description.long": "Ver, editar y eliminar información de su base de datos de manera rápida.",
"containers.Home.pluginHeaderTitle": "Gestor de Contenido",
"containers.Home.introduction": "Para editar sus registros vaya al link en específico en el menu de la izquierda. Este plugin no tiene una manera de editar configuraciones y aún esta en continuo desarrollo.",
"containers.Home.pluginHeaderDescription": "Gestiona sus registros en una bella y poderoza interfaz.",
"containers.Edit.submit": "Guardar",
"containers.Edit.editing": "Editando...",
"containers.Edit.delete": "Eliminar",
"containers.Edit.reset": "Reiniciar",
"containers.Edit.returnList": "Regresar a la lista",
"containers.List.addAnEntry": "Agregar nuevo {entity}",
"containers.List.pluginHeaderDescription": "{label} registros encontrados",
"containers.List.pluginHeaderDescription.singular": "{label} registro encontrado",
"components.LimitSelect.itemsPerPage": "registros por página",
"containers.List.errorFetchRecords": "Error",
"app.components.ComingSoonPage.comingSoon": "Próximamente",
"app.components.ComingSoonPage.featuresNotAvailable": "Esta característica está aún en desarrollo.",
"containers.SettingPage.addField": "Agregar nuevo campo",
"containers.SettingPage.attributes": "Campos de atributos",
"containers.SettingPage.attributes.description": "Defina el orden de sus atributos",
"app.components.DownloadInfo.download": "Descarga en curso....",
"app.components.DownloadInfo.text": "Esto puede tardar un minuto. Gracias por su paciencia.",
"containers.SettingPage.listSettings.title": "Lista — Configuraciones",
"containers.SettingPage.listSettings.description": "Configura las opciones para este tipo de contenido",
"containers.SettingPage.pluginHeaderDescription": "Configura las opciones específicas para este Tipo de Contenido",
"containers.SettingsPage.pluginHeaderDescription": "Configura las opciones por defecto para todos sus Tipos de Contenido",
"containers.SettingsPage.Block.generalSettings.description": "Configura las opciones por defecto para sus Tipos de Contenido",
"containers.SettingsPage.Block.generalSettings.title": "General",
"containers.SettingsPage.Block.contentType.title": "Tipos de Contenido",
"containers.SettingsPage.Block.contentType.description": "Configuraciones específicas",
"app.components.HomePage.welcome": "Bienvenido a bordo!",
"app.components.HomePage.welcome.again": "Bienvenido ",
"app.components.HomePage.cta": "CONFIRMAR",
"app.components.HomePage.community": "Encuentra la comunidad en la web",
"app.components.HomePage.newsLetter": "Suscríbase al boletín de noticias para ponerse en contacto con Strapi",
"app.components.HomePage.community.content": "Discuta con los miembros del equipo, colaboradores y desarrolladores en diferentes canales.",
"app.components.HomePage.create": "Crea tu primer tipo de contenido",
"app.components.HomePage.welcomeBlock.content": "Estamos felices de tenerlo como miembro de la comunidad. Estamos constantemente en busca de comentarios así que no dude en enviarnos DM a\u0020",
"app.components.HomePage.welcomeBlock.content.again": "Esperamos que estés progresando en tu proyecto.... Siéntase libre de leer las últimas novedades sobre Strapi. Estamos dando lo mejor de nosotros mismos para mejorar el producto basándonos en sus comentarios.",
"app.components.HomePage.welcomeBlock.content.issues": "problema.",
"app.components.HomePage.welcomeBlock.content.raise": "\u0020o plantear\u0020",
"app.components.HomePage.createBlock.content.first": "El\u0020",
"app.components.HomePage.createBlock.content.second": "\u0020plugin le ayudará a definir la estructura de datos de sus modelos. Si eres nuevo aquí, te recomendamos encarecidamente que sigas nuestro\u0020",
"app.components.HomePage.createBlock.content.tutorial": "\u0020tutorial.",
"app.components.HomePage.button.quickStart": "INICIAR EL TUTORIAL DE INICIO RÁPIDO",
"app.components.HomePage.button.blog": "VER MÁS EN EL BLOG",
"app.components.HomePage.support": "APOYANOS",
"app.components.HomePage.support.content": "Al comprar la camiseta, nos permitirá continuar nuestro trabajo en el proyecto para darle la mejor experiencia posible!",
"app.components.HomePage.support.link": "CONSIGUE TU CAMISETA AHORA",
"components.AddFilterCTA.add": "Filtros",
"components.AddFilterCTA.hide": "Filtros",
"app.components.BlockLink.documentation": "Lea la documentación",
"app.components.BlockLink.documentation.content": "Descubra los conceptos, guías de referencia y tutoriales.",
"app.components.BlockLink.code": "Ejemplos de código",
"app.components.BlockLink.code.content": "Aprenda probando proyectos reales desarrollados por la comunidad.",
"components.DraggableAttr.edit": "Click para editar",
"app.components.InputFile.newFile": "Añadir nuevo archivo",
"app.components.InputFileDetails.open": "Abrir en una nueva pestaña",
"app.components.InputFileDetails.remove": "Eliminar este archivo",
"app.components.InputFileDetails.originalName": "Nombre original:",
"app.components.InputFileDetails.size": "Tamaño:",
"components.FiltersPickWrapper.PluginHeader.actions.apply": "Aplicar",
"components.FiltersPickWrapper.PluginHeader.actions.clearAll": "Limpiar todo",
"components.FiltersPickWrapper.PluginHeader.description": "Establece las condiciones a aplicar para filtrar registros",
"components.FiltersPickWrapper.PluginHeader.title.filter": "Filtros",
"components.FiltersPickWrapper.hide": "Ocultar",
"app.components.ImgPreview.hint": "Arrastre y suelte el archivo en esta área o {Buscar} para cargar un archivo.",
"app.components.ImgPreview.hint.browse": "buscar",
"components.FilterOptions.button.apply": "Aplicar",
"components.FilterOptions.FILTER_TYPES.=": "es",
"components.FilterOptions.FILTER_TYPES._ne": "no es",
"components.FilterOptions.FILTER_TYPES._lt": "es menor que",
"components.FilterOptions.FILTER_TYPES._lte": "es menor o igual que",
"components.FilterOptions.FILTER_TYPES._gt": "es mayor que",
"components.FilterOptions.FILTER_TYPES._gte": "es mayor o igual que",
"components.FilterOptions.FILTER_TYPES._contains": "contiene",
"components.FilterOptions.FILTER_TYPES._containss": "contiene (distinguiendo mayúsculas y minúsculas)",
"app.components.InstallPluginPage.helmet": "Mercado - Plugins",
"app.components.InstallPluginPage.title": "Mercado - Plugins",
"app.components.InstallPluginPage.description": "Extienda su aplicación sin esfuerzo.",
"app.components.InstallPluginPage.plugin.support-us.description": "Apóyanos comprando la camiseta Strapi. Eso nos permitirá seguir trabajando en el proyecto y tratar de darle la mejor experiencia posible!",
"app.components.InstallPluginPage.InputSearch.label": " ",
"app.components.InstallPluginPage.InputSearch.placeholder": "Buscar un plugin... (ej: autenticación)",
"app.components.InstallPluginPopup.downloads": "descargar",
"app.components.InstallPluginPopup.navLink.description": "Descripción",
"app.components.InstallPluginPopup.navLink.screenshots": "Capturas de pantalla",
"app.components.InstallPluginPopup.navLink.avis": "aviso",
"app.components.InstallPluginPopup.navLink.faq": "preguntas frecuentes",
"app.components.InstallPluginPopup.navLink.changelog": "changelog",
"app.components.InstallPluginPopup.noDescription": "No hay descripción disponible",
"components.Search.placeholder": "Buscar un registro...",
"app.components.LeftMenuFooter.poweredBy": "Potenciado por ",
"app.components.LeftMenuLinkContainer.configuration": "Configuraciones",
"app.components.LeftMenuLinkContainer.general": "General",
"app.components.LeftMenuLinkContainer.installNewPlugin": "Marketplace",
"app.components.LeftMenuLinkContainer.listPlugins": "Mercado",
"app.components.LeftMenuLinkContainer.noPluginsInstalled": "No hay plugins instalados todavía",
"app.components.LeftMenuLinkContainer.plugins": "Plugins",
"components.TableDelete.entries.plural": "{number} registros seleccionados",
"components.TableDelete.entries.singular": "{number} registro seleccionado",
"components.TableDelete.delete": "Eliminar todo",
"app.components.ListPluginsPage.helmet.title": "Lista de plugins",
"app.components.ListPluginsPage.title": "Plugins",
"app.components.ListPluginsPage.description": "Lista de los plugins instalados en el proyecto.",
"app.components.listPluginsPage.deletePlugin.error": "Se ha producido un error al desinstalar el plugin",
"app.components.listPlugins.title.singular": "{number} plugin está instalado",
"app.components.listPlugins.title.plural": "{número} plugins están instalados",
"app.components.listPlugins.title.none": "No hay plugins instalados",
"app.components.listPlugins.button": "Añadir nuevo plugin",
"app.components.NotFoundPage.description": "No encontrado",
"app.components.NotFoundPage.back": "Volver a la página de inicio",
"components.TableEmpty.withFilters": "No hay {contentType} con los filtros aplicados...",
"components.TableEmpty.withoutFilter": "No hay {contentType}...",
"components.TableEmpty.withSearch": "No hay {contentType} que coincida con la búsqueda ({search})...",
"app.components.Official": "Oficial",
"EditRelations.title": "Datos relacionados",
"app.components.PluginCard.compatible": "Compatible con su aplicación",
"app.components.PluginCard.compatibleCommunity": "Compatible con la comunidad",
"app.components.PluginCard.Button.label.download": "Descargar",
"app.components.PluginCard.Button.label.install": "Ya está instalado",
"app.components.PluginCard.Button.label.support": "Apóyenos",
"app.components.PluginCard.price.free": "Gratuito",
"app.components.PluginCard.more-details": "Más detalles",
"emptyAttributes.title": "Aún no hay campos",
"emptyAttributes.description": "Agregue su primer campo a su Tipo de Contenido",
"emptyAttributes.button": "Ir al creador de Tipos de Contenido",
"app.utils.placeholder.defaultMessage": "\u0020",
"app.utils.SelectOption.defaultMessage": "\u0020",
"app.utils.defaultMessage": "\u0020",
"error.schema.generation": "Ocurrió un error durante la generación de esquema.",
"error.records.count": "Ocurrió un error durante la consulta del número de registros.",
"error.records.fetch": "Ocurrió un error durante la consulta de registros.",
"error.record.fetch": "Ocurrió un error durante la consulta del registro.",
"error.record.create": "Ocurrió un error durante la creación del registro.",
"error.record.update": "Ocurrió un error durante la actualización del registro.",
"error.record.delete": "Ocurrió un error durante la eliminación del registro.",
"error.model.fetch": "Ocurrió un error durante la consulta de configuración de modelos.",
"error.validation.required": "Este dato es requerido.",
"error.validation.regex": "El valor no cumple la expresión regular.",
"error.validation.max": "El valor es muy alto.",
"error.validation.min": "El valor es muy bajo.",
"error.validation.maxLength": "El valor es muy largo.",
"error.validation.minLength": "El valor es muy corto.",
"error.contentTypeName.taken": "Este nombre ya existe",
"error.attribute.taken": "Este campo ya existe",
"error.attribute.key.taken": "Este valor ya existe",
"error.attribute.sameKeyAndName": "No pueden ser iguales",
"error.validation.minSupMax": "No puede ser superior",
"error.validation.json": "Este no es un JSON",
"components.AutoReloadBlocker.header": "La función de reload es necesaria para este plugin.",
"components.AutoReloadBlocker.description": "Abra el siguiente archivo y habilite la función.",
"form.Input.label.inputDescription": "Este valor sobrescribe la etiqueta mostrada en la cabecera de la tabla",
"form.Input.label": "Etiqueta",
"form.Input.search": "Habilitar la búsqueda",
"form.Input.search.field": "Habilitar la búsqueda para este campo",
"form.Input.filters": "Habilitar filtros",
"form.Input.sort.field": "Habilitar ordenado para este campo",
"form.Input.bulkActions": "Habilitar acciones en bloque",
"form.Input.pageEntries": "Registros por página",
"form.Input.pageEntries.inputDescription": "Nota: Puede sobrescribir este valor en la página de configuraciones para Tipo de Contenido.",
"form.Input.defaultSort": "Atributo para ordenar por defecto",
"components.ErrorBoundary.title": "Algo salió mal...",
"notification.error.relationship.fetch": "Ocurrió un error durante la consulta de la relación.",
"notification.info.SettingPage.disableSort": "Necesita tener un habilidato el ordenado en un atributo",
"components.OverlayBlocker.title": "Esperando el reinicio...",
"components.OverlayBlocker.description": "Está utilizando una función que necesita que el servidor se reinicie. Por favor, espere hasta que el servidor esté listo.",
"success.record.delete": "Eliminado",
"success.record.save": "Guardado",
"components.PageFooter.select": "entradas por página",
"pageNotFound": "Página no encontrada",
"components.ProductionBlocker.header": "Este plugin sólo está disponible en desarrollo.",
"components.ProductionBlocker.description": "Por razones de seguridad tenemos que desactivar este plugin en otros entornos.",
"components.popUpWarning.button.cancel": "Cancelar",
"components.popUpWarning.button.confirm": "Confirmar",
"components.popUpWarning.title": "Por favor, confirme",
"components.popUpWarning.message": "¿Estás seguro de que quieres borrar esto?",
"components.Input.error.validation.email": "Esto no es un email",
"components.Input.error.validation.required": "Este valor es obligatorio.",
"components.Input.error.validation.regex": "El valor no coincide con el valor de regex.",
"components.Input.error.validation.max": "El valor es demasiado alto.",
"components.Input.error.validation.min": "El valor es demasiado bajo.",
"components.Input.error.validation.maxLength": "El valor es demasiado largo.",
"components.Input.error.validation.minLength": "El valor es demasiado corto.",
"components.Input.error.contentTypeName.taken": "Este nombre ya existe",
"components.Input.error.attribute.taken": "Este nombre de campo ya existe",
"components.Input.error.attribute.key.taken": "Este valor ya existe",
"components.Input.error.attribute.sameKeyAndName": "No puede ser igual",
"components.Input.error.validation.minSupMax": "No puede ser superior",
"components.Input.error.custom-error": "{errorMessage} ",
"components.Input.error.validation.json": "Esto no coincide con el formato JSON",
"components.ListRow.empty": "No hay datos que mostrar.",
"components.Wysiwyg.collapse": "Colapso",
"components.Wysiwyg.selectOptions.title": "Añadir un título",
"components.Wysiwyg.selectOptions.H1": "Título H1",
"components.Wysiwyg.selectOptions.H2": "Título H2",
"components.Wysiwyg.selectOptions.H3": "Título H3",
"components.Wysiwyg.selectOptions.H4": "Título H4",
"components.Wysiwyg.selectOptions.H5": "Título H5",
"components.Wysiwyg.selectOptions.H6": "Título H6",
"components.Wysiwyg.ToggleMode.markdown": "Pasar a markdown",
"components.Wysiwyg.ToggleMode.preview": "Cambiar a previsualización",
"components.WysiwygBottomControls.charactersIndicators": "caracteres",
"components.WysiwygBottomControls.uploadFiles": "Arrastre y suelte archivos, péguelos desde el portapapeles o {buscar}.",
"components.WysiwygBottomControls.uploadFiles.browse": "seleccionarlos",
"components.WysiwygBottomControls.fullscreen": "Expandir",
"HomePage.notification.newsLetter.success": "Suscribirse con éxito al boletín de noticias",
"notification.error": "Se ha producido un error",
"notification.error.layout": "No se pudo recuperar el diseño",
"Users & Permissions": "Usuarios y permisos",
"Content Manager": "Gestión de Contenidos",
"Content Type Builder": "Constructor de Tipos de Contenido",
"Settings Manager": "Gestion de Ajustes",
"Email": "Email",
"Password": "Contraseña",
"Username": "Nombre de Usuario",
"Provider": "Proveedor",
"ResetPasswordToken": "Restablecer Token de Contraseña",
"Role": "Papel",
"New entry": "Entrada nueva",
"request.error.model.unknown": "Este modelo no existe",
"Users": "Usuarios",
"Analytics": "Analytics"
"popUpWarning.button.cancel": "Cancelar",
"popUpWarning.button.confirm": "Confirmar",
"popUpWarning.title": "Favor de confirmar",
"popUpWarning.bodyMessage.contentType.delete": "¿Está seguro de querer eliminar este registro?",
"popUpWarning.bodyMessage.contentType.delete.all": "¿Está seguro de querer eliminar estos registros?",
"popUpWarning.warning.cancelAllSettings": "¿Está seguro de querer cancelar sus cambios?",
"popUpWarning.warning.updateAllSettings": "Esto modificará todas sus configuraciones"
}

View File

@ -14,16 +14,27 @@
"containers.List.pluginHeaderDescription.singular": "{label} voce trovati",
"components.LimitSelect.itemsPerPage": "Elementi per pagina",
"containers.List.errorFetchRecords": "Errore",
"containers.SettingPage.addField" : "Aggiungi un nuovo campo",
"containers.SettingPage.attributes" : "Attributi",
"containers.SettingPage.attributes.description" : "Definisci l'ordine degli attributi",
"containers.SettingPage.listSettings.title" : "Lista - Impostazioni",
"containers.SettingPage.listSettings.description" : "Configura le opzioni per questo Tipo di Contenuto",
"containers.SettingPage.pluginHeaderDescription" : "Configura le impostazioni specifiche per questo Tipo di Contenuto",
"containers.SettingsPage.pluginHeaderDescription" : "Configura le impostazioni di default per tutti i tuoi Tipi di Contenuto",
"containers.SettingsPage.Block.generalSettings.description" : "Configura le opzioni di default per i Tipi di Contenuto",
"containers.SettingsPage.Block.generalSettings.title" : "Generali",
"containers.SettingsPage.Block.contentType.title" : "Tipi di Contenuto",
"containers.SettingsPage.Block.contentType.description" : "Configura le impostazioni specifiche",
"components.AddFilterCTA.add": "Filtri",
"components.AddFilterCTA.hide": "Filtri",
"components.DraggableAttr.edit" : "Clicca per modificare",
"components.FilterOptions.button.apply": "Applica",
"components.FiltersPickWrapper.PluginHeader.actions.apply": "Applica",
"components.FiltersPickWrapper.PluginHeader.actions.clearAll": "Cancella tutto",
"components.FiltersPickWrapper.PluginHeader.description": "Impostare le condizioni da applicare per filtrare le voci",
"components.FiltersPickWrapper.PluginHeader.title.filter": "Filtri",
"components.FiltersPickWrapper.hide": "Nascondi",
"components.FilterOptions.FILTER_TYPES.=": "si",
"components.FilterOptions.FILTER_TYPES._ne": "non è",
"components.FilterOptions.FILTER_TYPES._lt": "è inferiore",
@ -59,6 +70,7 @@
"error.model.fetch": "Si è verificato un errore durante il caricamento dei modelli di configurazione.",
"error.validation.required": "Questo valore è richiesto.",
"error.validation.regex": "Il valore non corrisponde alla regex.",
"error.validation.json" : "Non è un JSON",
"error.validation.max": "Il valore è troppo alto.",
"error.validation.min": "Il valore è troppo basso.",
"error.validation.maxLength": "Il valore è troppo lungo.",
@ -69,7 +81,19 @@
"error.attribute.sameKeyAndName": "Non può essere uguale",
"error.validation.minSupMax": "Non può essere superiore",
"form.Input.label.inputDescription" : "Questo valore sovrascrive l'etichetta mostrata nell'intestazione della tabella",
"form.Input.label" : "Etichetta",
"form.Input.search" : "Abilita ricerca",
"form.Input.search.field" : "Abilita la ricerca su questo campo",
"form.Input.filters" : "Abilita filtri",
"form.Input.sort.field" : "Abilita ordinamento su questo campo",
"form.Input.bulkActions" : "Abilita caricamento",
"form.Input.pageEntries" : "Righe per pagina",
"form.Input.pageEntries.inputDescription" : "Attenzione: Puoi sovrascrivere questo valore nella pagina delle impostazioni del Tipo di Contenuto",
"form.Input.defaultSort" : "Attributo di ordinamento di default",
"notification.error.relationship.fetch": "Si è verificato un errore durante il rapporto di recupero.",
"notification.info.SettingPage.disableSort" : "E' necessario un attributo con l'ordinamento abilitato",
"success.record.delete": "Eliminato",
"success.record.save": "Salvato",
@ -80,5 +104,8 @@
"popUpWarning.button.confirm": "Conferma",
"popUpWarning.title": "Si prega di confermare",
"popUpWarning.bodyMessage.contentType.delete": "Sei sicuro di voler cancellare questa voce?",
"popUpWarning.bodyMessage.contentType.delete.all": "Sei sicuro di voler eliminare queste voci?"
}
"popUpWarning.bodyMessage.contentType.delete.all": "Sei sicuro di voler eliminare queste voci?",
"popUpWarning.warning.cancelAllSettings" : "Sei sicuro di voler cancellare le tue modifiche?",
"popUpWarning.warning.updateAllSettings" : "Questa operazione modificherà tutte le tue impostazioni"
}

View File

@ -15,8 +15,24 @@
"components.LimitSelect.itemsPerPage": "Registros por página",
"containers.List.errorFetchRecords": "Erro",
"containers.SettingPage.addField": "Adicionar campo",
"containers.SettingPage.attributes": "Atributos",
"containers.SettingPage.attributes.description": "Define a ordem dos atributos",
"containers.SettingPage.listSettings.title": "Lista — Configurações",
"containers.SettingPage.listSettings.description": "Configure as opções para este Tipo de Conteúdo",
"containers.SettingPage.pluginHeaderDescription": "Defina as configurações específicas para este Tipo de Conteúdo",
"containers.SettingsPage.pluginHeaderDescription": "Configure as opções padrões para todos os seus Tipos de Conteúdo",
"containers.SettingsPage.Block.generalSettings.description": "Configure as opções padrões para seu Tipo de Conteúdo",
"containers.SettingsPage.Block.generalSettings.title": "Geral",
"containers.SettingsPage.Block.contentType.title": "Tipos de Conteúdo",
"containers.SettingsPage.Block.contentType.description": "Defina as configurações específicas",
"components.AddFilterCTA.add": "Filtros",
"components.AddFilterCTA.hide": "Filtros",
"components.DraggableAttr.edit": "Clique para editar",
"components.FilterOptions.button.apply": "Aplicar",
"components.FiltersPickWrapper.PluginHeader.actions.apply": "Aplicar",
"components.FiltersPickWrapper.PluginHeader.actions.clearAll": "Limpar tudo",
@ -71,7 +87,19 @@
"error.validation.minSupMax": "Não pode ser superior",
"error.validation.json": "Isto não corresponde com o formato JSON",
"form.Input.label.inputDescription": "Este valor substitui o rótulo apresentado no cabeçalho da tabela",
"form.Input.label": "Rótulo",
"form.Input.search": "Habilitar busca",
"form.Input.search.field": "Habilitar busca neste campo",
"form.Input.filters": "Habilitar filtros",
"form.Input.sort.field": "Habilitar ordenação neste campo",
"form.Input.bulkActions": "Habilitar ações em lote",
"form.Input.pageEntries": "Entradas por página",
"form.Input.pageEntries.inputDescription": "Nota: Você pode substituir este valor na página de configurações do Tipo de Conteúdo.",
"form.Input.defaultSort": "Atributo de ordenação padrão",
"notification.error.relationship.fetch": "Ocorreu um erro durante a busca da relação.",
"notification.info.SettingPage.disableSort": "Você precisa de um atributo com permissão de ordenação",
"success.record.delete": "Removido",
"success.record.save": "Salvo",
@ -82,5 +110,7 @@
"popUpWarning.button.confirm": "Confirmar",
"popUpWarning.title": "Por favor, confirme",
"popUpWarning.bodyMessage.contentType.delete": "Tem a certeza de que deseja remover este registro?",
"popUpWarning.bodyMessage.contentType.delete.all": "Tem a certeza de que deseja remover estes registros?"
"popUpWarning.bodyMessage.contentType.delete.all": "Tem a certeza de que deseja remover estes registros?",
"popUpWarning.warning.cancelAllSettings": "Você tem certeza de que deseja cancelar suas modificações?",
"popUpWarning.warning.updateAllSettings": "Isto irá modificar todas as suas configurações"
}

View File

@ -14,6 +14,57 @@
"containers.List.pluginHeaderDescription.singular": "{label} запись найдена",
"components.LimitSelect.itemsPerPage": "Элементов на странице",
"containers.List.errorFetchRecords": "Ошибка",
"containers.SettingPage.addField": "Добавить новое поле",
"containers.SettingPage.attributes": "Поля атрибутов",
"containers.SettingPage.attributes.description": "Определить порядок атребутов",
"containers.SettingPage.listSettings.title": "Список — Настройки",
"containers.SettingPage.listSettings.description": "Указать порядок атрибутов",
"containers.SettingPage.listSettings.title": "Список — Настройки",
"containers.SettingPage.pluginHeaderDescription": "Отдельные настройки для этого Типа Данных",
"containers.SettingsPage.pluginHeaderDescription": "Настройте параметры по умолчанию для всех Типов Данных",
"containers.SettingsPage.Block.generalSettings.description": "Настройте опции по умолчанию для ваших Типов Данных",
"containers.SettingsPage.Block.generalSettings.title": "Общее",
"containers.SettingsPage.Block.contentType.title": "Типы данных",
"containers.SettingsPage.Block.contentType.description": "Настроить отдельные параметры",
"components.AddFilterCTA.add": "Фильтры",
"components.AddFilterCTA.hide": "Фильтры",
"components.DraggableAttr.edit": "Нажмите чтобы редактировать",
"components.FiltersPickWrapper.PluginHeader.actions.apply": "Применить",
"components.FiltersPickWrapper.PluginHeader.actions.clearAll": "Очистить все",
"components.FiltersPickWrapper.PluginHeader.description": "Укажите условия для фильтрации записей",
"components.FiltersPickWrapper.PluginHeader.title.filter": "Фильтры",
"components.FiltersPickWrapper.hide": "Скрыть",
"components.FilterOptions.button.apply": "Применить",
"components.FilterOptions.FILTER_TYPES.=": "равно",
"components.FilterOptions.FILTER_TYPES._ne": "не равно",
"components.FilterOptions.FILTER_TYPES._lt": "меньше чем",
"components.FilterOptions.FILTER_TYPES._lte": "меньше или равно чем",
"components.FilterOptions.FILTER_TYPES._gt": "больше чем",
"components.FilterOptions.FILTER_TYPES._gte": "равно или больше чем",
"components.FilterOptions.FILTER_TYPES._contains": "содержит",
"components.FilterOptions.FILTER_TYPES._containss": "содержит (с учетом регистра)",
"components.Search.placeholder": "Поиск записей...",
"components.TableDelete.entries.plural": "{число} записей выбрано",
"components.TableDelete.entries.singular": "{число} записей выделено",
"components.TableDelete.delete": "Удалить все",
"components.TableEmpty.withFilters": "Нет {Тип данных} с примененными фильтрами...",
"components.TableEmpty.withoutFilter": "Нет {Тип данных}...",
"components.TableEmpty.withSearch": "Нет {Тип данных} согласно поиску ({поиск})",
"error.validation.json": "Это не JSON",
"form.Input.label.inputDescription": "Это знчение переопределит метку, в заголовке таблицы",
"form.Input.label": "Метка",
"form.Input.search": "Применить поиск",
"form.Input.search.field": "Применить поиск по этому полю",
"form.Input.filters": "Применить фильтры",
"form.Input.sort.field": "Применить сортировку по этому полю",
"form.Input.bulkActions": "Применить массовые действия",
"form.Input.pageEntries": "Записей на страницу",
"form.Input.pageEntries.inputDescription": "Заметка: вы можете переопределить это значение на странице настроек Типа Данных",
"form.Input.defaultSort": "Сортировка по умолчанию",
"notification.info.SettingPage.disableSort": "У вас должен быть один атрибут с разрешенной сортировкой",
"popUpWarning.bodyMessage.contentType.delete.all": "Вы уверенны, что хотите удалить эти записи?",
"popUpWarning.warning.cancelAllSettings": "Вы уверенны, что хотите отменить ваши модификации?",
"popUpWarning.warning.updateAllSettings": "Это изменит все ваши настройки",
"EditRelations.title": "Связанные данные",

View File

@ -15,15 +15,31 @@
"components.LimitSelect.itemsPerPage": "Sayfa başı",
"containers.List.errorFetchRecords": "Hata",
"containers.SettingPage.addField": "Yeni alan ekle",
"containers.SettingPage.attributes": "Nitelik alanları",
"containers.SettingPage.attributes.description": "Niteliklerin sırasını tanımlayın",
"containers.SettingPage.listSettings.title": "Liste — Ayarlar",
"containers.SettingPage.listSettings.description": "Bu içerik türü için seçenekleri yapılandırın",
"containers.SettingPage.pluginHeaderDescription": "Bu İçerik Türü için belirli ayarları yapılandırın",
"containers.SettingsPage.pluginHeaderDescription": "Tüm İçerik türleriniz için varsayılan ayarları yapılandırın",
"containers.SettingsPage.Block.generalSettings.description": "İçerik Türleriniz için varsayılan seçenekleri yapılandırın",
"containers.SettingsPage.Block.generalSettings.title": "Genel",
"containers.SettingsPage.Block.contentType.title": "İçerik Türleri",
"containers.SettingsPage.Block.contentType.description": "Belirli ayarları yapılandırın",
"components.AddFilterCTA.add": "Filtreler",
"components.AddFilterCTA.hide": "Filtreler",
"components.FilterOptions.button.apply": "Uygula",
"components.DraggableAttr.edit": "Düzenlemek için tıklayın",
"components.FiltersPickWrapper.PluginHeader.actions.apply": "Uygula",
"components.FiltersPickWrapper.PluginHeader.actions.clearAll": "Hepsini temizle",
"components.FiltersPickWrapper.PluginHeader.description": "Filtrelemek için uygulanacak şartları ayarlayın",
"components.FiltersPickWrapper.PluginHeader.title.filter": "Filtreler",
"components.FiltersPickWrapper.hide": "Gizle",
"components.FilterOptions.button.apply": "Uygula",
"components.FilterOptions.FILTER_TYPES.=": "eşit",
"components.FilterOptions.FILTER_TYPES._ne": "eşit değil",
"components.FilterOptions.FILTER_TYPES._lt": "daha düşük",
@ -68,8 +84,21 @@
"error.attribute.key.taken": "Bu değer zaten var.",
"error.attribute.sameKeyAndName": "Eşit olamaz",
"error.validation.minSupMax": "Üstü olamaz",
"error.validation.json": "Bu JSON biçimi ile eşleşmiyor",
"form.Input.label.inputDescription": "Bu değer, tablonun başında görüntülenen etiketi geçersiz kılar",
"form.Input.label": "Etiket",
"form.Input.search": "Aramayı etkinleştir",
"form.Input.search.field": "Bu alanda aramayı etkinleştir",
"form.Input.filters": "Filtreleri etkinleştir",
"form.Input.sort.field": "Bu alana göre sıralamayı etkinleştir",
"form.Input.bulkActions": "Toplu işlemleri etkinleştir",
"form.Input.pageEntries": "Sayfa başına kayıtlar",
"form.Input.pageEntries.inputDescription": "Not: Bu değeri İçerik Türü ayarları sayfasında geçersiz kılabilirsiniz..",
"form.Input.defaultSort": "Varsayılan sıralama özelliği",
"notification.error.relationship.fetch": "İlişki getirme sırasında bir hata oluştu.",
"notification.info.SettingPage.disableSort": "Sıralamaya izin verilen tek bir özelliğe sahip olmanız gerekir",
"success.record.delete": "Silindi",
"success.record.save": "Kaydedildi",
@ -80,5 +109,7 @@
"popUpWarning.button.confirm": "Onayla",
"popUpWarning.title": "Lütfen onaylayın",
"popUpWarning.bodyMessage.contentType.delete": "Bu kaydı silmek istediğinizden emin misiniz?",
"popUpWarning.bodyMessage.contentType.delete.all": "Bu kayıtları silmek istediğinizden emin misiniz?"
"popUpWarning.bodyMessage.contentType.delete.all": "Bu kayıtları silmek istediğinizden emin misiniz?",
"popUpWarning.warning.cancelAllSettings": "Değişikliklerinizi iptal etmek istediğinizden emin misiniz?",
"popUpWarning.warning.updateAllSettings": "Bu bütün ayarlarınızı değiştirecektir"
}

View File

@ -19,16 +19,16 @@
"contentType.temporaryDisplay": "(Nicht gespeichert)",
"from": "aus",
"home.contentTypeBuilder.name": "Content-Typen",
"home.contentTypeBuilder.description": "Verwalte deine Content-Typen.",
"home.emptyContentType.title": "Es sind keine Content-Typen verfügbar",
"home.emptyContentType.description": "Lege deinen ersten Content-Typ an, Daten deiner API abrufen zu können.",
"home.contentTypeBuilder.name": "Inhaltstypen",
"home.contentTypeBuilder.description": "Verwalte deine Inhaltstypen.",
"home.emptyContentType.title": "Es sind keine Inhaltstypen verfügbar",
"home.emptyContentType.description": "Lege deinen ersten Inhaltstyp an, Daten deiner API abrufen zu können.",
"home.emptyAttributes.title": "Es gibt noch keine Felder",
"home.emptyAttributes.description": "Füge deinem Content-Typen das erste Feld hinzu",
"home.emptyAttributes.description": "Füge deinem Inhaltstypen das erste Feld hinzu",
"button.contentType.create": "Lege einen Content-Typ an",
"button.contentType.add": "Neuer Content-Typ",
"button.contentType.create": "Lege einen Inhaltstyp an",
"button.contentType.add": "Neuer Inhaltstyp",
"button.attributes.add": "Neues Feld",
"error.validation.required": "Dieser Wert ist erforderlich.",
@ -42,6 +42,7 @@
"error.attribute.key.taken": "Dieser Wert existiert bereits",
"error.attribute.sameKeyAndName": "Darf nicht gleich sein",
"error.validation.minSupMax": "Darf nicht höher sein",
"error.attribute.forbidden": "Dieser Attributname ist reserviert",
"form.attribute.item.textarea.name": "Name",
"form.attribute.item.number.name": "Name",
@ -52,7 +53,7 @@
"form.attribute.item.boolean.name": "Name",
"form.attribute.item.string.name": "Name",
"form.attribute.item.enumeration.name": "Name",
"form.attribute.item.enumeration.rules": "Werte (trennen Sie sie mit einem Komma)",
"form.attribute.item.enumeration.rules": "Werte (trenne sie mit einem Komma)",
"form.attribute.item.enumeration.placeholder": "Ex: Morgen, Mittag, Abend",
"form.attribute.item.enumeration.graphql": "Name override for GraphQL",
"form.attribute.item.enumeration.graphql.description": "Allows you to override the default generated name for GraphQL",
@ -72,6 +73,9 @@
"form.attribute.item.number.type.integer": "integer (z.B.: 10)",
"form.attribute.item.number.type.float": "float (z.B.: 3.33333333)",
"form.attribute.item.number.type.decimal": "decimal (z.B.: 2.22)",
"form.attribute.item.appearance.name": "Aussehen",
"form.attribute.item.appearance.label": "Als WYSIWYG anzeigen",
"form.attribute.item.appearance.description": "Andernfalls ist der Wert über ein einfaches Textfeld editierbar",
"form.attribute.settings.default": "Standardwert",
"form.attribute.settings.default.checkboxLabel": "Set to true",
@ -81,22 +85,22 @@
"form.contentType.item.connections": "Verbindung",
"form.contentType.item.name": "Name",
"form.contentType.item.name.description": "Der Name des Content-Typs sollte Singular sein. {link}",
"form.contentType.item.name.description": "Der Name des Inhaltstyps sollte Singular sein. {link}",
"form.contentType.item.name.link.description": "Schau dir unsere Dokumentation an.",
"form.contentType.item.description": "Beschreibung",
"form.contentType.item.description.placeholder": "Beschreibe deinen Content-Typ",
"form.contentType.item.description.placeholder": "Beschreibe deinen Inhaltstyp",
"form.contentType.item.collectionName": "Name des Dokuments in der Datenbank",
"form.contentType.item.collectionName.inputDescription": "Nützlich, wenn Content-Typ und Datenbankname unterschiedlich sind",
"form.contentType.item.collectionName.inputDescription": "Nützlich, wenn Inhaltstyp und Datenbankname unterschiedlich sind",
"menu.section.contentTypeBuilder.name.plural": "Content-Typen",
"menu.section.contentTypeBuilder.name.singular": "Content-Typ",
"menu.section.contentTypeBuilder.name.plural": "Inhaltstypen",
"menu.section.contentTypeBuilder.name.singular": "Inhaltstyp",
"menu.section.documentation.name": "Dokumentation",
"menu.section.documentation.guide": "Mehr über Content-Typen findest du in unserer",
"menu.section.documentation.guide": "Mehr über Inhaltstypen findest du in unserer",
"menu.section.documentation.guideLink": "Anleitung.",
"menu.section.documentation.tutorial": "Schau dir unser",
"menu.section.documentation.tutorialLink": "Tutorial an.",
"modelPage.contentHeader.emptyDescription.description": "Dieser Content-Typ hat keine Beschreibung",
"modelPage.contentHeader.emptyDescription.description": "Dieser Inhaltstyp hat keine Beschreibung",
"modelPage.contentType.list.title.plural": "Felder",
"modelPage.contentType.list.title.singular": "Feld",
"modelPage.contentType.list.title.including": "schließt ein",
@ -108,12 +112,14 @@
"noTableWarning.infos": "Mehr Informationen",
"notification.error.message": "Ein Fehler ist aufgetreten",
"notification.info.contentType.creating.notSaved": "Bitte speichere zuerst diesen Content-Typ bevor du einen neuen anlegst",
"notification.info.contentType.creating.notSaved": "Bitte speichere zuerst diesen Inhaltstyp bevor du einen neuen anlegst",
"notification.info.disable": "Dieses Feld ist momentan nicht editierbar...😮",
"notification.info.optimized": "Dieses Plugin ist auf deinen localStorage optimiert",
"notification.success.message.contentType.edit": "Der Content-Typ wurde aktualisiert",
"notification.success.message.contentType.create": "Der Content-Typ wurde angelegt",
"notification.success.contentTypeDeleted": "Der Content-Typ wurde gelöscht",
"notification.success.message.contentType.edit": "Der Inhaltstyp wurde aktualisiert",
"notification.success.message.contentType.create": "Der Inhaltstyp wurde angelegt",
"notification.success.contentTypeDeleted": "Der Inhaltstyp wurde gelöscht",
"relation.oneWay": "hat eine",
"popUpForm.attributes.string.description": "Titel, Namen, Namenslisten",
"popUpForm.attributes.text.description": "Beschreibungen, Paragraphen, Artikel",
@ -122,7 +128,7 @@
"popUpForm.attributes.date.description": "Event-Daten, Öffnungszeiten",
"popUpForm.attributes.json.description": "Daten in JSON-Format",
"popUpForm.attributes.media.description": "Bilder, Videos, PDFs und andere",
"popUpForm.attributes.relation.description": "Bezieht sich auf einen Content-Typ",
"popUpForm.attributes.relation.description": "Bezieht sich auf einen Inhaltstyp",
"popUpForm.attributes.email.description": "E-Mail-Adressen von Benutzern",
"popUpForm.attributes.password.description": "Passwörter von Benutzers",
"popUpForm.attributes.enumeration.description": "Liste der Auswahlmöglichkeiten",
@ -141,9 +147,9 @@
"popUpForm.create": "Neu",
"popUpForm.edit": "Bearbeiten",
"popUpForm.field": "Feld",
"popUpForm.create.contentType.header.title": "Neuer Content-Typ",
"popUpForm.create.contentType.header.title": "Neuer Inhaltstyp",
"popUpForm.choose.attributes.header.title": "Neues Feld hinzufügen",
"popUpForm.edit.contentType.header.title": "Content-Typen bearbeiten",
"popUpForm.edit.contentType.header.title": "Inhaltstypen bearbeiten",
"popUpForm.navContainer.relation": "Beziehung definieren",
"popUpForm.navContainer.base": "Grundeinstellungen",
@ -154,12 +160,12 @@
"popUpWarning.button.cancel": "Abbrechen",
"popUpWarning.button.confirm": "Bestätigen",
"popUpWarning.title": "Bitte bestätigen",
"popUpWarning.bodyMessage.contentType.delete": "Bist du sicher, dass du diesen Content-Typ löschen willst?",
"popUpWarning.bodyMessage.contentType.delete": "Bist du sicher, dass du diesen Inhaltstyp löschen willst?",
"popUpWarning.bodyMessage.attribute.delete": "Bist du sicher, dass du dieses Feld löschen willst?",
"table.contentType.title.plural": "Content-Typen sind verfügbar",
"table.contentType.title.singular": "Content-Typ ist verfügbar",
"table.contentType.title.plural": "Inhaltstypen sind verfügbar",
"table.contentType.title.singular": "Inhaltstyp ist verfügbar",
"table.contentType.head.name": "Name",
"table.contentType.head.description": "Beschreibung",
"table.contentType.head.fields": "Felder",

View File

@ -42,6 +42,7 @@
"error.attribute.taken": "Поле с таким названием уже существует",
"error.attribute.key.taken": "Это значение уже существует",
"error.attribute.sameKeyAndName": "Не может быть одинаковым",
"error.attribute.forbidden": "Такое имя атрибута зарезервировано",
"error.validation.minSupMax": "Не может быть выше",
"form.attribute.item.textarea.name": "Название",
@ -175,6 +176,7 @@
"table.contentType.head.description": "Описание",
"table.contentType.head.fields": "Поля",
"relation.oneWay": "один принадлежит",
"relation.oneToOne": "имеет один",
"relation.oneToMany": "принадлежит многим",
"relation.manyToOne": "имеет много",

View File

@ -1,4 +1,14 @@
{
"ConfigPage.title": "E-Mail - Einstellungen",
"ConfigPage.description": "E-Mail-Plugin konfigurieren",
"EditForm.Input.number.label": "Maximal zulässige Größe (in MB)",
"EditForm.Input.select.label": "Anbieter",
"EditForm.Input.select.inputDescription": "E-Mails können mit dem Standardanbieter (Sendmail) oder einem externen Anbieter versendet werden",
"EditForm.Input.toggle.label": "E-Mail-Versand aktivieren",
"notification.config.success": "Die Einstellungen wurden aktualisiert",
"plugin.description.short": "Zum Versand von E-Mails.",
"plugin.description.long": "Zum Versand von E-Mails."
}

View File

@ -1,5 +1,12 @@
{
"plugin.description.short": "Отсылка почты.",
"plugin.description.long": "Отсылка почты."
"plugin.description.long": "Отсылка почты.",
"ConfigPage.title": "Email - Настройки",
"ConfigPage.description": "Настройка плагина email",
"EditForm.Input.number.label": "Максимально допустимый размер (в МБ)",
"EditForm.Input.select.label": "Провайдеры",
"EditForm.Input.select.inputDescription": "Письма могут быть отправлены стандартным провайдером (Sendmail), или внешними провайдерами",
"EditForm.Input.toggle.label": "Активировать отправку писем",
"notification.config.success": "Настройки успешно обновлены"
}

View File

@ -112,6 +112,7 @@
"form.language.choose": "Wähle eine Sprache:",
"request.error.database.exist": "Diese Verbindung gibt es bereits",
"request.error.database.unknow": "Keine solche Verbindung",
"request.error.type.string": "Ein Text ist erforderlich.",
"request.error.type.number": "Eine Nummer ist erforderlich.",
"request.error.type.boolean": "Ein Boolean ist erforderlich.",
@ -141,7 +142,7 @@
"list.databases.title.plural": "Verbindungen in dieser Umgebung",
"popUpWarning.title": "Bitte bestätigen",
"popUpWarning.databases.danger.message": "Es gibt noch hiermit verbundene Content-Typen. Durch das Löschen könntest du deine Anwendung beschädigen. Sei vorsichtig...",
"popUpWarning.databases.danger.message": "Es gibt noch hiermit verbundene Inhaltstypen. Durch das Löschen könntest du deine Anwendung beschädigen. Sei vorsichtig...",
"popUpWarning.danger.ok.message": "Ich stimme zu",
"popUpWarning.databases.delete.message": "Bist du sicher, dass du diese Datenbank löschen möchtest?",
"popUpWarning.languages.delete.message": "Bist du sicher, dass du diese Sprache entfernen möchtest?",

View File

@ -52,8 +52,8 @@
"form.advanced.item.prefix": "API de prefijos",
"form.request.name": "Solicitud",
"formulario.de.solicitud.de.descripción": "Configure los ajustes de su solicitud",
"formulario.para.solicitar.item.parser": "Parser",
"form.request.description": "Configure los ajustes de su solicitud.",
"form.request.item.parser": "Parser",
"form.request.item.parser.multipart": "Parser Multiparte",
"form.request.item.prefix": "Prefijo",
"form.request.item.prefix.prefix": "Prefijo",

View File

@ -35,6 +35,8 @@
"form.database.item.provider.postgres": "PostgresSQL",
"form.database.item.provider.mysql": "MySQL",
"form.database.item.provider.redis": "Redis",
"form.database.item.ssl": "SSL",
"form.database.item.authenticationDatabase": "База данных аутентификации",
"form.application.name": "Приложение",
"form.application.description": "Зайдайте настройки вашего приложения.",

View File

@ -28,8 +28,10 @@
"PluginInputFile.text": "Ziehe eine Datei hierher oder {link} eine Datei zum hochladen aus",
"PluginInputFile.link": "wähle",
"PluginInputFile.loading": "Deine Dateien werden hochgeladen...",
"notification.delete.success": "Die Datei wurde gelöscht",
"notification.dropFile.success": "Ihre Datei wurde hochgeladen",
"notification.dropFiles.success": "{number} Dateien wurden hochgeladen"
"notification.dropFile.success": "Deine Datei wurde hochgeladen",
"notification.dropFiles.success": "{number} Dateien wurden hochgeladen",
"notification.config.success": "Die Einstellungen wurden aktualisiert"
}

View File

@ -28,6 +28,7 @@
"Auth.form.register.username.placeholder": "John Doe",
"Auth.form.register.password.label": "Passwort",
"Auth.form.register.confirmPassword.label": "Passwort-Bestätigung",
"Auth.form.register.news.label": "Haltet mich auf dem Laufenden über die neuen Funktionen und kommenden Verbesserungen.",
"Auth.form.register-success.email.label": "Eine E-Mail wurde erfolgreich verschickt an",
"Auth.form.register-success.email.placeholder": "mysuperemail@gmail.com",

View File

@ -1,6 +1,6 @@
{
"Auth.form.button.register-success": "Enviar de nuevo",
"Auth.form.button.forgot-password.success": "Enviar de nuevo",
"Auth.form.button.register-success": "Enviar nuevamente",
"Auth.form.button.forgot-password.success": "Enviar nuevamente",
"Auth.form.button.forgot-password": "Enviar Email",
"Auth.form.button.reset-password": "Cambiar contraseña",
"Auth.form.button.login": "Iniciar sesión",
@ -59,7 +59,7 @@
"EditForm.inputSelect.label.role": "Rol predeterminado para usuarios autenticados",
"EditForm.inputSelect.description.role": "Adjuntará el nuevo usuario autenticado al rol seleccionado.",
"EditForm.inputSelect.subscriptions.label": "Gestionar cuotas de suscripción",
"EditForm.inputSelect.subscriptions.description": "Limite el número de suscripciones por IP por hora.",
"EditForm.inputSelect.subscriptions.description": "Limite el número de suscripciones de IP por hora.",
"EditForm.inputSelect.durations.label": "Duración",
"EditForm.inputSelect.durations.description": "Número de horas durante las cuales el usuario no puede suscribirse.",
@ -121,7 +121,7 @@
"Plugin.permissions.application.description": "Defina todas las acciones permitidas de su proyecto.",
"Plugin.permissions.plugins.description": "Defina todas las acciones permitidas para el plugin {name}.",
"Plugins.header.title": "Permisiones",
"Plugins.header.title": "Permisos",
"Plugins.header.description": "Sólo las acciones vinculadas a una ruta se enumeran a continuación.",
"Policies.InputSelect.empty": "Ninguno",
@ -139,7 +139,7 @@
"PopUpForm.button.save": "Guardar",
"PopUpForm.header.add.providers": "Añadir nuevo proveedor",
"PopUpForm.header.edit.email-templates": "Editar Plantillas de Email",
"PopUpForm.header.edit.providers": "Editar {provider} Proveedor",
"PopUpForm.header.edit.providers": "Editar Proveedor {provider}",
"PopUpForm.inputSelect.providers.label": "Elija el proveedor",
"PopUpForm.Email.options.from.name.label": "Nombre del remitente",
"PopUpForm.Email.options.from.email.label": "Email del remitente",