You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ast.js 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. OC.L10N.register(
  2. "settings",
  3. {
  4. "Local" : "Llocal",
  5. "Verifying …" : "Verificando…",
  6. "Unable to change password" : "Nun ye posible camudar la contraseña",
  7. "Very weak password" : "La contraseña ye mui poco segura",
  8. "Weak password" : "La contraseña ye poco segura",
  9. "So-so password" : "La contraseña ye normal",
  10. "Good password" : "La contraseña ye segura",
  11. "Strong password" : "La contraseña ye mui segura",
  12. "Groups" : "Grupos",
  13. "Unable to retrieve the group list" : "Nun ye posible recuperar la llista de grupos",
  14. "{actor} added you to group {group}" : "{actor} metióte nel grupu «{group}»",
  15. "{actor} changed your password" : "{actor} camudó la contraseña",
  16. "You changed your password" : "Camudesti la contraseña",
  17. "Security" : "Seguranza",
  18. "Settings" : "Configuración",
  19. "Saved" : "Guardóse",
  20. "User documentation" : "Documentación pa usuarios",
  21. "Well done, %s!" : "Bien fecho, ¡%s!",
  22. "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Prodúxose un problema mentanto s'unviaba'l mensaxe. Revisa la configuración. (error: %s)",
  23. "Invalid account" : "Cuenta non válida",
  24. "Settings saved" : "Guardóse la configuración",
  25. "Apps" : "Aplicaciones",
  26. "Personal" : "Personal",
  27. "Administration" : "Alministración",
  28. "Users" : "Usuarios",
  29. "Additional settings" : "Configuración adicional",
  30. "Artificial Intelligence" : "Intelixencia artificial",
  31. "Sharing" : "Compartición",
  32. "Availability" : "Disponibilidá",
  33. "Calendar" : "Calendariu",
  34. "Personal info" : "Información personal",
  35. "Code integrity" : "Integridá del códigu",
  36. "No altered files" : "Nun hai nengún ficheru alteriáu",
  37. "File locking" : "Bloquéu de ficheros",
  38. "Internet connectivity" : "Conectividá a internet",
  39. "You are not using MySQL" : "Nun tas usando MySQL",
  40. "The function is available." : "La función ta disponible.",
  41. "PHP memory limit" : "Llende de memoria de PHP",
  42. "The PHP memory limit is below the recommended value of %s." : "La llende de memoria de PHP ye inferior al valor aconseyáu de %s.",
  43. "PHP modules" : "Módulos de PHP",
  44. "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "A esta instancia fálten-y dalgunos módulos aconseyaos de PHP. P'ameyorar el rindimientu y la compatibilidá, ye mui aconseyable que los instales:\n%s",
  45. "PHP opcache" : "opcache de PHP",
  46. "PHP version" : "Versión de PHP",
  47. "Random generator" : "Xenerador aleatoriu",
  48. "Database version" : "Versión de la base de datos",
  49. "Architecture" : "Arquiteutura",
  50. "64-bit" : "64 bits",
  51. "Nextcloud settings" : "Configuración de Nextcloud",
  52. "Speech-To-Text" : "Voz a testu",
  53. "Image generation" : "Xeneración d'imáxenes",
  54. "Text processing" : "Procesamientu de testos",
  55. "Task:" : "Xera:",
  56. "None" : "Nada",
  57. "Unable to modify setting" : "Nun ye posible modificar la opción",
  58. "Save changes" : "Guardar los cambeos",
  59. "Remove" : "Quitar",
  60. "Disable" : "Desactivar",
  61. "All apps are up-to-date." : "Toles aplicaciones tán anovaes",
  62. "Icon" : "Iconu",
  63. "Name" : "Nome",
  64. "Version" : "Versión",
  65. "Level" : "Nivel",
  66. "Actions" : "Aiciones",
  67. "Results from other categories" : "Resultaos d'otres categoríes",
  68. "No apps found for your version" : "Nun s'atopó nenguna aplicación pa esta versión",
  69. "Disable all" : "Desactivar too",
  70. "Description" : "Descripción",
  71. "Details" : "Detalles",
  72. "All" : "Too",
  73. "No results" : "Nun hai nengún resultáu",
  74. "Author" : "Autoría",
  75. "Categories" : "Categories",
  76. "Resources" : "Recursos",
  77. "Documentation" : "Documentación",
  78. "Interact" : "Interactuar",
  79. "Request feature" : "Pidir una función",
  80. "Ask questions or discuss" : "Entrugar o discutir",
  81. "Rate" : "Valorar",
  82. "View in store" : "Ver na tienda",
  83. "Visit website" : "Visitar el sitiu web",
  84. "Admin documentation" : "Documentación p'alministradores",
  85. "Developer documentation" : "Documentación pa desendolcadores",
  86. "Changelog" : "Rexistru de cambeos",
  87. "Rename" : "Renomar",
  88. "Revoke" : "Revocar",
  89. "Google Chrome for Android" : "Google Chrome p'Android",
  90. "This session" : "Esta sesión",
  91. "{client} - {version} ({system})" : "{client} - {version} ({system})",
  92. "{client} - {version}" : "{client} - {version}",
  93. "Device" : "Preséu",
  94. "Devices & sessions" : "Preseos y sesiones",
  95. "Web, desktop and mobile clients currently logged in to your account." : "Los veceros que tienen la sesión aniciada na cuenta.",
  96. "Password" : "Contraseña",
  97. "AJAX" : "AJAX",
  98. "Webcron" : "Webcron",
  99. "Cron (Recommended)" : "Cron (aconséyase)",
  100. "Enable" : "Activar",
  101. "Server-side encryption" : "Cifráu de llau del sirvidor",
  102. "No encryption module loaded, please enable an encryption module in the app menu." : "Nun se cargó nengún módulu de cifráu, activa unu nel menú d'aplicaciones.",
  103. "Please confirm the group removal" : "Confirma'l desaniciu del grupu",
  104. "Cancel" : "Encaboxar",
  105. "Confirm" : "Confirmar",
  106. "Submit" : "Unviar",
  107. "Failed to remove group \"{group}\"" : "Nun se pue quitar el grupu «{group}»",
  108. "Current password" : "Contraseña actual",
  109. "New password" : "Contraseña nueva",
  110. "The file must be a PNG or JPG" : "El ficheru a ser PNG o JPG",
  111. "Please select a valid png or jpg file" : "Seleiciona un ficheru PNG o JPEG válidu",
  112. "Error setting profile picture" : "Hebo un error al afitar la semeya del perfil",
  113. "Error cropping profile picture" : "Hebo un error al recortar la semeya del perfil",
  114. "Error saving profile picture" : "Hebo un error al guardar la semeya del perfil",
  115. "Error removing profile picture" : "Hebo un error al quitar la semeya del perfil",
  116. "You are a member of the following groups:" : "Yes miembru de los grupos siguientes:",
  117. "You are using <strong>{usage}</strong>" : "Tas usando <strong>{usage}</strong>",
  118. "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Tas usando <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)",
  119. "Languages" : "Llingües",
  120. "Unable to update language" : "Nun ye posible anovar la llingua",
  121. "No language set" : "Nun s'afitó nenguna llingua",
  122. "Locales" : "Locales",
  123. "Unable to update locale" : "Nun ye posible anovar la locale",
  124. "Invalid value" : "El valor ye inválidu",
  125. "Add" : "Amestar",
  126. "Create" : "Crear",
  127. "Change" : "Camudar",
  128. "Delete" : "Desaniciar",
  129. "No accounts" : "Nun hai nenguna cuenta",
  130. "Loading accounts …" : "Cargando les cuentes…",
  131. "Default language" : "Llingua predeterminada",
  132. "Other languages" : "Otres llingües",
  133. "New user" : "Usuariu nuevu",
  134. "Display name" : "Nome visible",
  135. "Password (required)" : "Contraseña (obligatoria)",
  136. "Email" : "Corréu electrónicu",
  137. "Administered groups" : "Grupos alministraos",
  138. "Language" : "Llingua",
  139. "Total rows summary" : "Resume total de fieleres",
  140. "Loading users …" : "Cargando los usuarios…",
  141. "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuariu…","{userCount} usuarios…"],
  142. "_{userCount} user_::_{userCount} users_" : ["{userCount} usuariu","{userCount} usuarios"],
  143. "Avatar" : "Avatar",
  144. "Loading account …" : "Cargando la cuenta…",
  145. "{size} used" : "{size} n'usu",
  146. "Delete account" : "Dersaniciar la cuenta",
  147. "Failed to update line manager" : "Nun se pue anovar el xestor de llinies",
  148. "Welcome mail sent!" : "¡Unvióse'l mensaxe d'acoyida!",
  149. "Done" : "Fecho",
  150. "Edit" : "Editar",
  151. "Visibility" : "Visibilidá",
  152. "Send email" : "Unviar un corréu electrónicu",
  153. "Adding your device …" : "Amestando'l preséu…",
  154. "Passwordless Authentication" : "Autenticación ensin contraseña",
  155. "No devices configured." : "Nun se configuró nengún preséu.",
  156. "Your browser does not support WebAuthn." : "El restolador nun ye compatible con WebAuthn.",
  157. "New account" : "Cuenta nueva",
  158. "Group name" : "Nome del grupu",
  159. "Failed to create group" : "Nun se pue crear el grupu",
  160. "Sending…" : "Unviando…",
  161. "Location" : "Llocalización",
  162. "Profile picture" : "Semeya del perfil",
  163. "Full name" : "Nome completu",
  164. "Organisation" : "Organización",
  165. "Phone number" : "Númberu de teléfonu",
  166. "Role" : "Rol",
  167. "X (formerly Twitter)" : "X (anteriormente Twitter)",
  168. "Fediverse (e.g. Mastodon)" : "Fediversu",
  169. "Website" : "Sitiu web",
  170. "Profile visibility" : "Visibilidá del perfil",
  171. "Locale" : "Locale",
  172. "Featured apps" : "Aplicaciones destacaes",
  173. "Never" : "Enxamás",
  174. "An error occurred during the request. Unable to proceed." : "Prodúxose un error demientres la solicitú. Nun ye posible siguir.",
  175. "Error: This app cannot be enabled because it makes the server unstable" : "Error: nun se pue activar esta aplicación porque fai que'l sirvidor seya inestable",
  176. "Do you really want to wipe your data from this device?" : "¿De xuru que quies borrar los datos d'esti preséu?",
  177. "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Ficiéronse milenta solicitúes dende la to rede. Volvi tentalo dempués o ponte en contautu cola alministración si esti mensaxe ye un error.",
  178. "Administration documentation" : "Documentación de l'alministración",
  179. "Forum" : "Foru",
  180. "Nextcloud help resources" : "Recursos d'ayuda de Nextcloud",
  181. "General documentation" : "Documentación xeneral",
  182. "SSL" : "SSL",
  183. "Open documentation" : "Abrir la documentación",
  184. "Encryption" : "Cifráu",
  185. "Server address" : "Direición del sirvidor",
  186. "Port" : "Puertu",
  187. "Authentication" : "Autenticación",
  188. "Save" : "Guardar",
  189. "There are some errors regarding your setup." : "Hai dalgunos errores en rellación a la configuración.",
  190. "There are some warnings regarding your setup." : "Hai dalgunes alvertencies en rellación a la configuración.",
  191. "Reasons to use Nextcloud in your organization" : "Razones pa usar Nextcloud na to organzación",
  192. "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Desendolcáu pola {communityopen}comunidá de Nextcloud{linkclose}, el {githubopen}códigu fonte{linkclose} llicénciase baxo l'{licenseopen}AGPL{linkclose}.",
  193. "No user supplied" : "Nun se fornió nengún usuariu",
  194. "Federated Cloud Sharing" : "Compartición na nube federada",
  195. "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "Nun se pudo determinar si la versión de TLS de cURL ta anovada o non pola mor d'un error que se produxo demientres la solicitú HTTPS escontra https://nextcloud.com. Comprueba'l ficheru de rexistru de Nextcloud pa consiguir más detalles.",
  196. "Invalid user" : "L'usuariu ye inválidu",
  197. "Internet Explorer" : "Internet Explorer",
  198. "Edge" : "Edge",
  199. "Firefox" : "Firefox",
  200. "Google Chrome" : "Google Chrome",
  201. "Safari" : "Safari",
  202. "iPhone" : "iPhone",
  203. "iPad" : "iPad",
  204. "Error while deleting the token" : "Hebo un error mentanto se desaniciaba'l pase",
  205. "For security reasons this password will only be shown once." : "Por motivos de seguranza, esta contraseña namás va amosase una vegada.",
  206. "Copied!" : "¡Copióse!",
  207. "Copy" : "Copiar",
  208. "Please confirm the group removal " : "Confirma'l desaniciu del grupu",
  209. "Your email address" : "La to direición de corréu electrónicu",
  210. "Enable Profile" : "Activar el perfil",
  211. "You do not have permissions to see the details of this user" : "Nun tienes permisu pa ver los detalles d'esti usuariu",
  212. "Twitter" : "Twitter",
  213. "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s." : "A esta instancia fálten-y dalgunos módulos de PHP aconseyaos. Pa consiguir un rindimientu mayor y una compatibilidá meyor ye mui recomendable que los instales: %s.",
  214. "Rating: {score}/10" : "Valoración: {score}/10",
  215. "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Tas a piques de quitar el grupu «{group}». NUN van desaniciase los usuarios.",
  216. "No users" : "Nun hai nengún usuariu…",
  217. "Loading user …" : "Cargando l'usuariu…",
  218. "Failed to update user manager" : "Nun se pudo anovar el xestor d'usuarios",
  219. "User management settings" : "Configuración de la xestión d'usuarios",
  220. "Send welcome email to new users" : "Unviar un mensaxes d'acoyida a los usuarios nuevos",
  221. "User management" : "Xestión d'usuarios",
  222. "Creating group …" : "Creando'l grupu…"
  223. },
  224. "nplurals=2; plural=(n != 1);");