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