forked from RiiConnect24/RiiTag-Next
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Game Leaderboards (RiiConnect24#17)
* Feature: Moderation (RiiConnect24#9) (RiiConnect24#10) * feature: Added banning, and, forced hidden button * feature: Added hiding and shadow hiding users * feature: Added badges to user profile * feature: Added hiding from the front page when hidden * fix: Fixed code related to front page hiding * feature: Added game leaderboard - showing the #1 for all games * refactor: Rewrote most of the game leaderboard code * Rebase: Master -> Game Leaderboards (RiiConnect24#16) * Feature: Moderation (RiiConnect24#9) * feature: Added banning, and, forced hidden button * feature: Added hiding and shadow hiding users * feature: Added badges to user profile * feature: Added hiding from the front page when hidden * fix: Fixed code related to front page hiding * Feature: Full-Site Multilanguage support (RiiConnect24#13) * Feature: Moderation (RiiConnect24#9) (RiiConnect24#12) * feature: Added banning, and, forced hidden button * feature: Added hiding and shadow hiding users * feature: Added badges to user profile * feature: Added hiding from the front page when hidden * fix: Fixed code related to front page hiding * feature: Began adding the framework for multi-language support * feature: Full localization support and all pages and nav bars * Refactor: SQL optimization (RiiConnect24#15) * refactor: Began merging sql requests and grouping private keys * refactor: User page SQL code refactor and multi-game support * refactor: User edit page SQL optimized * refactor: Optimized SQL for edit page * feature: Added clicking to go to profile and localizations
- Loading branch information
Showing
10 changed files
with
289 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"name": "English (Traditional)", | ||
|
||
"welcome": "Welcome to LinkTag!", | ||
"join_others": "Join {0} other gamers that have played games {1} times!", | ||
"credits": "Credits", | ||
"discord": "Login with Discord", | ||
"carasol_linktag": "<a href='user/{0}'>{1}</a>'s LinkTag", | ||
"supported_platforms": "Supported Platforms", | ||
"banned_reason": "This account has been banned. Reason: {0}", | ||
"game_id": "Game / ID", | ||
"play_time": "Play Time", | ||
"last_played": "Last Played", | ||
"play_count": "Play Count", | ||
"user_info": "User Information", | ||
"banned": "Banned", | ||
"hidden": "Hidden", | ||
"administrator": "Administrator", | ||
"moderator": "Moderator", | ||
"play_log": "Play Log", | ||
|
||
"registered_on": "<strong>Registered</strong>", | ||
"overlay": "<strong>Overlay</strong>", | ||
"background": "<strong>Background</strong>", | ||
"coin": "<strong>Coin</strong>", | ||
"font": "<strong>Font</strong>", | ||
"flag": "<strong>Flag</strong>", | ||
"cover_region": "<strong>Cover Region</strong>", | ||
"cover_type": "<strong>Cover Type</strong>", | ||
|
||
"edit_tag": "Edit Tag", | ||
|
||
"general": "General", | ||
"display_name": "<string>Display Name</strong>", | ||
"friend_code": "<strong>Friend Code</strong>", | ||
|
||
"cover_region_explanation": "Linktag will try the game's region and fallback to English\nif it can't find a cover.", | ||
"show_avatar": "Show Avatar", | ||
|
||
"select_overlay": "Select Overlay", | ||
"select_background": "Select Background", | ||
"select_coin": "Select Coin", | ||
"select_font": "Select Font", | ||
|
||
"images": "Images", | ||
|
||
"home": "Home", | ||
"profile": "Profile", | ||
"account": "My Account", | ||
"edit_mii": "Edit Mii", | ||
"logout": "Logout", | ||
|
||
"search": "Search", | ||
"previous": "Previous", | ||
"next": "Next", | ||
|
||
"playtimes_since": "Played <strong>{0}</strong> times since {1}", | ||
"total_playtime": "Played <strong>{0}</strong> total", | ||
|
||
"date_format": "DD/MM/YYYY" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.