Skip to content

Commit

Permalink
Pontoon: Update Russian (ru) localization of Firefox Send
Browse files Browse the repository at this point in the history
Localization authors:
- MytnikAA <MytnikAA@gmail.com>
- Victor Bychek <a@bychek.ru>
  • Loading branch information
BychekRU authored and mozilla-pontoon committed Mar 16, 2019
1 parent 7f13d4d commit be9b51a
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions public/locales/ru/send.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,17 @@ fileCount =
[few] { $num } файла
*[other] { $num } файлов
}
# size is a localized number followed by a unit of bytes, ex. 2.5GB
# byte abbreviation
bytes = Б
# kibibyte abbreviation
kb = КБ
# mebibyte abbreviation
mb = МБ
# gibibyte abbreviation
gb = ГБ
# localized number and byte abbreviation. example "2.5MB"
fileSize = { $num }{ $units }
# $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
totalSize = Общий размер: { $size }
# the next line after the colon contains a file name
copyLinkDescription = Скопируйте ссылку, чтобы поделиться своим файлом:
Expand Down Expand Up @@ -118,15 +128,15 @@ uploadButton = Выгрузить
# the first part of the string 'Drag and drop files or click to send up to 1GB'
dragAndDropFiles = Перетащите файлы сюда
# the second part of the string 'Drag and drop files or click to send up to 1GB'
# size is a localized number followed by a unit of bytes, ex. 2.5GB
# $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
orClickWithSize = или щёлкните здесь, чтобы отправить их (до { $size })
addPassword = Защитить паролем
emailPlaceholder = Введите ваш адрес электронной почты
# size is a localized number followed by a unit of bytes, ex. 2.5GB
# $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
signInSizeBump = Войдите, чтобы отправлять файлы до { $size }
signInButton = Войти/Зарегистрироваться
accountBenefitTitle = Создайте Аккаунт { -firefox } или войдите
# size is a localized number followed by a unit of bytes, ex. 2.5GB
# $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
accountBenefitLargeFiles = Делитесь файлами до { $size }
accountBenefitDownloadCount = Делитесь файлами с несколькими людьми
accountBenefitTimeLimit =
Expand Down

0 comments on commit be9b51a

Please sign in to comment.