parent
73ff24895e
commit
4a5cd74fb2
@ -1,8 +1,26 @@ |
||||
OC.L10N.register( |
||||
"comments", |
||||
{ |
||||
"Delete comment" : "Dzēst komentāru", |
||||
"Post" : "Pievienot", |
||||
"Cancel" : "Atcelt", |
||||
"Edit comment" : "Rediģēt komentāru", |
||||
"[Deleted user]" : "[Dzēsts lietotājs]", |
||||
"Comments" : "Komentāri", |
||||
"Save" : "Saglabāt", |
||||
"Comment" : "Komentārs" |
||||
"Allowed characters {count} of {max}" : "Atļautās zīmes {count} no {max}", |
||||
"Error occurred while retrieving comment with id {id}" : "Notika kļūda saņemot komentāru ar id {id}", |
||||
"Error occurred while updating comment with id {id}" : "Kļūda atjauninot komentāru ar id {id}", |
||||
"Error occurred while posting comment" : "Notika kļūda pievienojot komentāru", |
||||
"{count} unread comments" : "{count} neizlasītu komentāru", |
||||
"Comment" : "Komentārs", |
||||
"<strong>Comments</strong> for files" : "<strong>Komentāri</strong> datnēm", |
||||
"You commented" : "Tu komentēji", |
||||
"%1$s commented" : "%1$s komentēja", |
||||
"You commented on %2$s" : "Tu komentēji %2$s", |
||||
"%1$s commented on %2$s" : "%1$s komentēja %2$s", |
||||
"Type in a new comment..." : "Raksti jaunu komentāru...", |
||||
"No other comments available" : "Nav pieejami citi komentāri", |
||||
"More comments..." : "Vairāk komentāri..." |
||||
}, |
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); |
||||
|
||||
@ -1,6 +1,24 @@ |
||||
{ "translations": { |
||||
"Delete comment" : "Dzēst komentāru", |
||||
"Post" : "Pievienot", |
||||
"Cancel" : "Atcelt", |
||||
"Edit comment" : "Rediģēt komentāru", |
||||
"[Deleted user]" : "[Dzēsts lietotājs]", |
||||
"Comments" : "Komentāri", |
||||
"Save" : "Saglabāt", |
||||
"Comment" : "Komentārs" |
||||
"Allowed characters {count} of {max}" : "Atļautās zīmes {count} no {max}", |
||||
"Error occurred while retrieving comment with id {id}" : "Notika kļūda saņemot komentāru ar id {id}", |
||||
"Error occurred while updating comment with id {id}" : "Kļūda atjauninot komentāru ar id {id}", |
||||
"Error occurred while posting comment" : "Notika kļūda pievienojot komentāru", |
||||
"{count} unread comments" : "{count} neizlasītu komentāru", |
||||
"Comment" : "Komentārs", |
||||
"<strong>Comments</strong> for files" : "<strong>Komentāri</strong> datnēm", |
||||
"You commented" : "Tu komentēji", |
||||
"%1$s commented" : "%1$s komentēja", |
||||
"You commented on %2$s" : "Tu komentēji %2$s", |
||||
"%1$s commented on %2$s" : "%1$s komentēja %2$s", |
||||
"Type in a new comment..." : "Raksti jaunu komentāru...", |
||||
"No other comments available" : "Nav pieejami citi komentāri", |
||||
"More comments..." : "Vairāk komentāri..." |
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" |
||||
} |
||||
@ -1,12 +1,17 @@ |
||||
{ "translations": { |
||||
"Added to the list of trusted servers" : "Añadido a la lista de servidores de confianza", |
||||
"Server is already in the list of trusted servers." : "El servidor ya está en la lista de servidores en los que se confía.", |
||||
"No server to federate with found" : "No se ha encontrado ningún servidor con el que federarse.", |
||||
"Could not add server" : "No se ha podido añadir el servidor", |
||||
"Federation" : "Federación", |
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación te permite conectarte con otros servidores de confianza para intercambiar directorios. Por ejemplo, ésto se usará para autocompletar la selección usuarios externos al compartir en federación. ", |
||||
"Add server automatically once a federated share was created successfully" : "Añadir el servidor automáticamente una vez que un compartido federado se haya creado exitosamente", |
||||
"Trusted Servers" : "Servidores de confianza", |
||||
"+ Add Nextcloud server" : "+ Añadir servidor Nextcloud", |
||||
"Nextcloud Server" : "Servidor Nexcloud" |
||||
"Nextcloud Server" : "Servidor Nexcloud", |
||||
"Server added to the list of trusted Nextclouds" : "Servidor Nextcloud añadido a la lista de servidores de confianza", |
||||
"No Nextcloud server found" : "No se ha encontrado ningún servidor Nextcloud", |
||||
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación de Nextcloud te permite conectarte con otros servidores de confianza para intercambiar directorios. Por ejemplo, ésto se usará para autocompletar la selección de usuarios externos al compartir en federación. ", |
||||
"Trusted Nextcloud Servers" : "Servidores Nextcloud de confianza" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue