Skip to content

Commit 3906393

Browse files
committed
Add missing scope texts
1 parent cd92e28 commit 3906393

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/main/resources/i18n/messages.properties

+4-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ oauth2.scope.administrative_actions=Perform administrative actions
3434
oauth2.scope.administrative_actions.description=Such as kick, ban, broadcast message, ...
3535
oauth2.scope.read_sensible_userdata=View sensible user data
3636
oauth2.scope.read_sensible_userdata.description=Such as email, steam id, bans, ...
37-
ban.title=You are Banned from FAForever
37+
oauth2.scope.upload_avatar=Upload avatars
38+
oauth2.scope.lobby=Play in the game lobby
39+
ban.title=You are banned from FAForever
3840
ban.expiration=Ban expires at:
3941
ban.permanent=Never
4042
ban.reason=Reason:
41-
ban.appeal=You may appeal your ban by emailing [email protected]
43+
ban.appeal=You may appeal your ban by emailing [email protected]

src/main/resources/i18n/messages_de.properties

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ oauth2.scope.administrative_actions=Administrative Tätigkeiten
3434
oauth2.scope.administrative_actions.description=U.a. Kicken, Bannen, Broadcast Nachrichten senden
3535
oauth2.scope.read_sensible_userdata=Sensible Benutzerdaten sehen
3636
oauth2.scope.read_sensible_userdata.description=U.a. Email, Steam ID, Bans, ...
37+
oauth2.scope.upload_avatar=Avatare hochladen
38+
oauth2.scope.lobby=Spiele in unserer Lobby spielen
3739
ban.title=Du wurdest in FAForever gesperrt
3840
ban.expiration=Sperre endet:
3941
ban.permanent=Niemals
4042
ban.reason=Begründung:
41-
ban.appeal=Um eine Sperre anzufechten, wende dich an [email protected]
43+
ban.appeal=Um eine Sperre anzufechten, wende dich an [email protected]

0 commit comments

Comments
 (0)