Skip to content

Commit

Permalink
Release OpenProject 14.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed May 22, 2024
2 parents 6af7523 + 31ea7ed commit 462d76a
Show file tree
Hide file tree
Showing 51 changed files with 578 additions and 546 deletions.
2 changes: 2 additions & 0 deletions app/mailers/application_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ def default_formats_for_setting(format)

##
# Overwrite mailer method to prevent sending mails to locked users.
# Usually this would accept a string for the `to:` argument, but
# we always require an actual user object since fed95796.
def mail(headers = {}, &block)
block ||= method(:default_formats_for_setting)
to = headers[:to]
Expand Down
54 changes: 27 additions & 27 deletions config/locales/crowdin/be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,41 +20,41 @@
#See COPYRIGHT and LICENSE files for more details.
#++
be:
no_results_title_text: There is currently nothing to display.
no_results_title_text: Зараз няма чаго паказаць.
activities:
index:
no_results_title_text: There has not been any activity for the project within this time frame.
no_results_title_text: Не было ніякай актыўнасці па праекту на працягу гэтага часу.
admin:
plugins:
no_results_title_text: There are currently no plugins installed.
no_results_content_text: See our integrations and plugins page for more information.
no_results_title_text: Зараз ніякіх плагінаў не ўстаноўлена.
no_results_content_text: Для атрымання дадатковай інфармацыі глядзіце нашу старонку аб інтэграцыях і плагінах.
custom_styles:
color_theme: "Color theme"
color_theme_custom: "(Custom)"
color_theme: "Каляровая тэма"
color_theme_custom: "(Карыстальніцкая)"
colors:
primary-button-color: "Primary button"
accent-color: "Accent"
header-bg-color: "Header background"
header-item-bg-hover-color: "Header background on hover"
header-item-font-color: "Header font"
header-item-font-hover-color: "Header font on hover"
header-border-bottom-color: "Header border"
main-menu-bg-color: "Main menu background"
main-menu-bg-selected-background: "Main menu when selected"
main-menu-bg-hover-background: "Main menu on hover"
main-menu-font-color: "Main menu font"
main-menu-selected-font-color: "Main menu font when selected"
main-menu-hover-font-color: "Main menu font on hover"
main-menu-border-color: "Main menu border"
custom_colors: "Custom colors"
customize: "Customize your OpenProject installation with your own logo and colors."
primary-button-color: "Асноўная кнопка"
accent-color: "Акцэнт"
header-bg-color: "Фон загалоўка"
header-item-bg-hover-color: "Фон загалоўка пры навядзенні"
header-item-font-color: "Шрыфт загалоўка"
header-item-font-hover-color: "Шрыфт загалоўка пры навядзенні"
header-border-bottom-color: "Граніца загалоўка"
main-menu-bg-color: "Фон галоўнага меню"
main-menu-bg-selected-background: "Галоўнае меню калі выбрана"
main-menu-bg-hover-background: "Галоўнае меню пры навядзенні"
main-menu-font-color: "Шрыфт галоўнага меню"
main-menu-selected-font-color: "Шрыфт галоўнага меню калі выбрана"
main-menu-hover-font-color: "Шрыфт галоўнага меню пры навядзенні"
main-menu-border-color: "Граніца галоўнага меню"
custom_colors: "Карыстальніцкія колеры"
customize: "Наладзьце ваш OpenProject з вашым уласным лагатыпам і колерамі."
enterprise_notice: "Як \"Вялікі дзякуй\" за фінансавую дапамогу ў распрацоўцы OpenProject, гэты маленькі дадатак даступны для падпісчыкаў Entrerprise edition support."
enterprise_more_info: "Note: the used logo will be publicly accessible."
manage_colors: "Edit color select options"
enterprise_more_info: "Заўвага: выкарыстаны лагатып будзе агульнадаступным."
manage_colors: "Рэдагаваць параметры выбару колеру"
instructions:
primary-button-color: "Strong accent color, used for the most important button on a screen."
accent-color: "Color for links and other decently highlighted elements."
header-item-bg-hover-color: "Background color of clickable header items when hovered with the mouse."
primary-button-color: "Моцны колер з акцэнтам, які выкарыстоўваецца для самай важнай кнопкі на экране."
accent-color: "Колер для спасылак і іншых добра вылучаных элементаў."
header-item-bg-hover-color: "Колер фону элементаў загалоўка, якія можна націснуць пры навядзенні курсора мышы."
header-item-font-color: "Font color of clickable header items."
header-item-font-hover-color: "Font color of clickable header items when hovered with the mouse."
header-border-bottom-color: "Thin line under the header. Leave this field empty if you don't want any line."
Expand Down
Loading

0 comments on commit 462d76a

Please sign in to comment.