GIT_SILENT Sync po/docbooks with svn

This commit is contained in:
l10n daemon script
2023-11-01 02:15:14 +00:00
parent 7a45640e5e
commit 400a84e48d
40 changed files with 2532 additions and 1248 deletions

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2023-10-31 01:39+0000\n"
"POT-Creation-Date: 2023-11-01 01:40+0000\n"
"PO-Revision-Date: 2023-10-21 11:18+0200\n"
"Last-Translator: Eloy Cuadra <ecuadra@eloihr.net>\n"
"Language-Team: Spanish <kde-l10n-es@kde.org>\n"
@@ -19,70 +19,70 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 23.08.2\n"
#: src/controller.cpp:202
#: src/controller.cpp:199
#, kde-format
msgid "Login Failed: Access Token invalid or revoked"
msgstr "Inicio de sesión fallido: Token de acceso no válido o revocado"
#: src/controller.cpp:205 src/controller.cpp:210 src/login.cpp:93
#: src/controller.cpp:202 src/controller.cpp:207 src/login.cpp:93
#, kde-format
msgid "Login Failed: %1"
msgstr "El inicio de sesión ha fallado: %1"
#: src/controller.cpp:216
#: src/controller.cpp:213
#, kde-format
msgid "Network Error: %1"
msgstr "Error de red: %1"
#: src/controller.cpp:241
#: src/controller.cpp:238
#, kde-format
msgid "Access token wasn't found"
msgstr "El token de acceso no se ha encontrado"
#: src/controller.cpp:241
#: src/controller.cpp:238
#, kde-format
msgid "Maybe it was deleted?"
msgstr "¿Es posible que se haya borrado?"
#: src/controller.cpp:245
#: src/controller.cpp:242
#, kde-format
msgid "Access to keychain was denied."
msgstr "Se ha denegado el acceso a la cadena de claves."
#: src/controller.cpp:245
#: src/controller.cpp:242
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Por favor, permita que NeoChat pueda leer el token de acceso"
#: src/controller.cpp:248
#: src/controller.cpp:245
#, kde-format
msgid "No keychain available."
msgstr "Ninguna cadena de claves disponible."
#: src/controller.cpp:248
#: src/controller.cpp:245
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"Instale una cadena de claves, como KWallet o el llavero de GNOME en Linux"
#: src/controller.cpp:251
#: src/controller.cpp:248
#, kde-format
msgid "Unable to read access token"
msgstr "No se ha podido leer el token de acceso"
#: src/controller.cpp:347
#: src/controller.cpp:344
#, kde-format
msgid "File too large to download."
msgstr "Archivo demasiado grande para descargarlo."
#: src/controller.cpp:347
#: src/controller.cpp:344
#, kde-format
msgid "Contact your matrix server administrator for support."
msgstr ""
"Póngase en contacto con el administrador del servidor matrix para obtener "
"asistencia."
#: src/controller.cpp:377
#: src/controller.cpp:374
#, kde-format
msgid "The room id you are trying to join is not valid"
msgstr "El ID de la sala a la que está intentando unirse no es válido"
@@ -1053,12 +1053,12 @@ msgstr "Baja prioridad"
msgid "Spaces"
msgstr "Espacios"
#: src/neochatconnection.cpp:184
#: src/neochatconnection.cpp:185
#, kde-format
msgid "Room creation failed: %1"
msgstr "La creación de la sala ha fallado: %1"
#: src/neochatconnection.cpp:216
#: src/neochatconnection.cpp:217
#, kde-format
msgid "Space creation failed: %1"
msgstr "La creación del espacio ha fallado: %1"
@@ -1263,7 +1263,7 @@ msgid "Configure"
msgstr "Configurar"
#: src/qml/AccountMenu.qml:40 src/qml/DevicesPage.qml:17
#: src/qml/SettingsPage.qml:69
#: src/qml/SettingsPage.qml:80
#, kde-format
msgid "Devices"
msgstr "Dispositivos"
@@ -1274,7 +1274,7 @@ msgid "Logout"
msgstr "Salir de la sesión"
#: src/qml/AccountsPage.qml:20 src/qml/AccountsPage.qml:23
#: src/qml/SettingsPage.qml:38
#: src/qml/SettingsPage.qml:49
#, kde-format
msgid "Accounts"
msgstr "Cuentas"
@@ -1415,6 +1415,7 @@ msgid "General"
msgstr "General"
#: src/qml/Categories.qml:33 src/qml/RoomSecurity.qml:17
#: src/qml/SettingsPage.qml:38
#, kde-format
msgid "Security"
msgstr "Seguridad"
@@ -1998,7 +1999,7 @@ msgctxt "@title"
msgid "Stickers & Emojis"
msgstr "Pegatinas y emojis"
#: src/qml/EncryptedDelegate.qml:20 src/qml/ReplyComponent.qml:196
#: src/qml/EncryptedDelegate.qml:20 src/qml/ReplyComponent.qml:197
#, kde-format
msgid ""
"This message is encrypted and the sender has not shared the key with this "
@@ -2039,14 +2040,14 @@ msgstr "Crear un espacio"
msgid "Create rooms and chats"
msgstr "Crear salas y chats"
#: src/qml/FileDelegate.qml:76 src/qml/FileDelegate.qml:167
#: src/qml/FileDelegate.qml:77 src/qml/FileDelegate.qml:168
#, kde-format
msgctxt ""
"tooltip for a button on a message; offers ability to download its file"
msgid "Download"
msgstr "Descargar"
#: src/qml/FileDelegate.qml:92 src/qml/FileDelegate.qml:158
#: src/qml/FileDelegate.qml:93 src/qml/FileDelegate.qml:159
#, kde-format
msgctxt ""
"tooltip for a button on a message; offers ability to open its downloaded "
@@ -2054,13 +2055,13 @@ msgctxt ""
msgid "Open File"
msgstr "Abrir archivo"
#: src/qml/FileDelegate.qml:107
#: src/qml/FileDelegate.qml:108
#, kde-format
msgctxt "file download progress"
msgid "%1 / %2"
msgstr "%1 / %2"
#: src/qml/FileDelegate.qml:112
#: src/qml/FileDelegate.qml:113
#, kde-format
msgctxt ""
"tooltip for a button on a message; stops downloading the message's file"
@@ -2979,7 +2980,7 @@ msgstr "Cancelar edición"
msgid "Event Source"
msgstr "Origen del evento"
#: src/qml/NetworkProxyPage.qml:22 src/qml/SettingsPage.qml:63
#: src/qml/NetworkProxyPage.qml:22 src/qml/SettingsPage.qml:74
#, kde-format
msgid "Network Proxy"
msgstr "Proxy de red"
@@ -3698,6 +3699,38 @@ msgstr "Introduzca un texto para empezar a buscar"
msgid "No results found"
msgstr "No se han encontrado coincidencias"
#: src/qml/Security.qml:17
#, fuzzy, kde-format
#| msgid "Security"
msgctxt "@title"
msgid "Security"
msgstr "Seguridad"
#: src/qml/Security.qml:20
#, kde-format
msgctxt "@title"
msgid "Keys"
msgstr ""
#: src/qml/Security.qml:25
#, fuzzy, kde-format
#| msgid "Devices"
msgid "Device key"
msgstr "Dispositivos"
#: src/qml/Security.qml:29
#, fuzzy, kde-format
#| msgctxt "@option:check"
#| msgid "Encryption"
msgid "Encryption key"
msgstr "Cifrado"
#: src/qml/Security.qml:33
#, fuzzy, kde-format
#| msgid "Devices"
msgid "Device id"
msgstr "Dispositivos"
#: src/qml/SelectParentDialog.qml:25
#, kde-format
msgctxt "@title"
@@ -3758,22 +3791,22 @@ msgstr "Versiones de sala disponibles"
msgid "Appearance"
msgstr "Aspecto"
#: src/qml/SettingsPage.qml:44
#: src/qml/SettingsPage.qml:55
#, kde-format
msgid "Stickers & Emojis"
msgstr "Pegatinas y emojis"
#: src/qml/SettingsPage.qml:56
#: src/qml/SettingsPage.qml:67
#, kde-format
msgid "Spell Checking"
msgstr "Comprobación ortográfica"
#: src/qml/SettingsPage.qml:80
#: src/qml/SettingsPage.qml:91
#, kde-format
msgid "About NeoChat"
msgstr "Acerca de NeoChat"
#: src/qml/SettingsPage.qml:86
#: src/qml/SettingsPage.qml:97
#, kde-format
msgid "About KDE"
msgstr "Acerca de KDE"
@@ -4299,18 +4332,18 @@ msgid "The session verification was canceled due to an unknown error."
msgstr ""
"La verificación de la sesión se ha cancelado debido a un error desconocido."
#: src/qml/VideoDelegate.qml:141
#: src/qml/VideoDelegate.qml:142
#, kde-format
msgid "Video"
msgstr "Vídeo"
#: src/qml/VideoDelegate.qml:205
#: src/qml/VideoDelegate.qml:206
#, kde-format
msgctxt "@action:button"
msgid "Volume"
msgstr "Volumen"
#: src/qml/VideoDelegate.qml:289
#: src/qml/VideoDelegate.qml:290
#, kde-format
msgid "Maximize"
msgstr "Maximizar"