Skip to content

Commit

Permalink
SAK-42396 Moved permissions webcomponent to i18n webservice (sakaipro…
Browse files Browse the repository at this point in the history
…ject#7291)

Also, standarised commons, rubrics and roster to use translation bundles
based on simply the tool name, rather than a path and the file Messages.
  • Loading branch information
adrianfish authored Aug 30, 2019
1 parent 1c678cc commit e134900
Show file tree
Hide file tree
Showing 79 changed files with 1,512 additions and 671 deletions.
4 changes: 4 additions & 0 deletions cloud-storage/onedrive/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
<groupId>org.sakaiproject.kernel</groupId>
<artifactId>sakai-kernel-util</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
52 changes: 52 additions & 0 deletions commons/api/src/bundle/commons.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
post_editor_initial_text = What's on your mind?
post = Post
cancel = Cancel
insert = Insert
comment = Reply
del = Delete
reply = Reply
post_comment = Post Comment
delete_post_message = Are you sure you want to delete this post?
delete_comment_message = Are you sure you want to delete this comment?
edit = Edit
created = Created:
modified = Modified:
no_content_warning = You have not entered any content to save
none = -
save = Save
permissions = Permissions
permissions_tooltip = Setup the permissions for each role in this site
permissions_role_label = Role
role = Role
perm-commons.post.create = Create a post
perm-commons.post.read.any = Read any post
perm-commons.post.update.any = Update any post
perm-commons.post.update.own = Update own posts
perm-commons.post.delete.any = Delete any post
perm-commons.post.delete.own = Delete own posts
perm-commons.comment.create = Create a comment
perm-commons.comment.read.any = Read any comment
perm-commons.comment.update.any = Update any comment
perm-commons.comment.update.own = Update own comments
perm-commons.comment.delete.any = Delete any comment
perm-commons.comment.delete.own = Delete own comments
other_label = Other Permissions
permissions_not_set = Permissions may not have been set. If you can see the Permissions button above, click that.\
If you can't see the button, contact your administrator
show_comments = Show other comments
hide_comments = Hide other comments
by = BY
at = at
am = am
pm = pm
commons_link_preamble = You are viewing a single post. Click
here = here
commons_link_postamble = to view the whole commons
modified_at = Modified at:
display_text = Display text:
link_to = Link to:
load_thumbnail = Load thumbnail
link_button_tooltip = Insert a link
image_button_tooltip = Insert an image
choose_image_file = Choose an image file. It must be a png, gif, or a jpeg, no bigger than {max}MB.

# this defines the entity description for the commons provider
commons = <br />Provides a set of RESTful endpoints for retrieving COMMONS posts. <br /><br />

Expand Down
45 changes: 45 additions & 0 deletions commons/api/src/bundle/commons_ca.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
post_editor_initial_text=Qu\u00e8 et passa pel cap?
post=Publica
cancel=Cancel\u00b7la
insert=Insereix
comment=Respon
del=Elimina
reply=Respon
post_comment=Publica el comentari
delete_post_message=Esteu segurs que voleu eliminar aquesta publicaci\u00f3?
delete_comment_message=Esteu segurs que voleu eliminar aquest comentari?
edit=Edita
created=Creat\:
modified=Modificat\:
no_content_warning=No heu introdu\u00eft cap contingut per ser desat.
none=-
save=Desa
permissions=Permisos
permissions_tooltip=Estableix els permisos corresponents als rols d'aquest espai
permissions_role_label=Rol
role=Rol
perm-commons.post.create=crea
perm-commons.post.read.any=Pot llegir qualsevol
perm-commons.post.update.any=Pot modificar qualsevol
perm-commons.post.update.own=Pot modificar nom\u00e9s els propis
perm-commons.post.delete.any=Pot eliminar qualsevol
perm-commons.post.delete.own=Pot eliminar nom\u00e9s els propis
other_label=Altres permisos
permissions_not_set=No s'han degut establir els permisos. Si podeu veure el bot\u00f3 de Permisos a dalt, feu-li clic. Si no el podeu veure contacteu amb l'administrador.
show_comments=Mostra altres comentaris
hide_comments=Amaga altres comentaris
by=per
at=a les
am=am
pm=pm
commons_link_preamble=Esteu veien nom\u00e9s un post. Feu clic
here=aqu\u00ed
commons_link_postamble=per veure tot el commons
modified_at=\ Modificat el\:
display_text=Mostra el text\:
link_to=Enlla\u00e7a a\:
load_thumbnail=Carrega la miniatura
link_button_tooltip=Insereix l'enlla\u00e7
image_button_tooltip=Insereix la imatge
choose_image_file=Escolliu una imatge. Ha de ser un png, gif o jpeg\:

# this defines the entity description for the commons provider
commons=<br />Proporciona un conjunt de punts finals RESTful per recuperar dades de les publicacions COMMONS. <br /><br />

Expand Down
56 changes: 50 additions & 6 deletions commons/api/src/bundle/commons_es.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,50 @@
# this defines the entity description for the commons provider
commons=<br />Proporciona un conjunto de puntos finales RESTful para recuperar publicaciones de COMMONS. <br /><br />

commons.action.posts=(GET) Recupera un resumen de publicaciones de un sitio determinado mediante su id. Las publicaciones est\u00e1n minimizadas, ya que el contenido y los comentarios son eliminados antes de ser devueltos. <br /> URL de ejemplo\: /direct/commons/posts/SITEID.json

commons.action.rss=(GET) Recupera el feed RSS de un sitio. <br /> URL de ejemplo\: /direct/commons/rss/SITEID.json
post_editor_initial_text=\u00bfEn qu\u00e9 est\u00e1s pensando?
post=Publicar
cancel=Cancelar
insert=Insertar
comment=Responder
del=Borrar
reply=Responder
post_comment=Publicar comentario
delete_post_message=\u00bfConfirma que quiere eliminar esta publicaci\u00f3n?
delete_comment_message=\u00bfEst\u00e1 seguro de querer eliminar este comentario?
edit=Editar
created=Creado\:
modified=Modificado\:
no_content_warning=Todav\u00eda no ha introducido ning\u00fan contenido en el mensaje para poder publicarlo
none=-
save=Guardar
permissions=Permisos
permissions_tooltip=Configuraci\u00f3n de permisos por cada rol en este sitio
permissions_role_label=Rol
role=Rol
perm-commons.post.create=Crear una publicaci\u00f3n
perm-commons.post.read.any=Leer cualquier publicaci\u00f3n
perm-commons.post.update.any=Actualizar cualquier publicaci\u00f3n
perm-commons.post.update.own=Actualizar tus propias publicaciones
perm-commons.post.delete.any=Borrar cualquier publicaci\u00f3n
perm-commons.post.delete.own=Borrar tus propias publicaciones
perm-commons.comment.create=Crear un comentario
perm-commons.comment.read.any=Leer cualquier comentario
perm-commons.comment.update.any=Actualizar cualquier comentario
perm-commons.comment.update.own=Actualizar tus propios comentarios
perm-commons.comment.delete.any=Borrar cualquier comentario
perm-commons.comment.delete.own=Borrar tus propios comentarios
other_label=Otros permisos
permissions_not_set=Los permisos todav\u00eda no han sido configurados. Si puede ver arriba el bot\u00f3n "Permisos" haga clic sobre \u00e9l. Si no puede verlo, contacte con la persona responsable.
show_comments=Mostrar otros comentarios
hide_comments=Ocultar otros comentarios
by=por
at=en
am=am
pm=pm
commons_link_preamble=Est\u00e1 viendo una publicaci\u00f3n. Haga clic
here=aqu\u00ed
commons_link_postamble=para ver el resto de publicaciones
modified_at=Modificado el\:
display_text=Texto mostrado\:
link_to=Enlace a\:
load_thumbnail=Cargar previsualizaci\u00f3n
link_button_tooltip=Insertar un enlace
image_button_tooltip=Insertar una imagen
choose_image_file=Seleccione una imagen. Debe tener formato png, gif o jpeg, y no debe exceder de {max}MB.
45 changes: 45 additions & 0 deletions commons/api/src/bundle/commons_tr_TR.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
post_editor_initial_text=Ne d\u00fc\u015f\u00fcn\u00fcyorsun?
post=Yay\u0131nla
cancel=\u0130ptal
insert=Ekle
comment=Cevapla
del=Sil
reply=Cevapla
post_comment=Yorum G\u00f6nder
delete_post_message=Bu g\u00f6nderiyi silmek istedi\u011finizden emin misiniz?
delete_comment_message=Bu yorumu silmek istedi\u011finizden emin misiniz?
edit=D\u00fczenle
created=Olu\u015fturuldu\:
modified=D\u00fczenlendi\:
no_content_warning=Kaydetmek i\u00e7in herhangi bir i\u00e7erik girmediniz
none=-
save=Kaydet
permissions=\u0130zinler
permissions_tooltip=Bu sitedeki her bir rol i\u00e7in izinleri ayarlay\u0131n
permissions_role_label=Rol\u00fc
role=Rol\u00fc
perm-commons.post.create=olu\u015ftur
perm-commons.post.read.any=herkes okuyabilir
perm-commons.post.update.any=herkes g\u00fcncelleyebilir
perm-commons.post.update.own=kendi g\u00fcncelleyebilir
perm-commons.post.delete.any=herkes silebilir
perm-commons.post.delete.own=kendi silebilir
other_label=Di\u011fer \u0130zinler
permissions_not_set=\u0130zinler ayarlanmam\u0131\u015f olabilir. E\u011fer yukar\u0131daki \u0130zinler d\u00fc\u011fmesini g\u00f6rebiliyorsan\u0131z, bu d\u00fc\u011fmeye t\u0131klay\u0131n. D\u00fc\u011fmeyi g\u00f6remiyorsan\u0131z y\u00f6neticinize ba\u015fvurun.
show_comments=Di\u011fer yorumlar\u0131 g\u00f6ster
hide_comments=Di\u011fer yorumlar\u0131 gizle
by=\u0130LE
at=de
am=am
pm=pm
commons_link_preamble=Tek bir g\u00f6nderi g\u00f6r\u00fcnt\u00fcl\u00fcyorsunuz. T\u0131klay\u0131n
here=buraya
commons_link_postamble=t\u00fcm ortak alanlar\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in
modified_at=\u015eurada De\u011fi\u015ftirildi\:
display_text=Metni g\u00f6ster\:
link_to=Ba\u011flant\u0131\:
load_thumbnail=K\u00fc\u00e7\u00fck resim y\u00fckle
link_button_tooltip=Ba\u011flant\u0131 ekle
image_button_tooltip=Resim ekle
choose_image_file=Bir resim dosyas\u0131 se\u00e7in. Png, gif veya jpeg olmal\u0131\:

commons=<br />ORTAK ALAN g\u00f6nderilerini almak i\u00e7in RESTful biti\u015f noktalar\u0131 setini sa\u011flar. <br /><br />
commons.action.posts=(GET) Belirtilen site kimli\u011fi i\u00e7in sitede tan\u0131mlanm\u0131\u015f g\u00f6nderimlerin \u00f6zetini al\u0131r. G\u00f6nderimler en aza indirilir, i\u00e7erik ve yorumlar iade edilmeden \u00f6nce kald\u0131r\u0131l\u0131r. \n<br /> \u00d6rnek URL\: /direct/commons/posts/SITEID.json
commons.action.rss=(GET) T\u00fcm site i\u00e7in RSS deste\u011fi al. <br />\u00d6rnek URL\: /direct/commons/rss/SITEID.json

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit e134900

Please sign in to comment.