debian-mirror-gitlab/locale/unfound_translations.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
1 KiB
Ruby
Raw Permalink Normal View History

2021-12-11 22:18:48 +05:30
# rubocop:disable Naming/FileName
2018-11-20 20:47:30 +05:30
# frozen_string_literal: true
# Dynamic translations which needs to be marked by `N_` so they can be found by `rake gettext:find`, see:
# https://github.com/grosser/gettext_i18n_rails#unfound-translations-with-rake-gettextfind
# NotificationSetting.email_events
2021-02-22 17:27:13 +05:30
N_('NotificationEvent|New release')
2018-11-20 20:47:30 +05:30
N_('NotificationEvent|New note')
N_('NotificationEvent|New issue')
N_('NotificationEvent|Reopen issue')
N_('NotificationEvent|Close issue')
N_('NotificationEvent|Reassign issue')
2021-02-22 17:27:13 +05:30
N_('NotificationEvent|Issue due')
2018-11-20 20:47:30 +05:30
N_('NotificationEvent|New merge request')
2021-02-22 17:27:13 +05:30
N_('NotificationEvent|Push to merge request')
N_('NotificationEvent|Reopen merge request')
2018-11-20 20:47:30 +05:30
N_('NotificationEvent|Close merge request')
N_('NotificationEvent|Reassign merge request')
2021-02-22 17:27:13 +05:30
N_('NotificationEvent|Change reviewer merge request')
2018-11-20 20:47:30 +05:30
N_('NotificationEvent|Merge merge request')
N_('NotificationEvent|Failed pipeline')
2020-04-08 14:13:33 +05:30
N_('NotificationEvent|Fixed pipeline')
2021-02-22 17:27:13 +05:30
N_('NotificationEvent|Moved project')
2021-04-17 20:07:23 +05:30
N_('NotificationEvent|Merge when pipeline succeeds')
2021-12-11 22:18:48 +05:30
# rubocop:enable Naming/FileName