mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Translate bio button (#1432)
* Translation button finished * Fix bug in theme * revert cause some stuff broke * "Translated by Google" text * Translate that too * I am very stupid sorry * Add API Key * Make toggle work, oops * Fix merge issues * Fixed as requested * Change translation icon * Return settings back (oops) * Beep * Boop * Delete import again as the icon has been replaced with a better one * Change text
This commit is contained in:
@@ -409,6 +409,7 @@
|
||||
"appearance": {
|
||||
"header": "Appearance",
|
||||
"language": "Language",
|
||||
"bio_language": "Target Language",
|
||||
"theme_mode": "Theme",
|
||||
"theme_mode_system": "System",
|
||||
"theme_mode_light": "Light",
|
||||
@@ -638,6 +639,12 @@
|
||||
"youtube_api_key": "YouTube API Key",
|
||||
"enable_tooltip": "Fetches video titles for use with gameLog and duration for overlay progress bar"
|
||||
},
|
||||
"translation_api": {
|
||||
"header": "Translation API",
|
||||
"enable": "Enable",
|
||||
"translation_api_key": "Translation API Key",
|
||||
"enable_tooltip": "Translates user bios using a button on the bottom right"
|
||||
},
|
||||
"video_progress_pie": {
|
||||
"header": "Progress pie overlay for videos",
|
||||
"enable": "Enable",
|
||||
@@ -1297,6 +1304,13 @@
|
||||
"guide": "Guide",
|
||||
"save": "Save"
|
||||
},
|
||||
"translation_api": {
|
||||
"header": "Translation API",
|
||||
"description": "Enter your Translation API Key (optional)",
|
||||
"placeholder": "Translation API Key",
|
||||
"guide": "Guide (skip the restrict usage part)",
|
||||
"save": "Save"
|
||||
},
|
||||
"set_world_tags": {
|
||||
"header": "Set World Tags",
|
||||
"avatar_scaling_disabled": "Disable avatar scaling",
|
||||
|
||||
Reference in New Issue
Block a user