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
Fix i18n
v1
Aeris
4 years ago
parent
20b10f5702
commit
066076721a
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config/locales/de.yml
+1
-1
config/locales/en.yml
+1
-1
config/locales/fr.yml
+ 1
- 1
config/locales/de.yml
View File
@@ -1,6 +1,6 @@
de:
User agent compatibility: User Agent-Kompatibilität
Supported ciphers: Unterstützte Ciphers
Supported cipher
suite
s: Unterstützte Ciphers
Cipher suite: Cipher Suite
"Cipher suite:": "Cipher Suite:"
+ 1
- 1
config/locales/en.yml
View File
@@ -1,6 +1,6 @@
en:
User agent compatibility: User agent compatibility
Supported ciphers: Supported ciphers
Supported cipher
suite
s: Supported cipher
suite
s
Cipher suite: Cipher suite
"Cipher suite:": "Cipher suite:"
+ 1
- 1
config/locales/fr.yml
View File
@@ -1,6 +1,6 @@
fr:
User agent compatibility: Compatibilité navigateur
Supported ciphers: Chiffrements supportés
Supported cipher
suite
s: Chiffrements supportés
Cipher suite: Suite de chiffrement
"Cipher suite:": "Suite de chiffrement :"
Write
Preview
Loading…
Cancel
Save