This repository has been archived by the owner on Jan 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding partial Spanish translations via OneSky thanks to enizev
- Loading branch information
Showing
1 changed file
with
98 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
--- | ||
es-419: | ||
breadcrumb_divider: "»" | ||
omniauth_providers: | ||
cas: MAX.gov | ||
developer: "demo login (solo para desarollo)" | ||
facebook: Facebook | ||
github: GitHub | ||
google_oauth2: Google | ||
myusa: MyUSA | ||
persona: Persona | ||
errors: | ||
messages: | ||
invalid_host_format: "debe ser en el formato de \"example.com\"" | ||
invalid_url_prefix_format: "debe empezar de \"/\"" | ||
admin_not_authorized: |- | ||
You are not authorized to perform this action. You are only authorized to perform actions for APIs in the following areas: | ||
%{authorized_scopes_list} | ||
Contact your API Umbrella administrator if you need access to new APIs. | ||
mongoid: | ||
attributes: | ||
api: | ||
backend_host: "Backend Host" | ||
backend_protocol: "Backend Protocol" | ||
frontend_host: "Frontend Host" | ||
name: Nombre | ||
api/server: | ||
host: "Backend server host" | ||
port: Puerto | ||
api/settings: | ||
append_query_string: "Añadir parámetros de cadena de consulta" | ||
http_basic_auth: "Ajustar los títulos" | ||
require_https: "Requisitos de HTTPS" | ||
disable_api_key: "Controles claves de API" | ||
allowed_ips: "Restringir acceso a IPs" | ||
allowed_referers: "Restringir acceso a referentes de HTTP" | ||
rate_limit_mode: "Límite de velocidad" | ||
anonymous_rate_limit_behavior: ~ | ||
authenticated_rate_limit_behavior: ~ | ||
pass_api_key_header: ~ | ||
pass_api_key_query_param: ~ | ||
error_templates: "Plantillas erróneos" | ||
error_data: "Datos erróneos" | ||
api/url_match: | ||
backend_prefix: "Backend Prefix" | ||
frontend_prefix: "Frontend Prefix" | ||
admin: | ||
errors: | ||
host_format: "Debe ser en formato de \"example.com\"" | ||
edit: Editar | ||
remove: Quitar | ||
reorder: Reordenar | ||
check_all: "Marcar todos" | ||
uncheck_all: "Desmarcar todos" | ||
nav: | ||
dashboard: "Tablero de instrumentos" | ||
analytics: Analítica | ||
import_export: Importación/Exportación | ||
publish_changes: "Publicar cambio" | ||
api_backends: "API Backends" | ||
admin_groups: "Admin Groups" | ||
api_scopes: "API Scopes" | ||
permissions_management: "Permissions Management" | ||
admin_accounts: "Admin Accounts" | ||
api_users: "API Users" | ||
users: Users | ||
configuration: Configuration | ||
my_account: "My Account" | ||
logout: Logout | ||
api_drilldown: "API Drilldown" | ||
filter_logs: "Filter Logs" | ||
by_users: "By Users" | ||
by_location: "By Location" | ||
api: | ||
servers: | ||
legend: Backend | ||
server: Server | ||
note: "Define the server where the API is hosted. Multiple servers can be defined to perform load balancing." | ||
empty_list: "No backend servers have been added yet. Click \"%{add}\" below to get started." | ||
add: "Add Server" | ||
host: | ||
legend: Host | ||
note: "Define the host that we will listen for, and then the host the API backend is listening for." | ||
url_matches: | ||
legend: "Matching URL Prefixes" | ||
note: "What URL prefixes should be routed to this backend?" | ||
empty_list: "No URL prefix matches have been added yet. Click \"%{add}\" below to get started." | ||
add: "Add URL Prefix" | ||
rewrites: | ||
legend: "Advanced Requests Rewriting" | ||
note: "Modify the incoming request's URL or headers before passing it to the backend." | ||
empty_list: "No request rewrites have been added yet. Click \"%{add}\" below to get started." | ||
add: "Add Rewrite" | ||
sub_settings: | ||
legend: "Sub-URL Request Settings" | ||
note: "Change settings for specific sub-URLs within this API." |