Fix for localization files
This commit is contained in:
parent
3206258f7b
commit
25bd2cd13d
|
@ -98,6 +98,7 @@
|
||||||
confirm_regenerate: Are you sure to regenerate this pair login/password?
|
confirm_regenerate: Are you sure to regenerate this pair login/password?
|
||||||
regenerate_btn: Regenerate
|
regenerate_btn: Regenerate
|
||||||
warning_message: Warning - Old data set as invalid when new data obtaining
|
warning_message: Warning - Old data set as invalid when new data obtaining
|
||||||
|
|
||||||
categories:
|
categories:
|
||||||
list: List
|
list: List
|
||||||
new: Create
|
new: Create
|
||||||
|
@ -117,6 +118,7 @@
|
||||||
confirm_delete: Are you sure to delete this task?
|
confirm_delete: Are you sure to delete this task?
|
||||||
edit_header: Task edit
|
edit_header: Task edit
|
||||||
new_header: New task
|
new_header: New task
|
||||||
|
statuses:
|
||||||
open: Opened
|
open: Opened
|
||||||
closed: Closed
|
closed: Closed
|
||||||
any: Any
|
any: Any
|
||||||
|
@ -127,6 +129,7 @@
|
||||||
comments:
|
comments:
|
||||||
confirm_delete: Are you sure to delete the comment?
|
confirm_delete: Are you sure to delete the comment?
|
||||||
new_header: New comment
|
new_header: New comment
|
||||||
|
edit_header: Editing a comment
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
admin_id: Owner
|
admin_id: Owner
|
||||||
|
@ -635,6 +638,7 @@
|
||||||
created_at: Created
|
created_at: Created
|
||||||
updated_at: Updated
|
updated_at: Updated
|
||||||
role: System role
|
role: System role
|
||||||
|
language: Language
|
||||||
|
|
||||||
product_build_list:
|
product_build_list:
|
||||||
id: Id
|
id: Id
|
||||||
|
@ -673,12 +677,14 @@
|
||||||
status: Status
|
status: Status
|
||||||
version: Version
|
version: Version
|
||||||
build_list: Build list
|
build_list: Build list
|
||||||
|
|
||||||
download:
|
download:
|
||||||
name: Name
|
name: Name
|
||||||
version: Version
|
version: Version
|
||||||
distro: Source
|
distro: Source
|
||||||
platform: Platform
|
platform: Platform
|
||||||
counter: Downloads
|
counter: Downloads
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
subjects:
|
subjects:
|
||||||
new_comment_notification: New comment to your task
|
new_comment_notification: New comment to your task
|
||||||
|
|
|
@ -355,7 +355,7 @@ ru:
|
||||||
platform_not_found: платформа не найдена
|
platform_not_found: платформа не найдена
|
||||||
platform_pending: платформа в процессе создания
|
platform_pending: платформа в процессе создания
|
||||||
project_not_found: проект не найден
|
project_not_found: проект не найден
|
||||||
project_version_not_found: версия не найден
|
project_version_not_found: версия не найдена
|
||||||
|
|
||||||
flash:
|
flash:
|
||||||
settings:
|
settings:
|
||||||
|
@ -677,12 +677,14 @@ ru:
|
||||||
status: Статус
|
status: Статус
|
||||||
version: Версия
|
version: Версия
|
||||||
build_list: Сборочный лист
|
build_list: Сборочный лист
|
||||||
|
|
||||||
download:
|
download:
|
||||||
name: Название
|
name: Название
|
||||||
version: Версия
|
version: Версия
|
||||||
distro: Дистрибутив
|
distro: Дистрибутив
|
||||||
platform: Архитектура
|
platform: Архитектура
|
||||||
counter: Закачки
|
counter: Закачки
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
subjects:
|
subjects:
|
||||||
new_comment_notification: Новый комментарий к Вашей задаче
|
new_comment_notification: Новый комментарий к Вашей задаче
|
||||||
|
|
Loading…
Reference in New Issue