Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Adds internationalization to the admin/sparql-query page (#22)
Browse files Browse the repository at this point in the history
* Adds internationalization to the admin/sparql-query page

Partial resolution of: https://jira.lyrasis.org/browse/VIVO-1873

* Add i18n for 'save query result'

Related to: https://jira.lyrasis.org/browse/VIVO-1873

* code review

Co-authored-by: Andrew Woods <awoods@duraspace.org>
  • Loading branch information
Andrew Woods and Andrew Woods authored Jun 26, 2020
1 parent 8b389bc commit 33c145b
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 0 deletions.
9 changes: 9 additions & 0 deletions de_DE/webapp/src/main/webapp/i18n/all_de_DE.properties
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,15 @@ work_level = Arbeitsebene
since = Seit
flags = Flags

sparql_query_title = SPARQL Query
sparql_query_header = Query
sparql_query_description_0 = # This example query gets 20 geographic locations
sparql_query_description_1 = # and (if available) their labels
sparql_query_select_ask_results = Format for SELECT and ASK query results
sparql_query_construct_describe_results = Format for CONSTRUCT and DESCRIBE query results
sparql_query_save_results = Save results to file
sparql_query_run_query = Run Query

search_index_status = Suchindex-Status
search_index_not_connected = Der Suchindex ist nicht verbunden.
failed = Fehlgeschlagen
Expand Down
9 changes: 9 additions & 0 deletions en_CA/webapp/src/main/webapp/i18n/all_en_CA.properties
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,15 @@ work_level = Work level
since = Since
flags = Flags

sparql_query_title = SPARQL Query
sparql_query_header = Query
sparql_query_description_0 = # This example query gets 20 geographic locations
sparql_query_description_1 = # and (if available) their labels
sparql_query_select_ask_results = Format for SELECT and ASK query results
sparql_query_construct_describe_results = Format for CONSTRUCT and DESCRIBE query results
sparql_query_save_results = Save results to file
sparql_query_run_query = Run Query

search_index_status = Search Index Status
search_index_not_connected = The search index is not connected.
failed = failed
Expand Down
9 changes: 9 additions & 0 deletions en_US/webapp/src/main/webapp/i18n/all_en_US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,15 @@ work_level = Work level
since = Since
flags = Flags

sparql_query_title = SPARQL Query
sparql_query_header = Query
sparql_query_description_0 = # This example query gets 20 geographic locations
sparql_query_description_1 = # and (if available) their labels
sparql_query_select_ask_results = Format for SELECT and ASK query results
sparql_query_construct_describe_results = Format for CONSTRUCT and DESCRIBE query results
sparql_query_save_results = Save results to file
sparql_query_run_query = Run Query

search_index_status = Search Index Status
search_index_not_connected = The search index is not connected.
failed = failed
Expand Down
9 changes: 9 additions & 0 deletions es/webapp/src/main/webapp/i18n/all_es.properties
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,15 @@ work_level = Nivel de trabajo
since = Desde
flags = Banderas

sparql_query_title = SPARQL Query
sparql_query_run_query = Run Query
sparql_query_header = Query
sparql_query_description_0 = # This example query gets 20 geographic locations
sparql_query_description_1 = # and (if available) their labels
sparql_query_select_ask_results = Format for SELECT and ASK query results
sparql_query_construct_describe_results = Format for CONSTRUCT and DESCRIBE query results
sparql_query_save_results = Save results to file

search_index_status = Estatus del índice de búsqueda
search_index_not_connected = El índice de búsqueda no está conectado.
failed = fallo
Expand Down
9 changes: 9 additions & 0 deletions fr_CA/webapp/src/main/webapp/i18n/all_fr_CA.properties
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,15 @@ work_level = Niveau de tâche
since = Depuis
flags = Fanions

sparql_query_title = SPARQL Query
sparql_query_header = Query
sparql_query_description_0 = # This example query gets 20 geographic locations
sparql_query_description_1 = # and (if available) their labels
sparql_query_select_ask_results = Format for SELECT and ASK query results
sparql_query_construct_describe_results = Format for CONSTRUCT and DESCRIBE query results
sparql_query_save_results = Save results to file
sparql_query_run_query = Run Query

search_index_status = Status de l'index de recherche
search_index_not_connected = L'index de recherche n'est pas connecté.
failed = échoué
Expand Down
9 changes: 9 additions & 0 deletions pt_BR/webapp/src/main/webapp/i18n/all_pt_BR.properties
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,15 @@ work_level = nível de Trabalho
since = Desde
flags = Flags

sparql_query_title = SPARQL Query
sparql_query_header = Query
sparql_query_description_0 = # This example query gets 20 geographic locations
sparql_query_description_1 = # and (if available) their labels
sparql_query_select_ask_results = Format for SELECT and ASK query results
sparql_query_construct_describe_results = Format for CONSTRUCT and DESCRIBE query results
sparql_query_save_results = Save results to file
sparql_query_run_query = Run Query

search_index_status = Status do Índice de Pesquisa
search_index_not_connected = O índice de pesquisa não está conectado.
failed = falhou
Expand Down

0 comments on commit 33c145b

Please sign in to comment.