Skip to content

Commit 965a649

Browse files
committed
feat: Add last seen and ago translations for multiple languages
- Introduced translations for "lastSeen" and "ago" in German, English, Spanish, French, and Russian locale files to enhance user experience and accessibility across different languages.
1 parent 2435f99 commit 965a649

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

public/locales/de/common.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474
"logOut": "Abmelden",
7575
"gamesPlayed": "{{games}} Spiele gespielt",
7676
"joined": "Beigetreten vor {{t}}",
77+
"lastSeen": "Zuletzt gesehen",
78+
"ago": "vor",
7779
"chat": "Chat",
7880
"minuteSingular": "Minute",
7981
"minutePlural": "Minuten",

public/locales/en/common.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474
"logOut": "Log Out",
7575
"gamesPlayed": "{{games}} games played",
7676
"joined": "Joined {{t}} ago",
77+
"lastSeen": "Last seen",
78+
"ago": "ago",
7779
"chat": "Chat",
7880
"minuteSingular": "minute",
7981
"minutePlural": "minutes",

public/locales/es/common.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474
"logOut": "Cerrar sesión",
7575
"gamesPlayed": "{{games}} juegos jugados",
7676
"joined": "Unido hace {{t}}",
77+
"lastSeen": "Última vez visto",
78+
"ago": "hace",
7779
"chat": "Chat",
7880
"minuteSingular": "minuto",
7981
"minutePlural": "minutos",

public/locales/fr/common.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474
"logOut": "Déconnexion",
7575
"gamesPlayed": "{{games}} parties jouées",
7676
"joined": "Inscrit il y a {{t}}",
77+
"lastSeen": "Dernière connexion",
78+
"ago": "il y a",
7779
"chat": "Chat",
7880
"minuteSingular": "minute",
7981
"minutePlural": "minutes",

public/locales/ru/common.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474
"logOut": "Выйти",
7575
"gamesPlayed": "Сыграно игр: {{games}}",
7676
"joined": "Присоединился {{t}} назад",
77+
"lastSeen": "Последний раз в сети",
78+
"ago": "назад",
7779
"chat": "Чат",
7880
"minuteSingular": "минута",
7981
"minutePlural": "минут",

0 commit comments

Comments
 (0)