fixed hebrew fluent variable name
This commit is contained in:
parent
252d7817e3
commit
1e1268fff0
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@ decryptingFile = מתבצע פענוח...
|
|||
downloadCount =
|
||||
{ $num ->
|
||||
[one] הורדה אחת
|
||||
*[other] { $number } הורדות
|
||||
*[other] { $num } הורדות
|
||||
}
|
||||
timespanHours =
|
||||
{ $num ->
|
||||
[one] שעה אחת
|
||||
[two] שעתיים
|
||||
*[other] { $number } שעות
|
||||
*[other] { $num } שעות
|
||||
}
|
||||
copiedUrl = הועתק!
|
||||
unlockInputPlaceholder = ססמה
|
||||
|
|
Loading…
Reference in a new issue