411 lines
20 KiB
Plaintext
411 lines
20 KiB
Plaintext
/*
|
|
Localizable.strings (Español)
|
|
Keys shared by App and Keyboard extension
|
|
*/
|
|
|
|
"perm_title_enable" = "Activar teclado";
|
|
"perm_steps" = "1 Activar teclado > 2 Permitir acceso total";
|
|
"perm_open_settings" = "Abrir en Ajustes";
|
|
"perm_help" = "¿No encuentras el teclado? Ve a Ajustes > General > Teclado > Teclados > Añadir nuevo teclado";
|
|
|
|
// Home page & language test
|
|
"home_title" = "Inicio";
|
|
"home_input_placeholder" = "Escribe aquí para probar el teclado";
|
|
"home_item_lang_test" = "Prueba de idioma";
|
|
"home_item_keyboard_permission" = "Guía de permisos del teclado";
|
|
|
|
"lang_test_title" = "Prueba de idioma";
|
|
"lang_toggle" = "Cambiar idioma";
|
|
"current_lang" = "Actual: %@";
|
|
"common_back" = "Atrás";
|
|
|
|
// search
|
|
"Recommended Skin" = "Skin recomendado";
|
|
"Historical Search" = "Búsqueda histórica";
|
|
"Search Themes" = "Buscar temas";
|
|
"Search" = "Buscar";
|
|
|
|
// Login & account
|
|
"Log In" = "Iniciar sesión";
|
|
"Signed in successfully" = "Inicio de sesión correcto";
|
|
"Sign-in failed" = "Error al iniciar sesión";
|
|
"Sign in to unlock all features" = "Inicia sesión para desbloquear todas las funciones";
|
|
"We'll use Apple for a quick, secure sign-in" = "Usaremos Apple para un inicio de sesión rápido y seguro";
|
|
"Log In To Key Of Love" = "Iniciar sesión en Key Of Love";
|
|
"Sign in with Apple requires iOS 13 or later" = "Iniciar sesión con Apple requiere iOS 13 o posterior";
|
|
"Invalid login credential" = "Credenciales de inicio no válidas";
|
|
"No token returned" = "No se devolvió token";
|
|
"Failed to save login state" = "No se pudo guardar el estado de inicio";
|
|
"Sign-in canceled" = "Inicio de sesión cancelado";
|
|
"Please switch to the key of love app to finish signing in" = "Cambia a la app Key of Love para finalizar el inicio de sesión";
|
|
"Continue Via Email" = "Continuar por correo";
|
|
"Login With Email Password" = "Iniciar sesión con correo y contraseña";
|
|
"Enter Email Address" = "Introduce la dirección de correo";
|
|
"Enter Password" = "Introduce la contraseña";
|
|
"Enter Repeat Password" = "Repite la contraseña";
|
|
"Enter Your Email Address" = "Introduce tu dirección de correo";
|
|
"Enter The Password" = "Introduce la contraseña";
|
|
"Please Enter Your Email Address" = "Por favor, introduce tu dirección de correo";
|
|
"Please Enter The Password" = "Por favor, introduce la contraseña";
|
|
"Please complete all fields" = "Por favor, completa todos los campos";
|
|
"The two passwords do not match" = "Las dos contraseñas no coinciden";
|
|
"Reset Password" = "Restablecer contraseña";
|
|
"Next Step" = "Siguiente paso";
|
|
"Enter Email Verification Code" = "Introduce el código de verificación del correo";
|
|
"Verify Email" = "Verificar correo";
|
|
"We have already sent it to the email address %@. Please enter the 6-digit verification code from the email to verify your mailbox." = "Ya lo enviamos a la dirección de correo %@. Introduce el código de verificación de 6 dígitos del correo para verificar tu buzón.";
|
|
"Forgot Password?" = "¿Olvidaste la contraseña?";
|
|
"Already Have An Account?" = "¿Ya tienes una cuenta?";
|
|
"Don't Have An Account?" = "¿No tienes una cuenta?";
|
|
"Sign Up" = "Registrarse";
|
|
"Sign In" = "Iniciar sesión";
|
|
"Login" = "Iniciar sesión";
|
|
|
|
|
|
// Language switching prompt
|
|
"Change Language" = "Cambiar idioma";
|
|
"Changing language will reload the Home screen." = "Cambiar el idioma recargará la pantalla de inicio.";
|
|
|
|
// Generic buttons & tips
|
|
"OK" = "OK";
|
|
"Confirm" = "Confirmar";
|
|
"Cancel" = "Cancelar";
|
|
"Close" = "Cerrar";
|
|
"Delete" = "Eliminar";
|
|
"Clear" = "Limpiar";
|
|
"Paste" = "Pegar";
|
|
"Send" = "Enviar";
|
|
"Retry" = "Reintentar";
|
|
"Success" = "Éxito";
|
|
"Failed" = "Falló";
|
|
"Network error" = "Error de red";
|
|
"Saved" = "Guardado";
|
|
"Copy Success" = "Copiado con éxito";
|
|
"Email Copy Success" = "Correo copiado con éxito";
|
|
|
|
// Network
|
|
"Network unavailable" = "Red no disponible";
|
|
"Network disabled (Full Access may be off)" = "Las funciones de red del teclado no están disponibles (el acceso total puede estar desactivado)";
|
|
"Invalid URL" = "URL no válida";
|
|
"Invalid response" = "Respuesta no válida";
|
|
"No data" = "Sin datos";
|
|
"Failed to parse JSON" = "No se pudo analizar JSON";
|
|
"Parse failed" = "Error al analizar";
|
|
"No data received" = "No se recibieron datos";
|
|
"Request failed\nURL: %@\nStatus: %ld\nError: %@\nUserInfo: %@" = "Solicitud fallida\nURL: %@\nEstado: %ld\nError: %@\nUserInfo: %@";
|
|
"Response OK (JSON)\nURL: %@\nStatus: %ld\nContent-Type: %@\nData: %@" = "Respuesta OK (JSON)\nURL: %@\nEstado: %ld\nContent-Type: %@\nDatos: %@";
|
|
"Response decode failed (JSON)\nURL: %@\nError: %@" = "Falló la decodificación de la respuesta (JSON)\nURL: %@\nError: %@";
|
|
"HTTP GET\nURL: %@\nHeaders: %@\nParams: %@" = "HTTP GET\nURL: %@\nHeaders: %@\nParámetros: %@";
|
|
"Invalid response\nURL: %@\nReason: %@" = "Respuesta no válida\nURL: %@\nMotivo: %@";
|
|
"Please check this app's wireless-data permission or network connection in Settings." = "Revisa en Ajustes el permiso de datos móviles de esta app o la conexión de red.";
|
|
|
|
// Permission & guides
|
|
"Turn on Allow Full Access to experience all features" = "Activa \"Permitir acceso total\" para disfrutar de todas las funciones";
|
|
"Allow Full Access" = "Permitir acceso total";
|
|
"Follow: Settings → General → Keyboard → Keyboards → %@ → Allow Full Access" = "Sigue: Ajustes → General → Teclado → Teclados → %@ → Permitir acceso total";
|
|
"Go enable" = "Ir a activar";
|
|
"Open Settings" = "Abrir Ajustes";
|
|
"After pasting the conversation in the keyboard, choose a reply style" = "Después de pegar la conversación en el teclado, elige un estilo de respuesta";
|
|
"Current: %@" = "Actual: %@";
|
|
|
|
// Home / Tab labels
|
|
"Home" = "Inicio";
|
|
"Shop" = "Tienda";
|
|
"Circle" = "Círculo";
|
|
"Mine" = "Mi";
|
|
"Hot" = "Popular";
|
|
"Rank" = "Ranking";
|
|
"Recharge Now" = "Recargar ahora";
|
|
"By clicking Pay, you indicate your agreement to the" = "Al hacer clic en Pagar, indicas tu acuerdo con el";
|
|
"《Embership Agreement》" = "《Acuerdo de membresía》";
|
|
|
|
// Mine
|
|
"Settings" = "Ajustes";
|
|
"Personal" = "Personal";
|
|
"My Keyboard" = "Mi teclado";
|
|
"Notice" = "Avisos";
|
|
"invite" = "invitar";
|
|
"Feedback" = "Comentarios";
|
|
"E-mail" = "Correo";
|
|
"Agreement" = "Acuerdo";
|
|
"Privacy Policy" = "Política de privacidad";
|
|
"Notice" = "Avisos";
|
|
"Feedback" = "Comentarios";
|
|
// Notice & Feedback detail pages
|
|
"Notification Setting" = "Configuración de notificaciones";
|
|
"Please Enter The Content" = "Por favor, introduce el contenido";
|
|
"Commit" = "Enviar";
|
|
"Nickname" = "Apodo";
|
|
"Gender" = "Género";
|
|
"Input Language" = "Idioma de entrada";
|
|
"Choose Layout" = "Elegir distribución";
|
|
"Multiple Keyboard Layouts" = "Varios diseños de teclado";
|
|
"This language has a default skin configured. It won't be auto-applied when switching language." = "Este idioma tiene un skin predeterminado configurado. No se aplicará automáticamente al cambiar de idioma.";
|
|
"Please configure a default skin for this language before switching." = "Configura un skin predeterminado para este idioma antes de cambiar.";
|
|
"Default skin install failed. Please check skin resource configuration." = "La instalación del skin predeterminado falló. Revisa la configuración de recursos del skin.";
|
|
"User ID" = "ID de usuario";
|
|
"Modify Gender" = "Modificar género";
|
|
"Male" = "Hombre";
|
|
"Female" = "Mujer";
|
|
"The Third Gender" = "Tercer género";
|
|
|
|
" Paste Ta's Words" = " Pegar las palabras de Ta";
|
|
|
|
|
|
// Search & history
|
|
"Clear history" = "Borrar historial";
|
|
"Delete all history?" = "¿Eliminar todo el historial?";
|
|
"Delete this tag?" = "¿Eliminar esta etiqueta?";
|
|
"This action cannot be undone" = "Esta acción no se puede deshacer";
|
|
"Loaded more successfully" = "Se cargó más con éxito";
|
|
|
|
// Skins & shop
|
|
"Skin Center" = "Centro de skins";
|
|
"No skins yet" = "Aún no hay skins";
|
|
"Pull down to refresh" = "Desliza hacia abajo para actualizar";
|
|
"Download & Apply" = "Descargar y aplicar";
|
|
"Applied. Switch to the keyboard to view." = "Aplicado. Cambia al teclado para verlo.";
|
|
"Apply failed" = "Aplicación fallida";
|
|
"Open agreement" = "Abrir acuerdo";
|
|
"Shop Mall" = "Centro comercial";
|
|
"My skin" = "Mi skin";
|
|
"my_skin_selected_count" = "Seleccionados: %ld skins";
|
|
"Editor" = "Editor";
|
|
"Cancel" = "Cancelar";
|
|
"Delete" = "Eliminar";
|
|
"Points\nMall" = "Tienda\nde puntos";
|
|
"Log Out" = "Cerrar sesión";
|
|
"Cancel Account" = "Cancelar cuenta";
|
|
"After cancellation, your account will be deactivated and local login data will be cleared. Continue?" = "Después de cancelar, tu cuenta se desactivará y se borrarán los datos de inicio locales. ¿Continuar?";
|
|
"Please enter your password" = "Por favor, introduce tu contraseña";
|
|
"Cancel Account Notice" = "Aviso de cancelación de cuenta";
|
|
"Confirm Cancel Account" = "Confirmar cancelación de cuenta";
|
|
"Ranking List" = "Lista de ranking";
|
|
"Persona circle" = "Círculo de persona";
|
|
"Clear" = "Limpiar";
|
|
"Copy" = "Copiar";
|
|
"Report" = "Reportar";
|
|
"Thumbs Up" = "Me gusta";
|
|
"Chatting" = "Chat";
|
|
|
|
// Payment & IAP
|
|
"Payment successful" = "Pago exitoso";
|
|
"Payment failed" = "Pago fallido";
|
|
"Purchase: %@ Coins %@" = "Compra: %@ monedas %@";
|
|
"Pay clicked" = "Pago pulsado";
|
|
"Points Recharge" = "Recarga de puntos";
|
|
"Recharge" = "Recargar";
|
|
"Consumption Record" = "Registro de consumo";
|
|
"My Points" = "Mis puntos";
|
|
"Consumption Details" = "Detalles de consumo";
|
|
"No data" = "Sin datos";
|
|
|
|
|
|
// Misc
|
|
"Test" = "Prueba";
|
|
"Settings content placeholder" = "Marcador de contenido de ajustes";
|
|
|
|
// English-only keys with Chinese equivalents
|
|
"Change The Nickname" = "Cambiar el apodo";
|
|
"Please Enter The Modified Nickname" = "Por favor, introduce el nuevo apodo";
|
|
"Save" = "Guardar";
|
|
"Please copy the text first" = "Por favor, copia el texto primero";
|
|
"Purchase cancelled." = "Compra cancelada.";
|
|
"Purchase pending approval." = "Compra pendiente de aprobación.";
|
|
"Unable to obtain transaction payload." = "No se pudo obtener el payload de la transacción.";
|
|
"Resume Purchase" = "Reanudar compra";
|
|
"Downloading..." = "Descargando...";
|
|
|
|
// Chinese-only keys for compatibility
|
|
"Apple 登录需要 iOS 13 及以上版本" = "Iniciar sesión con Apple requiere iOS 13 o posterior";
|
|
"HTTP GET\nURL: %@\nHeaders: %@\n参数: %@" = "HTTP GET\nURL: %@\nHeaders: %@\nParámetros: %@";
|
|
"响应成功(JSON)\nURL: %@\n状态: %ld\nContent-Type: %@\n数据: %@" = "Respuesta OK (JSON)\nURL: %@\nEstado: %ld\nContent-Type: %@\nDatos: %@";
|
|
"响应解析失败(JSON)\nURL: %@\n错误: %@" = "Falló el análisis de la respuesta (JSON)\nURL: %@\nError: %@";
|
|
"无效响应\nURL: %@\n说明: %@" = "Respuesta no válida\nURL: %@\nDetalle: %@";
|
|
"暂无数据" = "Sin datos";
|
|
"请求失败\nURL: %@\n状态: %ld\n错误: %@\nUserInfo: %@" = "Solicitud fallida\nURL: %@\nEstado: %ld\nError: %@\nUserInfo: %@";
|
|
"Please Select Your Gender" = "Por favor, selecciona tu género";
|
|
"Skip" = "Omitir";
|
|
"Turn On The Keyboard" = "Activar el teclado";
|
|
"key of love keyboard" = "teclado key of love";
|
|
"One-click to find a partner" = "Un clic para encontrar pareja";
|
|
"Turn on the keyboard" = "Activar el teclado";
|
|
"Report reason" = "Motivo del reporte";
|
|
"Report description" = "Descripción del reporte";
|
|
"Report submitted" = "Reporte enviado";
|
|
"Please describe the specific reason for your report." = "Describe el motivo específico de tu reporte.";
|
|
"Pornographic And Vulgar" = "Pornográfico y vulgar";
|
|
"Politically Sensitive" = "Políticamente sensible";
|
|
"Insult Attacks" = "Insultos y ataques";
|
|
"Bloody Violence" = "Violencia sangrienta";
|
|
"Suicide And Self Harm" = "Suicidio y autolesión";
|
|
"Plagiarism Infringement" = "Plagio e infracción";
|
|
"Invasion Of Privacy" = "Invasión de privacidad";
|
|
"False Rumor" = "Rumor falso";
|
|
"Other Harmful Information" = "Otra información perjudicial";
|
|
"Character Name And Description" = "Nombre y descripción del personaje";
|
|
"Picture" = "Imagen";
|
|
"Timbre" = "Timbre de voz";
|
|
"Please select at least one report reason" = "Selecciona al menos un motivo de reporte";
|
|
"Please select at least one content type" = "Selecciona al menos un tipo de contenido";
|
|
"Submit" = "Enviar";
|
|
"Selection Content" = "Seleccionar contenido";
|
|
"Voice Connecting..." = "Conectando...";
|
|
"Voice Recording..." = "Grabando...";
|
|
"Voice Recognizing..." = "Reconociendo...";
|
|
"Voice Recording Ended" = "Grabación finalizada";
|
|
"Voice Cancelled" = "Cancelado";
|
|
"Voice Listening..." = "Escuchando...";
|
|
"Voice Recognition Failed" = "Reconocimiento fallido";
|
|
"Voice Recognition Completed" = "Reconocimiento completado";
|
|
"By continuing, you agree to our terms of service and confirm that you have read our privacy policy" = "Al continuar, aceptas nuestros términos del servicio y confirmas que has leído nuestra política de privacidad";
|
|
"terms of service" = "términos del servicio";
|
|
"privacy policy" = "política de privacidad";
|
|
"Become A Member Of Love Key" = "Hazte miembro de Love Key";
|
|
"Unlock All Functions" = "Desbloquea todas las funciones";
|
|
"Wireless Sub-ai Dialogue" = "Diálogo sub-IA sin límites";
|
|
"Personalized\nKeyboard" = "Teclado\npersonalizado";
|
|
"Chat\nPersona" = "Persona de\nchat";
|
|
"Emotional\nCounseling" = "Asesoramiento\nemocional";
|
|
"Monthly Subscription" = "Suscripción mensual";
|
|
|
|
"AI Assistant" = "AI Assistant";
|
|
"AI Chat" = "AI Chat";
|
|
"Membership Agreement" = "《Acuerdo de membresía》";
|
|
"Download information missing" = "Download information missing";
|
|
"Download failed" = "Error al descargar";
|
|
"Theme resource preparation failed, please try again later" = "No se pudieron preparar los recursos del tema. Inténtalo de nuevo más tarde";
|
|
"Theme updated, try it now" = "Tema actualizado. Pruébalo ahora";
|
|
"This app does not allow the keyboard to open the main app directly. Please return to the Home screen and open the app manually to recharge" = "Esta app no permite que el teclado abra la app principal directamente. Vuelve a la pantalla de inicio y abre la app manualmente para recargar";
|
|
"Content is empty" = "El contenido está vacío";
|
|
"audioId is empty" = "audioId está vacío";
|
|
"Polling failed after %ld retries" = "La consulta falló tras %ld reintentos";
|
|
"URL is empty" = "La URL está vacía";
|
|
"Theme information missing" = "Theme information missing";
|
|
"Delete failed, please try again" = "La eliminación falló, inténtalo de nuevo";
|
|
"Processing..." = "Processing...";
|
|
"Copied" = "Copied";
|
|
"Default keyboard skin restored" = "Default keyboard skin restored";
|
|
"Keyboard has been notified to unzip. Switch to the custom keyboard to apply." = "Keyboard has been notified to unzip. Switch to the custom keyboard to apply.";
|
|
"Failed to apply skin" = "Failed to apply skin";
|
|
"Recording too short, please try again" = "Recording too short, please try again";
|
|
"Restore default skin" = "Restore default skin";
|
|
"Fetch failed" = "Fetch failed";
|
|
"Unable to access shared container, failed to apply skin" = "Unable to access shared container, failed to apply skin";
|
|
"Update" = "Update";
|
|
"Update content" = "Update content";
|
|
"No reply content received" = "No reply content received";
|
|
"No audio data received" = "No audio data received";
|
|
"No audio file received" = "No audio file received";
|
|
"No speech content recognized" = "No speech content recognized";
|
|
"Loading theme details" = "Loading theme details";
|
|
"Upgrade now" = "Upgrade now";
|
|
"Pink skin" = "Pink skin";
|
|
"Sign in with Apple" = "Sign in with Apple";
|
|
"Voice reply" = "Voice reply";
|
|
"Voice message" = "Voice message";
|
|
"Voice recognition failed" = "Voice recognition failed";
|
|
"Voice-to-text failed, please try again" = "Voice-to-text failed, please try again";
|
|
"Please sign in before using AI features" = "Please sign in before using AI features";
|
|
"Please return to the Home screen and open the app to sign in" = "Please return to the Home screen and open the app to sign in";
|
|
"Please enable Full Access to continue" = "Activa \"Permitir acceso total\" para usar las funciones de red del teclado";
|
|
"Request failed" = "La solicitud falló";
|
|
"Invalid data format" = "Formato de datos no válido";
|
|
"Comment content cannot be empty" = "El contenido del comentario no puede estar vacío";
|
|
"Chat response is empty" = "La respuesta del chat está vacía";
|
|
"Delete This Record" = "Eliminar este registro";
|
|
"Deleted" = "Eliminado";
|
|
"Are you sure to delete?" = "¿Seguro que quieres eliminarlo?";
|
|
"Please enter content" = "Please enter content";
|
|
"Purchase failed" = "Purchase failed";
|
|
"Remote skin" = "Remote skin";
|
|
"Sign in with Apple requires iOS 13+" = "Sign in with Apple requires iOS 13+";
|
|
"Failed to save audio" = "Failed to save audio";
|
|
"Audio playback failed" = "Audio playback failed";
|
|
"Audio data is empty" = "Audio data is empty";
|
|
"Failed to parse audio data" = "Failed to parse audio data";
|
|
"Audio file does not exist" = "Audio file does not exist";
|
|
|
|
"Follow: Settings -> General -> Keyboard -> Keyboards -> %@ -> Allow Full Access" = "Sigue: Ajustes → General → Teclado → Teclados → %@ → Permitir acceso total";
|
|
|
|
"Agreement coming soon" = "Acuerdo próximamente";
|
|
"Application to the skin failed" = "No se pudo aplicar el skin";
|
|
"Are you sure to delete?" = "¿Seguro que deseas eliminar?";
|
|
"Chat Without Speed Limits" = "Chat sin límites de velocidad";
|
|
"Choose" = "Elegir";
|
|
"Click \"copy Any Conversation\", \"paste\"\nAnd Try Replying Using The Keyboard\n[persona] Method" = "Haz clic en \"copiar cualquier conversación\", \"pegar\"\\ny prueba a responder con el teclado\\n[método de persona]";
|
|
"Clipboard is empty" = "El portapapeles está vacío";
|
|
"Coming Soon" = "Próximamente";
|
|
"Consumption" = "Consumo";
|
|
"Download" = "Descargar";
|
|
"Download again" = "Descargar de nuevo";
|
|
"Due On" = "Vence el";
|
|
"Empty file data" = "Datos de archivo vacíos";
|
|
"Failed to load products" = "Error al cargar productos";
|
|
"Free" = "Gratis";
|
|
"Go To Recharge" = "Ir a recargar";
|
|
"I Miss You" = "Te extraño";
|
|
"I'm Going To Take A Bath" = "Voy a darme un baño";
|
|
"Invalid file" = "Archivo inválido";
|
|
"Invalid parameter" = "Parámetro inválido";
|
|
"Invalid upload request" = "Solicitud de subida inválida";
|
|
"Loading..." = "Cargando...";
|
|
"Longer Chat History" = "Historial de chat más largo";
|
|
"Member recharge" = "Recarga de membresía";
|
|
"Membership Benefits" = "Beneficios de membresía";
|
|
"No more data" = "No hay más datos";
|
|
"No products available" = "No hay productos disponibles";
|
|
"Operation failed" = "Operación fallida";
|
|
"Payload missing" = "Falta payload";
|
|
"Please open the App to finish purchase" = "Abre la app para finalizar la compra";
|
|
"Please select a product" = "Por favor, selecciona un producto";
|
|
"Product unavailable" = "Producto no disponible";
|
|
"Receipt missing" = "Falta el recibo";
|
|
"Search Role" = "Buscar rol";
|
|
"Search coming soon" = "Búsqueda próximamente";
|
|
"Search result" = "Resultado de búsqueda";
|
|
"Server error" = "Error del servidor";
|
|
"Subscription" = "Suscripción";
|
|
"The existing conversation history will be cleared." = "Se borrará el historial de conversación existente.";
|
|
"The skin in use cannot be deleted" = "No se puede eliminar el skin en uso";
|
|
"Themes" = "Temas";
|
|
"Think Again" = "Piénsalo de nuevo";
|
|
"Unlimited Chatting" = "Chat ilimitado";
|
|
"Warm = man" = "Cálido = hombre";
|
|
"Warm hearted man" = "Hombre de corazón cálido";
|
|
"Warm2 hearted man" = "Hombre de corazón cálido 2";
|
|
"Warm3 hearted man" = "Hombre de corazón cálido 3";
|
|
"Welcome To Use The [key Of Love] Keyboard" = "Bienvenido a usar el teclado [key Of Love]";
|
|
"Welcome to use the [key of love] keyboard" = "Bienvenido a usar el teclado [key of love]";
|
|
"Your session has expired. Please sign in again." = "Tu sesión ha expirado. Inicia sesión de nuevo.";
|
|
"send a message" = "enviar un mensaje";
|
|
"Release To Cancel" = "Suelta para cancelar";
|
|
"Send A Message" = "Enviar un mensaje";
|
|
"User" = "Usuario";
|
|
"I highly recommend this app." = "Recomiendo mucho esta aplicación.";
|
|
"Allow log in with Apple ID?" = "¿Permitir iniciar sesión con Apple ID?";
|
|
"Continue" = "Continuar";
|
|
"Me" = "Yo";
|
|
"No comments yet" = "Aún no hay comentarios";
|
|
"Be the first to comment" = "Sé el primero en comentar";
|
|
"Load failed" = "Error al cargar";
|
|
"Tap to retry" = "Toca para reintentar";
|
|
"%.1fw comments" = "%.1fw comentarios";
|
|
"%ld comments" = "%ld comentarios";
|
|
"Reply to @%@" = "Responder a @%@";
|
|
"Say something..." = "Escribe algo...";
|
|
"Hold To Start Talking" = "Mantén pulsado para empezar a hablar";
|
|
"Hold To Speak" = "Mantén pulsado para hablar";
|
|
"Release To Finish" = "Suelta para terminar";
|
|
"Send A Message To Her" = "Enviarle un mensaje";
|
|
"Like" = "Me gusta";
|
|
"Reply" = "Responder";
|
|
"View %ld replies" = "Ver %ld respuestas";
|
|
"View more replies (%ld)" = "Ver más respuestas (%ld)";
|
|
"Collapse" = "Ocultar";
|
|
"Just now" = "Justo ahora";
|
|
"%.0f minutes ago" = "Hace %.0f minutos";
|
|
"%.0f hours ago" = "Hace %.0f horas";
|
|
"%.0f days ago" = "Hace %.0f días";
|
|
"Yesterday" = "Ayer";
|