mirror of
https://github.com/strapi/strapi.git
synced 2025-08-16 20:57:34 +00:00
Merge branch 'master' into chore/ignore-docs-getstarted
This commit is contained in:
commit
2d58f2523e
@ -52,6 +52,8 @@
|
||||
"app.components.InputFileDetails.originalName": "Nombre original:",
|
||||
"app.components.InputFileDetails.remove": "Eliminar este archivo",
|
||||
"app.components.InputFileDetails.size": "Tamaño:",
|
||||
"app.components.InstallPluginPage.Download.title": "Descargando...",
|
||||
"app.components.InstallPluginPage.Download.description": "La descarga e instalación del plugin podría llevar unos segundos.",
|
||||
"app.components.InstallPluginPage.InputSearch.label": " ",
|
||||
"app.components.InstallPluginPage.InputSearch.placeholder": "Buscar un plugin... (ej: autenticación)",
|
||||
"app.components.InstallPluginPage.description": "Extienda su aplicación sin esfuerzo.",
|
||||
@ -65,6 +67,8 @@
|
||||
"app.components.InstallPluginPopup.navLink.faq": "preguntas frecuentes",
|
||||
"app.components.InstallPluginPopup.navLink.screenshots": "Capturas de pantalla",
|
||||
"app.components.InstallPluginPopup.noDescription": "No hay descripción disponible",
|
||||
"app.components.LeftMenuFooter.documentation": "Documentación",
|
||||
"app.components.LeftMenuFooter.help": "Ayuda",
|
||||
"app.components.LeftMenuFooter.poweredBy": "Potenciado por ",
|
||||
"app.components.LeftMenuLinkContainer.configuration": "Configuraciones",
|
||||
"app.components.LeftMenuLinkContainer.general": "General",
|
||||
@ -75,18 +79,26 @@
|
||||
"app.components.ListPluginsPage.description": "Lista de los plugins instalados en el proyecto.",
|
||||
"app.components.ListPluginsPage.helmet.title": "Lista de plugins",
|
||||
"app.components.ListPluginsPage.title": "Plugins",
|
||||
"app.components.Logout.admin": "Gestionar administradores",
|
||||
"app.components.Logout.profile": "Perfil",
|
||||
"app.components.Logout.logout": "Cerrar sesión",
|
||||
"app.components.NotFoundPage.back": "Volver a la página de inicio",
|
||||
"app.components.NotFoundPage.description": "No encontrado",
|
||||
"app.components.Official": "Oficial",
|
||||
"app.components.Onboarding.label.completed": "% completado",
|
||||
"app.components.Onboarding.title": "Vídeos introductorios",
|
||||
"app.components.PluginCard.Button.label.download": "Descargar",
|
||||
"app.components.PluginCard.Button.label.install": "Ya instalado",
|
||||
"app.components.PluginCard.Button.label.support": "Apóyenos",
|
||||
"app.components.PluginCard.compatible": "Compatible con su aplicación",
|
||||
"app.components.PluginCard.compatibleCommunity": "Compatible con la comunidad",
|
||||
"app.components.PluginCard.more-details": "Más detalles",
|
||||
"app.components.PluginCard.PopUpWarning.install.impossible.autoReload.needed": "La función de recarga automática debe estar desactivada. Por favor, inicie su aplicación con `yarn develop`.",
|
||||
"app.components.PluginCard.PopUpWarning.install.impossible.environment": "Por motivos de seguridad, el plugin sólo puede descargarse en entorno de desarrollo.",
|
||||
"app.components.PluginCard.PopUpWarning.install.impossible.confirm": "¡Entendido!",
|
||||
"app.components.PluginCard.PopUpWarning.install.impossible.title": "Imposible descargar",
|
||||
"app.components.PluginCard.price.free": "Gratuito",
|
||||
"app.components.PluginCard.settings": "Ajustes",
|
||||
"app.components.listPlugins.button": "Añadir nuevo plugin",
|
||||
"app.components.listPlugins.title.none": "No hay plugins instalados",
|
||||
"app.components.listPlugins.title.plural": "{number} plugins están instalados",
|
||||
@ -95,6 +107,7 @@
|
||||
"app.utils.SelectOption.defaultMessage": " ",
|
||||
"app.utils.defaultMessage": " ",
|
||||
"app.utils.placeholder.defaultMessage": " ",
|
||||
"components.AutoReloadBlocker.description": "Inicia Strapi con uno de los siguientes comandos:",
|
||||
"components.AutoReloadBlocker.header": "Es necesario recargar para este plugin.",
|
||||
"components.ErrorBoundary.title": "Algo salió mal...",
|
||||
"components.Input.error.attribute.key.taken": "Este valor ya existe",
|
||||
@ -113,7 +126,9 @@
|
||||
"components.Input.error.validation.required": "Este valor es obligatorio.",
|
||||
"components.ListRow.empty": "No hay datos que mostrar.",
|
||||
"components.OverlayBlocker.description": "Está utilizando una función que necesita que el servidor se reinicie. Por favor, espere hasta que el servidor esté listo..",
|
||||
"components.OverlayBlocker.description.serverError": "El servidor debería haberse reiniciado, compruebe sus logs en el terminal.",
|
||||
"components.OverlayBlocker.title": "Esperando el reinicio...",
|
||||
"components.OverlayBlocker.title.serverError": "El reinicio está llevando más tiempo de lo esperado",
|
||||
"components.PageFooter.select": "entradas por página",
|
||||
"components.ProductionBlocker.description": "Por razones de seguridad tenemos que desactivar este plugin en otros entornos.",
|
||||
"components.ProductionBlocker.header": "Este plugin sólo está disponible en entornos de desarrollo.",
|
||||
|
@ -2,12 +2,12 @@
|
||||
"Analytics": "分析",
|
||||
"Content Manager": "コンテンツ管理",
|
||||
"Content Type Builder": "コンテンツタイプ作成",
|
||||
"Email": "Email",
|
||||
"Email": "Eメール",
|
||||
"Files Upload": "ファイルアップロード",
|
||||
"HomePage.notification.newsLetter.success": "ニュースレターの購読しました。",
|
||||
"New entry": "新規投稿",
|
||||
"Password": "パスワード",
|
||||
"Provider": "Provider",
|
||||
"Provider": "プロバイダ",
|
||||
"ResetPasswordToken": "パスワードトークンをリセット",
|
||||
"Role": "Role",
|
||||
"Roles & Permissions": "ロールと権限",
|
||||
@ -21,11 +21,11 @@
|
||||
"app.components.BlockLink.documentation.content": "コンセプト、リファレンスガイド、チュートリアルを探す",
|
||||
"app.components.Button.cancel": "キャンセル",
|
||||
"app.components.Button.save": "保存",
|
||||
"app.components.ComingSoonPage.comingSoon": "Coming soon",
|
||||
"app.components.ComingSoonPage.comingSoon": "近日公開",
|
||||
"app.components.ComingSoonPage.featuresNotAvailable": "この機能は現在開発中です",
|
||||
"app.components.DownloadInfo.download": "ダウンロード中...",
|
||||
"app.components.DownloadInfo.text": "これには数分かかることがあります。 お待ちください",
|
||||
"app.components.EmptyAttributes.title": "There are no fields yet",
|
||||
"app.components.EmptyAttributes.title": "フィールドはまだありません",
|
||||
"app.components.HomePage.button.blog": "ブログでもっと見る",
|
||||
"app.components.HomePage.button.quickStart": "クイックスタートチュートリアルで始める",
|
||||
"app.components.HomePage.community": "コミュニティで見つける",
|
||||
@ -36,7 +36,7 @@
|
||||
"app.components.HomePage.createBlock.content.tutorial": "チュートリアル",
|
||||
"app.components.HomePage.cta": "確認",
|
||||
"app.components.HomePage.newsLetter": "ニュースレターを購読してStrapiと連絡をとる",
|
||||
"app.components.HomePage.support": "SUPPORT US",
|
||||
"app.components.HomePage.support": "私たちを応援する",
|
||||
"app.components.HomePage.support.content": "Tシャツを購入することで、最高の体験を提供するためにプロジェクトの作業を続けることができます。",
|
||||
"app.components.HomePage.support.link": "今すぐT-シャツをゲット!",
|
||||
"app.components.HomePage.welcome": "ボードにようこそ!",
|
||||
@ -53,18 +53,18 @@
|
||||
"app.components.InputFileDetails.remove": "ファイルを取り除く",
|
||||
"app.components.InputFileDetails.size": "サイズ:",
|
||||
"app.components.InstallPluginPage.InputSearch.label": " ",
|
||||
"app.components.InstallPluginPage.InputSearch.placeholder": "プラグインを探す... (ex: authentication)",
|
||||
"app.components.InstallPluginPage.InputSearch.placeholder": "プラグインを探す... (例: authentication)",
|
||||
"app.components.InstallPluginPage.description": "簡単にアプリを拡張する",
|
||||
"app.components.InstallPluginPage.helmet": "マーケットプレイス - プラグイン",
|
||||
"app.components.InstallPluginPage.plugin.support-us.description": "Strapi Tシャツを購入して私たちをサポートしてください。それは私たちがプロジェクトに取り組むことを可能にし、あなたに最高の経験を与えることを試みます!",
|
||||
"app.components.InstallPluginPage.title": "マーケットプレイス - プラグイン",
|
||||
"app.components.InstallPluginPopup.downloads": "ダウンロード",
|
||||
"app.components.InstallPluginPopup.navLink.avis": "ビュー",
|
||||
"app.components.InstallPluginPopup.navLink.changelog": "changelog",
|
||||
"app.components.InstallPluginPopup.navLink.changelog": "変更履歴",
|
||||
"app.components.InstallPluginPopup.navLink.description": "説明文",
|
||||
"app.components.InstallPluginPopup.navLink.faq": "faq",
|
||||
"app.components.InstallPluginPopup.navLink.faq": "よくある質問",
|
||||
"app.components.InstallPluginPopup.navLink.screenshots": "スクリーンショット",
|
||||
"app.components.InstallPluginPopup.noDescription": "No description available",
|
||||
"app.components.InstallPluginPopup.noDescription": "説明はありません",
|
||||
"app.components.LeftMenuFooter.poweredBy": "Powered by ",
|
||||
"app.components.LeftMenuLinkContainer.configuration": "構成",
|
||||
"app.components.LeftMenuLinkContainer.general": "一般",
|
||||
@ -81,8 +81,8 @@
|
||||
"app.components.NotFoundPage.description": "見つかりません",
|
||||
"app.components.Official": "オフィシャル",
|
||||
"app.components.PluginCard.Button.label.download": "ダウンロード",
|
||||
"app.components.PluginCard.Button.label.install": "インストール済み",
|
||||
"app.components.PluginCard.Button.label.support": "Support us",
|
||||
"app.components.PluginCard.Button.label.install": "インストール",
|
||||
"app.components.PluginCard.Button.label.support": "私たちを応援する",
|
||||
"app.components.PluginCard.compatible": "アプリとの互換性",
|
||||
"app.components.PluginCard.compatibleCommunity": "コミュニティとの互換性",
|
||||
"app.components.PluginCard.more-details": "詳細を見る",
|
||||
@ -109,8 +109,8 @@
|
||||
"components.Input.error.validation.maxLength": "この値は長すぎます",
|
||||
"components.Input.error.validation.min": "値が低すぎます",
|
||||
"components.Input.error.validation.minLength": "値は短すぎます",
|
||||
"components.Input.error.validation.minSupMax": "Can't be superior",
|
||||
"components.Input.error.validation.regex": "The value not match the regex.",
|
||||
"components.Input.error.validation.minSupMax": "以上になることはできません",
|
||||
"components.Input.error.validation.regex": "値が正規表現と一致しません",
|
||||
"components.Input.error.validation.required": "値は必須項目です",
|
||||
"components.ListRow.empty": "表示するデータがありません",
|
||||
"components.OverlayBlocker.description": "サーバーのりスタートが必要な機能を使用しています。サーバーが起動するまでお待ち下さい",
|
||||
@ -121,13 +121,13 @@
|
||||
"components.Wysiwyg.ToggleMode.markdown": "マークダウンに切り替える",
|
||||
"components.Wysiwyg.ToggleMode.preview": "プレビューに切り替える",
|
||||
"components.Wysiwyg.collapse": "Collapse",
|
||||
"components.Wysiwyg.selectOptions.H1": "Title H1",
|
||||
"components.Wysiwyg.selectOptions.H2": "Title H2",
|
||||
"components.Wysiwyg.selectOptions.H3": "Title H3",
|
||||
"components.Wysiwyg.selectOptions.H4": "Title H4",
|
||||
"components.Wysiwyg.selectOptions.H5": "Title H5",
|
||||
"components.Wysiwyg.selectOptions.H6": "Title H6",
|
||||
"components.Wysiwyg.selectOptions.title": "Add a title",
|
||||
"components.Wysiwyg.selectOptions.H1": "タイトル H1",
|
||||
"components.Wysiwyg.selectOptions.H2": "タイトル H2",
|
||||
"components.Wysiwyg.selectOptions.H3": "タイトル H3",
|
||||
"components.Wysiwyg.selectOptions.H4": "タイトル H4",
|
||||
"components.Wysiwyg.selectOptions.H5": "タイトル H5",
|
||||
"components.Wysiwyg.selectOptions.H6": "タイトル H6",
|
||||
"components.Wysiwyg.selectOptions.title": "タイトルを追加する",
|
||||
"components.WysiwygBottomControls.charactersIndicators": "キャラクター",
|
||||
"components.WysiwygBottomControls.fullscreen": "広げる",
|
||||
"components.WysiwygBottomControls.uploadFiles": "ファイルをドラッグ&ドロップ, クリップボードからペースト もしくは {browse}.",
|
||||
@ -138,5 +138,5 @@
|
||||
"components.popUpWarning.title": "確認してください",
|
||||
"notification.error": "エラーが発生しました",
|
||||
"notification.error.layout": "レイアウトを復旧できませんでした",
|
||||
"request.error.model.unknown": "modelが存在しません"
|
||||
"request.error.model.unknown": "モデルが存在しません"
|
||||
}
|
||||
|
@ -75,8 +75,9 @@
|
||||
"app.components.ListPluginsPage.description": "Lijst van alle plugins voor dit project",
|
||||
"app.components.ListPluginsPage.helmet.title": "Alle extensies",
|
||||
"app.components.ListPluginsPage.title": "Extensies",
|
||||
"app.components.Logout.profile": "Profil",
|
||||
"app.components.Logout.logout": "Log ud",
|
||||
"app.components.Logout.admin": "Manage beheerders",
|
||||
"app.components.Logout.profile": "Profiel",
|
||||
"app.components.Logout.logout": "Uitloggen",
|
||||
"app.components.NotFoundPage.back": "Terug naar home pagina",
|
||||
"app.components.NotFoundPage.description": "Niets gevonden",
|
||||
"app.components.Official": "Officieel",
|
||||
|
@ -13,6 +13,8 @@
|
||||
"components.FilterOptions.FILTER_TYPES._lt": "es menor que",
|
||||
"components.FilterOptions.FILTER_TYPES._lte": "es menor o igual que",
|
||||
"components.FilterOptions.FILTER_TYPES._ne": "no es",
|
||||
"components.FilterOptions.FILTER_TYPES._in": "coincide con cualquier valor de la lista de registros",
|
||||
"components.FilterOptions.FILTER_TYPES._nin": "no coincide con ningún valor de la lista de registros",
|
||||
"components.FilterOptions.button.apply": "Aplicar",
|
||||
"components.FiltersPickWrapper.PluginHeader.actions.apply": "Aplicar",
|
||||
"components.FiltersPickWrapper.PluginHeader.actions.clearAll": "Limpiar todo",
|
||||
@ -35,6 +37,8 @@
|
||||
"containers.Edit.returnList": "Regresar a la lista",
|
||||
"containers.Edit.seeDetails": "Detalles",
|
||||
"containers.Edit.submit": "Guardar",
|
||||
"containers.Edit.Link.Layout": "Configurar el layout",
|
||||
"containers.Edit.Link.Fields": "Editar campos",
|
||||
"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.Home.pluginHeaderTitle": "Gestor de Contenido",
|
||||
@ -49,10 +53,14 @@
|
||||
"containers.SettingPage.attributes.description": "Defina el orden de sus atributos",
|
||||
"containers.SettingPage.editSettings.description": "Arrastra y suelta los campos para construir el diseño",
|
||||
"containers.SettingPage.editSettings.title": "Editar (configuraciones)",
|
||||
"containers.SettingPage.editSettings.entry.title": "Título de la entrada",
|
||||
"containers.SettingPage.editSettings.entry.title.description": "Establece el campo para mostar en tu entrada",
|
||||
"containers.SettingPage.listSettings.description": "Configura las opciones para este tipo de contenido",
|
||||
"containers.SettingPage.listSettings.title": "Lista (configuraciones)",
|
||||
"containers.SettingPage.pluginHeaderDescription": "Configura las opciones específicas para este Tipo de Contenido",
|
||||
"containers.SettingPage.relations": "Campos relacionales",
|
||||
"containers.SettingPage.settings": "Ajustes",
|
||||
"containers.SettingPage.layout": "Layout",
|
||||
"containers.SettingsPage.Block.contentType.description": "Configuraciones específicas",
|
||||
"containers.SettingsPage.Block.contentType.title": "Tipos de Contenido",
|
||||
"containers.SettingsPage.Block.generalSettings.description": "Configura las opciones por defecto para sus Tipos de Contenido",
|
||||
@ -96,6 +104,10 @@
|
||||
"form.Input.search": "Habilitar la búsqueda",
|
||||
"form.Input.search.field": "Habilitar la búsqueda para este campo",
|
||||
"form.Input.sort.field": "Habilitar ordenado para este campo",
|
||||
"form.Input.wysiwyg": "Mostrar como WYSIWYG",
|
||||
|
||||
"global.displayedFields": "Campos mostrados",
|
||||
|
||||
"notification.error.displayedFields": "Usted necesita al menos un campo mostrado",
|
||||
"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",
|
||||
|
@ -7,6 +7,7 @@
|
||||
"attribute.enumeration": "Enumeración",
|
||||
"attribute.float": "Número flotante",
|
||||
"attribute.integer": "Número entero",
|
||||
"attribute.biginteger": "Entero grande",
|
||||
"attribute.json": "JSON",
|
||||
"attribute.media": "Multimedia",
|
||||
"attribute.password": "Contraseña",
|
||||
@ -29,6 +30,7 @@
|
||||
"error.validation.minSupMax": "No puede ser superior",
|
||||
"error.validation.regex": "El valor no coincide con el valor de regex.",
|
||||
"error.validation.required": "Es requerido un valor para este registro.",
|
||||
"form.attribute.info.no-space-allowed": "El nombre del atributo no puede contener espacios",
|
||||
"form.attribute.item.appearance.description": "Si no, el valor será editable a través de un campo textarea básico",
|
||||
"form.attribute.item.appearance.label": "Mostrar como WYSIWYG",
|
||||
"form.attribute.item.appearance.name": "Apariencia",
|
||||
@ -54,6 +56,7 @@
|
||||
"form.attribute.item.number.type.decimal": "decimal (ex: 2.22)",
|
||||
"form.attribute.item.number.type.float": "flotante (ex: 3.3333333333)",
|
||||
"form.attribute.item.number.type.integer": "entero (ej: 10)",
|
||||
"form.attribute.item.number.type.biginteger": "entero grande (ej: 123456789)",
|
||||
"form.attribute.item.requiredField": "Campo obligatorio",
|
||||
"form.attribute.item.requiredField.description": "No podrá crear un registro si este campo está vacío",
|
||||
"form.attribute.item.settings.name": "Ajustes",
|
||||
@ -153,5 +156,6 @@
|
||||
"table.contentType.head.fields": "Campos",
|
||||
"table.contentType.head.name": "Nombre",
|
||||
"table.contentType.title.plural": "Tipos de Contenido disponibles",
|
||||
"table.contentType.title.singular": "Tipo de contenido está disponible"
|
||||
"table.contentType.title.singular": "Tipo de Contenido disponible",
|
||||
"prompt.content.unsaved": "¿Estás seguro de que quieres descartar este Tipo de Contenido? Todas las modificaciones se perderán."
|
||||
}
|
||||
|
@ -23,11 +23,9 @@
|
||||
"PluginInputFile.text": "Drag & drop your files into this area or {link} from a file to upload",
|
||||
"Upload.status.empty": "Files are empty",
|
||||
"Upload.status.disabled": "File upload is disabled",
|
||||
"Upload.status.sizeLimit": "{file} file is bigger than limit size!",
|
||||
"Upload.status.sizeLimit": "{file} file is bigger than configured limit size!",
|
||||
"notification.config.success": "The settings has been updated",
|
||||
"notification.delete.success": "The file has been deleted",
|
||||
"notification.dropFile.success": "Your file has been uploaded",
|
||||
"notification.dropFiles.success": "{number} files have been uploaded",
|
||||
"Upload.status.sizeLimit": "{file} is bigger than configured limit size",
|
||||
"Upload.status.disabled" : "File upload is disabled"
|
||||
"notification.dropFiles.success": "{number} files have been uploaded"
|
||||
}
|
||||
|
@ -25,6 +25,7 @@
|
||||
"notification.delete.success": "El archivo ha sido borrado",
|
||||
"notification.dropFile.success": "Su archivo esta cargado",
|
||||
"notification.dropFiles.success": "{number} archivos han sido cargados",
|
||||
"Upload.status.sizeLimit": "{archivo} es más grande que el tamaño límite configurado",
|
||||
"Upload.status.disabled" : "La carga de archivos está deshabilitada"
|
||||
"Upload.status.sizeLimit": "{file} es más grande que el tamaño límite configurado",
|
||||
"Upload.status.disabled" : "La carga de archivos está deshabilitada",
|
||||
"Upload.status.empty": "Los archivos están vacíos"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user