This website works better with JavaScript.
Home
Explore
Help
Sign In
aeris
/
cryptcheck-rails
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Missing translation
v1
aeris
4 years ago
parent
5422ece4fd
commit
6957016f70
4 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/views/check/processing.html.erb
+2
-0
config/locales/de.yml
+2
-0
config/locales/en.yml
+2
-0
config/locales/fr.yml
+ 1
- 1
app/views/check/processing.html.erb
View File
@@ -13,7 +13,7 @@
</p>
<p class="pull-right">
<%= t('Please wait…') %>
<span class="small">(<%= t '
Cette page se rafraîchit automatiquement toutes les 10 seconde
s' %>)</span>
<span class="small">(<%= t '
This page refreshes automatically every 10 second
s' %>)</span>
</p>
</div>
</div>
+ 2
- 0
config/locales/de.yml
View File
@@ -42,3 +42,5 @@ de:
Key size: Schlüsselgröße
Block size: Blockgröße
Size: Größe
Not supported: Nicht unterstützt
+ 2
- 0
config/locales/en.yml
View File
@@ -42,3 +42,5 @@ en:
Key size: Key size
Block size: Block size
Size: Size
Not supported: Not supported
+ 2
- 0
config/locales/fr.yml
View File
@@ -43,6 +43,8 @@ fr:
Block size: Taille de bloc
Size: Taille
Not supported: Non supporté
date:
abbr_day_names:
- dim
Write
Preview
Loading…
Cancel
Save