Skip to content

Commit

Permalink
inception-project#4068 - Ability to change interface language (i18n)
Browse files Browse the repository at this point in the history
 - Toggle state translation
  • Loading branch information
awachatilf committed May 28, 2024
1 parent 11e9f6e commit b1a53ac
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Licensed to the Technische Universität Darmstadt under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The Technische Universität Darmstadt
# licenses this file to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
reset=Réinitialiser
stateToggle=Basculer l'état (Ctrl+End)
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
finishDocumentDescription=Cette action marquera le document comme <b>Terminé</b>. <br/> Lorsque vous confirmez ce dialogue, vous êtes automatiquement renvoyé au <br/> document suivant disponible et vous ne pouvez plus revenir en arrière.
stateToggle=Basculer l'état (Ctrl+End)
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
finishDocumentDescription=Cette action marque le document comme <b>Terminé</b>. <br/> Après cette étape, vous ne pouvez plus modifier le document. <br/> Seul un gestionnaire de projet ou un curateur peut remettre le document en mode édition. <br/> Si vous indiquez que le document présente un problème, il sera supprimé de votre liste de documents et vous ne pourrez plus y accéder.

stateToggle.curationFinished=Curation terminée. Cliquez pour retourner à la curation en cours.
stateToggle.curationInProgress=La curation est en cours. Cliquez pour terminer la curation.
stateToggle.annotationFinished=Annotation terminée.
stateToggle.annotationInProgress=Annotation en cours. Cliquez pour terminer l'annotation.
stateToggle=Basculer l'état (Ctrl+End)

0 comments on commit b1a53ac

Please sign in to comment.