Skip to content

Commit

Permalink
FIX: Add affordance to explain bloc division at text insertion (Hyper…
Browse files Browse the repository at this point in the history
  • Loading branch information
franck-eyraud committed Mar 3, 2018
1 parent f87903f commit b79e4ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions couchdb/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,12 @@
"i_original": "Original work",
"i_version_language": "Translation language",
"i_author": "Author",
"i_version_author": "Transliterated author (if necessary)",
"i_version_author": "Transliterated original author's name (if necessary)",
"i_translator": "Translation author",
"i_title": "Title",
"i_translated_title": "Translated title",
"i_enter_text": "Enter your text here"
"i_translated_title": "Translated title"
,"i_text_enter": "Enter your text here. \n\nThe text must by divided in blocs. Division is obtained by separating them by 2 line successive breaks."

,"i_activity_entered":"entered the translation"
,"i_activity_exited":"exited from the translation"
,"i_activity_version_created":"New version {0} created"
Expand Down Expand Up @@ -252,10 +253,11 @@
"i_original": "Œuvre originale",
"i_version_language": "Langue de traduction",
"i_author": "Auteur",
"i_version_author": "Auteur translittéré (si nécessaire)",
"i_version_author": "Translittération du nom de l'auteur original (si nécessaire)",
"i_translator": "Auteur de la traduction",
"i_title": "Titre",
"i_translated_title": "Titre traduit"
,"i_text_enter": "Entrez votre texte ici. \n\nLe texte doit être divisé en blocs de traduction. La division est obtenue en séparant les blocs par 2 retrours à la ligne consécutifs."

,"i_activity_entered":"est entré dans la traduction"
,"i_activity_exited":"est sorti de la traduction"
Expand Down
2 changes: 1 addition & 1 deletion couchdb/templates/work.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h3>{{i_translation_}}</h3>
<td class="pleat open" data-version="{{version}}" rowspan="{{raw.length}}">
<div class="box-wrapper">
<div class="unit" data-version="{{version}}">
<textarea autocomplete="off" style="width: 100%; height: 100%;" class="fulltext autosize" placeholder="{{i_enter_text}}"></textarea>
<textarea autocomplete="off" style="width: 100%; height: 100%;" class="fulltext autosize" placeholder="{{{i_text_enter}}}"></textarea>
<div class="text"></div>
</div>
</div>
Expand Down

0 comments on commit b79e4ec

Please sign in to comment.