Add data unit translations
This commit is contained in:
parent
bc04183e47
commit
7b9c346cde
2 changed files with 18 additions and 0 deletions
|
@ -3416,6 +3416,15 @@ years = %d years
|
||||||
raw_seconds = seconds
|
raw_seconds = seconds
|
||||||
raw_minutes = minutes
|
raw_minutes = minutes
|
||||||
|
|
||||||
|
[munits.data]
|
||||||
|
b = B
|
||||||
|
kib = KiB
|
||||||
|
mib = MiB
|
||||||
|
gib = GiB
|
||||||
|
tib = TiB
|
||||||
|
pib = PiB
|
||||||
|
eib = EiB
|
||||||
|
|
||||||
[dropzone]
|
[dropzone]
|
||||||
default_message = Drop files or click here to upload.
|
default_message = Drop files or click here to upload.
|
||||||
invalid_input_type = You cannot upload files of this type.
|
invalid_input_type = You cannot upload files of this type.
|
||||||
|
|
|
@ -3407,6 +3407,15 @@ years=%d лет
|
||||||
raw_seconds=секунд
|
raw_seconds=секунд
|
||||||
raw_minutes=минут
|
raw_minutes=минут
|
||||||
|
|
||||||
|
[munits.data]
|
||||||
|
b = Б
|
||||||
|
kib = КиБ
|
||||||
|
mib = МиБ
|
||||||
|
gib = ГиБ
|
||||||
|
tib = ТиБ
|
||||||
|
pib = ПиБ
|
||||||
|
eib = ЕиБ
|
||||||
|
|
||||||
[dropzone]
|
[dropzone]
|
||||||
default_message=Перетащите файл или кликните сюда для загрузки.
|
default_message=Перетащите файл или кликните сюда для загрузки.
|
||||||
invalid_input_type=Вы не можете загружать файлы этого типа.
|
invalid_input_type=Вы не можете загружать файлы этого типа.
|
||||||
|
|
Loading…
Reference in a new issue