Skip to content

Commit

Permalink
Add tooltips to Label finder, add more translations
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRudy committed May 17, 2024
1 parent c7773ab commit c01f8f7
Show file tree
Hide file tree
Showing 20 changed files with 1,506 additions and 1,329 deletions.
159 changes: 83 additions & 76 deletions app/resources/locale/ca_ES/ca_ES.po

Large diffs are not rendered by default.

155 changes: 84 additions & 71 deletions app/resources/locale/cs_CZ/cs_CZ.po

Large diffs are not rendered by default.

152 changes: 82 additions & 70 deletions app/resources/locale/de_DE/de_DE.po

Large diffs are not rendered by default.

161 changes: 88 additions & 73 deletions app/resources/locale/el_GR/el_GR.po

Large diffs are not rendered by default.

155 changes: 84 additions & 71 deletions app/resources/locale/en/en.po

Large diffs are not rendered by default.

155 changes: 84 additions & 71 deletions app/resources/locale/es_ES/es_ES.po

Large diffs are not rendered by default.

161 changes: 82 additions & 79 deletions app/resources/locale/eu_ES/eu_ES.po

Large diffs are not rendered by default.

163 changes: 86 additions & 77 deletions app/resources/locale/fr_FR/fr_FR.po

Large diffs are not rendered by default.

158 changes: 82 additions & 76 deletions app/resources/locale/gl_ES/gl_ES.po

Large diffs are not rendered by default.

156 changes: 82 additions & 74 deletions app/resources/locale/it_IT/it_IT.po

Large diffs are not rendered by default.

153 changes: 83 additions & 70 deletions app/resources/locale/ja_JP/ja_JP.po

Large diffs are not rendered by default.

152 changes: 82 additions & 70 deletions app/resources/locale/ko_KR/ko_KR.po

Large diffs are not rendered by default.

152 changes: 82 additions & 70 deletions app/resources/locale/nl_NL/nl_NL.po

Large diffs are not rendered by default.

158 changes: 82 additions & 76 deletions app/resources/locale/ru_RU/ru_RU.po

Large diffs are not rendered by default.

156 changes: 84 additions & 72 deletions app/resources/locale/template.pot

Large diffs are not rendered by default.

156 changes: 84 additions & 72 deletions app/resources/locale/tr_TR/tr_TR.po

Large diffs are not rendered by default.

160 changes: 82 additions & 78 deletions app/resources/locale/zh_CN/zh_CN.po

Large diffs are not rendered by default.

159 changes: 82 additions & 77 deletions app/resources/locale/zh_TW/zh_TW.po

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/scripts/services/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ angular
} else {

alertify.error(
gettextCatalog.getString("Bitstream not found: build your project first"),
gettextCatalog.getString("Bitstream not found: Build your project first"),
30
);
utils.endBlockingTask();
Expand Down
12 changes: 7 additions & 5 deletions app/views/design.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
<div class="lFinder-advanced--toggle"></div>

<!-- Case sensitive option on/off -->
<div class="lFinder-case--option"></div>
<div class="lFinder-case--option" title="{{'Case sensitive' | translate}}"></div>

<!-- Exact match option on/off -->
<div class="lFinder-exact--option"></div>
<div class="lFinder-exact--option" title="{{'Exact match' | translate}}"></div>

<!-- Input text field -->
<input type="text" class="lFinder-field">
Expand Down Expand Up @@ -270,9 +270,11 @@
<!-- Basic Toolbox Pop up -->
<!------------------------------------------------------------------------>
<div id="iceToolbox">
<ul class="dropdown-menu">
<div class="title-bar">Basic Toolbox</div>
<div class="closeToolbox-button"></div>
<ul class="dropdown-menu">
<div class="title-bar">
{{'Basic Toolbox' | translate}}
</div>
<div class="closeToolbox-button"></div>
<li>
<a href="" class="iceToolbox--item js-shortcut--action" data-item="input">
<div class="marker marker-blue"></div>
Expand Down

0 comments on commit c01f8f7

Please sign in to comment.