From 78bbca3d57884f270de3f092b862535f268763c3 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Sun, 12 Feb 2023 11:45:09 +0900
Subject: [PATCH] New translations translation.json (Spanish)
---
src/config/locales/es_es/translation.json | 91 +++++++++--------------
1 file changed, 35 insertions(+), 56 deletions(-)
diff --git a/src/config/locales/es_es/translation.json b/src/config/locales/es_es/translation.json
index bec1eaba..2b6a809d 100644
--- a/src/config/locales/es_es/translation.json
+++ b/src/config/locales/es_es/translation.json
@@ -55,7 +55,7 @@
"favourite": "Favourited",
"bookmark": "Bookmarks",
"local": "Línea de tiempo local",
- "public": "Línea de tiempo pública",
+ "public": "Federated timeline",
"hashtag": "Hashtags",
"search": "Buscar",
"lists": "Listas"
@@ -68,20 +68,12 @@
"follow_requests": "Follow requests",
"direct_messages": "Direct messages",
"local": "Línea de tiempo local",
- "public": "Línea de tiempo pública",
+ "public": "Federated timeline",
"hashtag": "Hashtags",
"search": "Buscar",
"lists": "Listas",
"members": "Miembros",
- "option": {
- "title": "Option",
- "show_reblogs": "Show boosts",
- "show_replies": "Show replies",
- "apply": "Apply"
- },
- "new_toot": "Publish",
- "reload": "Recargar",
- "settings": "Configuración"
+ "reload": "Recargar"
},
"settings": {
"title": "Configuración",
@@ -104,13 +96,6 @@
},
"timeline": {
"title": "Línea de tiempo",
- "unread_notification": {
- "title": "Unread notifications",
- "description": "Personalizar notificaciones no leídas para cada línea de tiempo.",
- "direct": "Direct messages",
- "local": "Local timeline",
- "public": "Public timeline"
- },
"use_marker": {
"title": "Load the timeline from the last reading position",
"home": "Home",
@@ -280,37 +265,6 @@
}
},
"modals": {
- "new_toot": {
- "title": "New post",
- "cw": "Escribe tu advertencia aquí",
- "status": "What's on your mind?",
- "cancel": "Cancelar",
- "toot": "Publish",
- "close_confirm": "Are you sure you want to discard this post?",
- "close_confirm_ok": "Discard",
- "close_confirm_cancel": "Continue editing",
- "description": "Add alternate text for this media",
- "footer": {
- "add_image": "Añadir imágenes",
- "poll": "Añadir una encuesta",
- "change_visibility": "Cambiar visibilidad",
- "change_sensitive": "Mark media as sensitive",
- "add_cw": "Add content warnings",
- "pined_hashtag": "Pinned hashtag"
- },
- "poll": {
- "add_choice": "Add an option",
- "expires": {
- "5_minutes": "5 minutos",
- "30_minutes": "30 minutos",
- "1_hour": "1 hora",
- "6_hours": "6 horas",
- "1_day": "1 día",
- "3_days": "3 días",
- "7_days": "7 días"
- }
- }
- },
"jump": {
"jump_to": "Ir a..."
},
@@ -331,13 +285,10 @@
"title": "Atajos del teclado",
"ctrl_number": "Cambiar de cuenta",
"ctrl_k": "Ir a otras líneas de tiempo",
- "ctrl_n": "Open the new post dialog",
- "ctrl_enter": "Publish the post",
+ "ctrl_enter": "Send the post",
"ctrl_r": "Refresh current timeline",
"j": "Select the next post",
"k": "Select the previous post",
- "h": "Cambiar el foco a la columna izquierda",
- "l": "Cambiar el foco a la columna derecha",
"r": "Reply to the selected post",
"b": "Boost the selected post",
"f": "Favourite the selected post",
@@ -509,12 +460,12 @@
"require_domain_name": "Se requiere un nombre de dominio",
"domain_format": "Por favor, introduzca sólo el nombre de dominio"
},
- "new_toot": {
+ "compose": {
"toot_length": "Post length should be between {{min}} and {{max}}",
"attach_length": "You can only attach up to {{max}} image",
"attach_length_plural": "You can only attach up to {{max}} images",
- "attach_image": "Sólo puede adjuntar imágenes o vídeos",
- "poll_invalid": "Opciones de encuestas inválidas"
+ "attach_image": "You can only attach images or videos",
+ "poll_invalid": "Invalid poll choices"
}
},
"notification": {
@@ -554,5 +505,33 @@
"title": "Poll expired",
"body": "{{username}}'s poll has ended"
}
+ },
+ "compose": {
+ "title": "New post",
+ "cw": "Write your warning here",
+ "status": "What's on your mind?",
+ "cancel": "Cancel",
+ "toot": "Post",
+ "description": "Add alternate text for this media",
+ "footer": {
+ "add_image": "Add images",
+ "poll": "Add a poll",
+ "change_visibility": "Change visibility",
+ "change_sensitive": "Mark media as sensitive",
+ "add_cw": "Add content warnings",
+ "pined_hashtag": "Pinned hashtag"
+ },
+ "poll": {
+ "add_choice": "Add an option",
+ "expires": {
+ "5_minutes": "5 minutes",
+ "30_minutes": "30 minutes",
+ "1_hour": "1 hour",
+ "6_hours": "6 hours",
+ "1_day": "1 day",
+ "3_days": "3 days",
+ "7_days": "7 days"
+ }
+ }
}
}