Merge pull request #263 from Coffey-Labs/i18n-spanish-rule-sentences
Translate the rule sentences into Spanish
This commit is contained in:
@@ -1255,8 +1255,54 @@ export const catalog: Catalog = {
|
||||
"This message was sent automatically, so no read receipt is offered.": "Este mensaje se envió automáticamente, así que no se ofrece confirmación de lectura.",
|
||||
"This server will not hold a message longer than {span}.": "Este servidor no retiene un mensaje más de {span}.",
|
||||
"Upload failed": "Error al subir",
|
||||
// ── Third pass ──────────────────────────────────────────────────────
|
||||
// Sentences that lib/ and store/ were building in English, and the two
|
||||
// swipe labels that reach t() through a variable and so were invisible
|
||||
// to a scan for t("literal"). See #259.
|
||||
"Every {n} {frequency}": "Cada {n} {frequency}",
|
||||
"Monthly": "Mensualmente",
|
||||
"Monthly on day {days}": "Mensualmente el día {days}",
|
||||
"Monthly on the {ordinal} {weekday}": "Mensualmente el {ordinal} {weekday}",
|
||||
"Monthly on {weekday}": "Mensualmente el {weekday}",
|
||||
"Weekly": "Semanalmente",
|
||||
"Weekly on {days}": "Semanalmente los {days}",
|
||||
"add {flag}": "añadir {flag}",
|
||||
"always": "siempre",
|
||||
"body contains \"{value}\"": "el cuerpo contiene \"{value}\"",
|
||||
"body does not contain \"{value}\"": "el cuerpo no contiene \"{value}\"",
|
||||
"delete it": "eliminarlo",
|
||||
"fifth": "quinto",
|
||||
"first": "primer",
|
||||
"forward to {address}": "reenviar a {address}",
|
||||
"fourth": "cuarto",
|
||||
"keep it": "conservarlo",
|
||||
"last": "último",
|
||||
"mark it read": "marcarlo como leído",
|
||||
"move to {folder}": "mover a {folder}",
|
||||
"reject it": "rechazarlo",
|
||||
"remove {flag}": "quitar {flag}",
|
||||
"second": "segundo",
|
||||
"size is over {n} KB": "el tamaño supera {n} KB",
|
||||
"size is under {n} KB": "el tamaño es inferior a {n} KB",
|
||||
"star it": "destacarlo",
|
||||
"stop": "detener",
|
||||
"third": "tercer",
|
||||
"{header} address {op} \"{value}\"": "la dirección de {header} {op} \"{value}\"",
|
||||
"{header} {op} \"{value}\"": "{header} {op} \"{value}\"",
|
||||
"{rule}, until {date}": "{rule}, hasta el {date}",
|
||||
"{tests} → {actions}": "{tests} → {actions}",
|
||||
},
|
||||
plurals: {
|
||||
// ── Third pass ─────────────────────────────────────────────────────
|
||||
"Every {n} days": { one: "Cada día", other: "Cada {n} días" },
|
||||
"Every {n} months": { one: "Cada mes", other: "Cada {n} meses" },
|
||||
"Every {n} months on day {days}": { one: "Cada mes el día {days}", other: "Cada {n} meses el día {days}" },
|
||||
"Every {n} months on the {ordinal} {weekday}": { one: "Cada mes el {ordinal} {weekday}", other: "Cada {n} meses el {ordinal} {weekday}" },
|
||||
"Every {n} months on {weekday}": { one: "Cada mes el {weekday}", other: "Cada {n} meses el {weekday}" },
|
||||
"Every {n} weeks": { one: "Cada semana", other: "Cada {n} semanas" },
|
||||
"Every {n} weeks on {days}": { one: "Cada semana los {days}", other: "Cada {n} semanas los {days}" },
|
||||
"Every {n} years": { one: "Cada año", other: "Cada {n} años" },
|
||||
"{rule}, {n} times": { one: "{rule}, {n} vez", other: "{rule}, {n} veces" },
|
||||
// ── Third pass ─────────────────────────────────────────────────────
|
||||
"Move {n} messages to Trash?": { one: "¿Mover {n} mensaje a la Papelera?", other: "¿Mover {n} mensajes a la Papelera?" },
|
||||
"{n} days": { one: "{n} día", other: "{n} días" },
|
||||
|
||||
Reference in New Issue
Block a user