Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Jan 15, 2024
2 parents 6ea6524 + 4a37316 commit 18fc313
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
Changelog for Redmine OAuth
==========================

2.1.5 *2024-01-15*
------------------

French localisation

* New: #23 - [Locales] Add french translation

2.1.4 *2024-01-12*
------------------

Autologin
Google OAuth provider
Keycloak OAuth provider


* New: #22 - About feature requests and providers enhancement
* New: #21 - Autologin enhancement

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Redmine OAuth plugin 2.1.4
## Redmine OAuth plugin 2.1.5

[![GitHub CI](https://github.com/kontron/redmine_oauth/actions/workflows/rubyonrails.yml/badge.svg?branch=main)](https://github.com/kontron/redmine_oauth/actions/workflows/rubyonrails.yml)
[![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine)
Expand Down
38 changes: 38 additions & 0 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# frozen_string_literal: true

# Redmine plugin OAuth
#
# Karel Pičman <[email protected]>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

fr:
oauth_login_via: "Continuer avec <b>%{oauth}</b>"
oauth_login_with: Se connecter avec OAuth
oauth_no_verified_email: Aucun email vérifié n'a été fourni, vérifiez vos réglages sur le site de votre fournisseur Oauth.
oauth_invalid_provider: Fournisseur OAuth invalide
oauth_none: Aucun
oauth_provider: Fournisseur
oauth_provider_info: Fournisseur OAuth
oauth_site: Site
oauth_site_info: URL d'authentification du fournisseur OAuth
oauth_client_id: ID client
oauth_client_id_info: ID d'application
oauth_client_secret: Secret client
oauth_client_secret_info: Mot de passe d'application
oauth_tenant_id: ID de Tenant / Realm
oauth_tenant_id_info: ID de répertoire (tenant)
oauth_button_info: Couleur et icône (classe Font Awesome) du bouton de connexion via OAuth (Laissez vite pour masquer le bouton)
oauth_login_button: Bouton de connexion
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
name 'Redmine OAuth plugin'
author 'Karel Pičman'
description 'Redmine OAuth plugin'
version '2.1.4'
version '2.1.5'
url 'https://github.com/kontron/redmine_oauth'
author_url 'https://github.com/kontron/redmine_oauth/graphs/contributors'

Expand Down

0 comments on commit 18fc313

Please sign in to comment.