From 0e721439451cc7191e0c5dc9181d3a6a20909078 Mon Sep 17 00:00:00 2001 From: reality Date: Tue, 29 Oct 2013 22:07:20 +0000 Subject: [PATCH] the german language - sponsored by roi --- modules/steam/strings.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/modules/steam/strings.json b/modules/steam/strings.json index a0598e7..bea45db 100644 --- a/modules/steam/strings.json +++ b/modules/steam/strings.json @@ -1,14 +1,18 @@ { "steam_last_played": { - "en": "{user} last played {game}" + "en": "{user} last played {game}", + "de": "{user} hat zuletzt {game} gespielt" }, "steam_not_played": { - "en": "{user} didn't play anything recently :'(" + "en": "{user} didn't play anything recently :'(", + "de": "{user} hat zuletzt nichts gespielt :'( }, "steam_currently_playing": { - "en": "{user} is currently playing {game}" + "en": "{user} is currently playing {game}", + "de": "{user} spielt zur Zeit {game}" }, "steam_games": { - "en": "{u1} and {u2} have {count} games in common, including: {examples}" + "en": "{u1} and {u2} have {count} games in common, including: {examples}", + "de": "{u1} und {u2} haben {count} gemeinsame Spiele, dazu gehören: {examples}" } }