зеркало из https://github.com/nextcloud/deck.git
39 строки
1.9 KiB
JavaScript
39 строки
1.9 KiB
JavaScript
OC.L10N.register(
|
|
"deck",
|
|
{
|
|
"Deck" : "Deck",
|
|
"Personal" : "Personal",
|
|
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
|
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
|
"{user} has shared the board %s with you." : "{user} ha compartido el tablero %s contigo. ",
|
|
"Finished" : "Terminado",
|
|
"To review" : "Para revisar",
|
|
"Action needed" : "Acción requerida",
|
|
"Later" : "Después",
|
|
"Done" : "Terminado",
|
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini",
|
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
|
|
"No file was uploaded" : "No se cargó el archivo",
|
|
"Missing a temporary folder" : "Falta una carpeta temporal",
|
|
"Create new board" : "Crear un nuevo tablero",
|
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
|
"Add a new stack" : "Agregar una nueva pila",
|
|
"Add card" : "Agregar tarjeta",
|
|
"Edit" : "Editar",
|
|
"Tags" : "Etiquetas",
|
|
"Due date" : "Fecha de vencimiento",
|
|
"Remove due date" : "Eliminar fecha de expiración",
|
|
"Description" : "Descripción",
|
|
"Upload attachment" : "Cargar adjunto",
|
|
"Archived boards" : "Tableros archivados",
|
|
"Shared boards" : "Tableros compartidos",
|
|
"Settings" : "Configuraciones ",
|
|
"New board title" : "Nuevo título del tablero",
|
|
"Edit board" : "Editar el tablero",
|
|
"Archive board" : "Archivar tablero",
|
|
"Unarchive board" : "Desarchivar tablero",
|
|
"Delete board" : "Borrar tableros"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|