-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
901 additions
and
159 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,97 @@ | ||
{ | ||
"@@locale":"en", | ||
"title": "TuiHub", | ||
"@title": { | ||
"description": "Title for the application", | ||
"type": "text", | ||
"placeholders": {} | ||
} | ||
"buttonConfirm": "Confirm", | ||
"buttonClose": "Close", | ||
"parseFailed": "Parse failed", | ||
"unknownErrorOccurred": "Unknown error occurred", | ||
"areYouSureToClose": "Are you sure to close?", | ||
"buttonExit": "Exit", | ||
"buttonMinimizeToTray": "Minimize to tray", | ||
"buttonCancel": "Cancel", | ||
"webVersionFunctionLimited": "Web version has limited functionality, for evaluation use only", | ||
|
||
"durationJustNow": "Just now", | ||
"durationSeconds": "{number} seconds ago", | ||
"durationMinutes": "{number} minutes ago", | ||
"durationHours": "{number} hours ago", | ||
"durationDays": "{number} days ago", | ||
"durationWeeks": "{number} weeks ago", | ||
"durationMonths": "{number} months ago", | ||
"durationYears": "{number} years ago", | ||
|
||
"welcomeHeader": "\uD83C\uDF89Welcome!", | ||
"welcome": "Welcome", | ||
"welcomeBack": "Welcome back", | ||
"login": "Login", | ||
"clickLoginToStart": "CLICK LOGIN TO START", | ||
"serverSetup": "Server setup", | ||
"address": "Address", | ||
"pleaseInputServerAddress": "Please input server address", | ||
"port": "Port", | ||
"pleaseInputServerPort": "Please input server port", | ||
"tls": "TLS", | ||
"buttonCheck": "Check", | ||
"loginFailed": "Login failed, {reason}", | ||
"buttonRetry": "Retry", | ||
"loggingInTo": "Logging in to {server}", | ||
"buttonBackward": "Backward", | ||
"username": "Username", | ||
"password": "Password", | ||
"buttonLogin": "Login", | ||
|
||
"chesed": "Chesed", | ||
"updateImageUserCanceledPick": "User canceled pick", | ||
"updateImageUserCanceledCapture": "User canceled capture", | ||
"uploadImageFailed": "Upload image failed", | ||
|
||
"gebura": "Gebura", | ||
"pleaseSetupApplicationPath": "Please setup application path", | ||
"pleaseDontReRunApplication": "Please don't re-run application", | ||
"applicationExitAbnormally": "Application exit abnormally", | ||
"launcherError": "Launcher error", | ||
"scanningLocalFiles": "Scanning local files", | ||
"newApplicationFound": "{number} new applications found", | ||
"importingSteamApplications": "Importing steam applications", | ||
"importSteamApplicationFinished": "Import steam application finished, {success} success, {failed} failed", | ||
|
||
"grpc": "gRPC", | ||
"USER_TYPE": "Type", | ||
"USER_TYPE_UNSPECIFIED": "Unspecified", | ||
"USER_TYPE_ADMIN": "Admin", | ||
"USER_TYPE_NORMAL": "Normal", | ||
"USER_TYPE_SENTINEL": "Sentinel", | ||
"USER_STATUS": "Status", | ||
"USER_STATUS_UNSPECIFIED": "Unspecified", | ||
"USER_STATUS_ACTIVE": "Active", | ||
"USER_STATUS_BLOCKED": "Blocked", | ||
"ACCOUNT_PLATFORM": "Platform", | ||
"ACCOUNT_PLATFORM_UNSPECIFIED": "Unspecified", | ||
"ACCOUNT_PLATFORM_STEAM": "Steam", | ||
"APP_SOURCE": "Source", | ||
"APP_SOURCE_UNSPECIFIED": "Unspecified", | ||
"APP_SOURCE_INTERNAL": "Internal", | ||
"APP_SOURCE_STEAM": "Steam", | ||
"APP_TYPE": "Type", | ||
"APP_TYPE_UNSPECIFIED": "Unspecified", | ||
"APP_TYPE_GAME": "Game", | ||
"APP_PACKAGE_SOURCE": "Source", | ||
"APP_PACKAGE_SOURCE_UNSPECIFIED": "Unspecified", | ||
"APP_PACKAGE_SOURCE_MANUAL": "Manual", | ||
"APP_PACKAGE_SOURCE_SENTINEL": "Sentinel", | ||
"FEED_CONFIG_STATUS": "Status", | ||
"FEED_CONFIG_STATUS_UNSPECIFIED": "Unspecified", | ||
"FEED_CONFIG_STATUS_ACTIVE": "Active", | ||
"FEED_CONFIG_STATUS_SUSPEND": "Suspend", | ||
"NOTIFY_TARGET_STATUS": "Status", | ||
"NOTIFY_TARGET_STATUS_UNSPECIFIED": "Unspecified", | ||
"NOTIFY_TARGET_STATUS_ACTIVE": "Active", | ||
"NOTIFY_TARGET_STATUS_SUSPEND": "Suspend", | ||
"NOTIFY_TARGET_TYPE": "Type", | ||
"NOTIFY_TARGET_TYPE_UNSPECIFIED": "Unspecified", | ||
"NOTIFY_TARGET_TYPE_TELEGRAM": "Telegram", | ||
"NOTIFY_FLOW_STATUS": "Status", | ||
"NOTIFY_FLOW_STATUS_UNSPECIFIED": "Unspecified", | ||
"NOTIFY_FLOW_STATUS_ACTIVE": "Active", | ||
"NOTIFY_FLOW_STATUS_SUSPEND": "Suspend" | ||
} |
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.