add some strings to locales

pull/67/head
dperolio 3 years ago
parent ed7184ab92
commit 9673945330
No known key found for this signature in database
GPG Key ID: 3E9BBAA710D3DDCE

@ -51,27 +51,32 @@
"VIZALITY_SETTINGS_CACHE_VIZALITY": "Clear Vizality's Cache",
"VIZALITY_SETTINGS_CACHE_VIZALITY_DESC": "Clears Vizality's cache. Next restart might feel slower as some files will have to be built again.",
"VIZALITY_SETTINGS_DEBUG_LOGS": "Debug Logs",
"VIZALITY_SETTINGS_DEBUG_LOGS_DESC": "Saves console contents to a file. Useful for debugging if Discord is crashing unexpectedly.",
"VIZALITY_SETTINGS_DISCORD_EXPERIMENTS": "Enable Discord Experiments",
"VIZALITY_SETTINGS_DISCORD_EXPERIMENTS_DESC": "****WARNING:**** Enabling this gives you access to features that can be detected by Discord and may result in an **account termination**. Vizality is **not responsible** for what you do with this feature. Leave it disabled if you are unsure. The Vizality Team will **not** provide any support regarding any experiment.",
"VIZALITY_SETTINGS_DEBUG_LOGS_DESC": "Saves sanitized developer console contents to a file. Useful for debugging if Discord is crashing unexpectedly.",
"VIZALITY_SETTINGS_DISCORD_EXPERIMENTS": "Discord Experiments",
"VIZALITY_SETTINGS_DISCORD_EXPERIMENTS_DESC": "Enabling this gives you access to features that can be detected by Discord and may result in an **account termination**. Vizality is **not responsible** for what you do with this feature. Leave it disabled if you are unsure.",
"VIZALITY_SETTINGS_EXP_WEB_PLATFORM": "Experimental Web Platform features",
"VIZALITY_SETTINGS_EXP_WEB_PLATFORM_DESC": "Enables Chromium's experimental Web Platform features that are in development, such as CSS \"backdrop-filter\". Since features are in development you may encounter issues and APIs may change at any time. **Requires restart**.",
"VIZALITY_SETTINGS_EXP_WEB_PLATFORM_DESC": "Enables Chromium's experimental Web Platform features that are in development. Since features are in development you may encounter issues and APIs may change at any time.",
"VIZALITY_SETTINGS_NO_CLYDE": "Eradicate Clyde",
"VIZALITY_SETTINGS_NO_CLYDE_DESC": "Replaces [Clyde]({discordiaUrl}) in Vizality commands with a mixed range of avatars and usernames, using the plugin caller's name and icon by default.\nThis also enables plugins to override the username and avatar on a per-command basis using the [registerCommand API]({apiUrl}).",
"VIZALITY_SETTINGS_SMOOTH_SCROLLING": "Enable Smooth Scrolling",
"VIZALITY_SETTINGS_SMOOTH_SCROLLING_DESC": "Animate smoothly when scrolling page content. This is the default behavior of Discord. Turning this off may make your scrolling seem more snappy and less laggy. **Requires restart**",
"VIZALITY_SETTINGS_OVERLAY": "Overlay DevTools",
"VIZALITY_SETTINGS_OVERLAY_DESC": "Opens a DevTools window that lets you inspect what's happening within Discord's in-game overlay.",
"VIZALITY_SETTINGS_SMOOTH_SCROLLING": "Smooth Scrolling",
"VIZALITY_SETTINGS_SMOOTH_SCROLLING_DESC": "Animates smoothly when scrolling page content.",
"VIZALITY_SETTINGS_SMOOTH_SCROLLING_HELP": "This is the default behavior of Discord. Turning this off may make your scrolling seem more snappy and less laggy.",
"VIZALITY_SETTINGS_OVERLAY": "Overlay Developer Tools",
"VIZALITY_SETTINGS_OVERLAY_DESC": "Opens a developer tools window that lets you inspect what's happening within Discord's in-game overlay.",
"VIZALITY_SETTINGS_KEEP_TOKEN": "Keep Token Stored",
"VIZALITY_SETTINGS_KEEP_TOKEN_DESC": "Prevents Discord from removing your token from localStorage, reducing the numbers of unwanted logouts.",
"VIZALITY_SETTINGS_RESTART": "This setting requires you to restart Discord to take effect. Do you want to restart Discord now?",
"VIZALITY_SETTINGS_SYNC": "Settings Sync",
"VIZALITY_SETTINGS_SYNC_DESC": "Sync all of your Vizality settings between devices. Requires a Vizality account!",
"VIZALITY_SETTINGS_TRANSPARENT": "Transparent Window",
"VIZALITY_SETTINGS_TRANSPARENT_DESC": "Makes any windows opened by Discord transparent, useful for theming.\n****WARNING:**** This will break **window snapping** on Windows. **Hardware acceleration** must be turned **off** on Linux. You may encounter issues and have black background in some cases, like when the window is cut off at the top, or the bottom due to monitor resolution or when devtools are open and docked. **Requires restart**",
"VIZALITY_SETTINGS_TRANSPARENT_WINDOW": "Transparent Window",
"VIZALITY_SETTINGS_TRANSPARENT_WINDOW_DESC": "Makes the Discord app window, and any popup windows opened by Discord, transparent. Some themes may rely on this setting. You may encounter issues and have black background in some cases, like when the window is cut off at the top or the bottom, due to monitor resolution or when developer tools are open and docked.",
"VIZALITY_SETTINGS_TRANSPARENT_WINDOW_INFO": "This will break **window snapping** on Windows. **Hardware acceleration** must be turned **off** on Linux.",
"VIZALITY_SETTINGS_TRANSPARENT_GLASSCORD": "It looks like you have Glasscord installed, which means you can't update this setting directly within Vizality. Learn more about configuring Glasscord [here]({glasscordCfgUrl})",
"VIZALITY_SETTINGS_REACT_DEVELOPER_TOOLS": "Enable React Developer Tools",
"VIZALITY_SETTINGS_REACT_DEVELOPER_TOOLS_DESC": "Enables the React Developer Tools extension. ****WARNING:**** This can and will increase CPU usage and cause performance drops over time. It is recommended to only be kept on while actively developing. **Requires restart**",
"VIZALITY_SETTINGS_REACT_DEVELOPER_TOOLS": "React Developer Tools",
"VIZALITY_SETTINGS_REACT_DEVELOPER_TOOLS_DESC": "Enables the React Developer Tools extension.",
"VIZALITY_SETTINGS_REACT_DEVELOPER_TOOLS_INFO": "This can and will increase CPU usage and cause performance drops over time. It is recommended to only be kept on while actively developing.",
"VIZALITY_SETTINGS_PLUGIN_HOT_RELOAD": "Plugin Hot Reload",
"VIZALITY_SETTINGS_PLUGIN_HOT_RELOAD_DESC": "Enables automatic hot reloading of plugins when folder and file changes occur.",
"VIZALITY_SNIPPET_APPLIED": "Remove Snippet",
"VIZALITY_SNIPPET_APPLY": "Apply Snippet",
"VIZALITY_SNIPPET_ID": "Snippet: {messageId}",
@ -141,6 +146,8 @@
"VIZALITY_UPDATE_PASSPHRASE_MODAL1": "This passphrase will be used to encrypt your data before sending it to Vizality's servers. It's recommended to set one, but you can just leave this empty to send your data unencrypted.",
"VIZALITY_UPDATE_PASSPHRASE_MODAL2": "If you're already using sync on other machines, put the same passphrase you used. **Using another passphrase will overwrite old data, so be careful**.",
"VIZALITY_UNINSTALL": "Uninstall",
"VIZALITY_ADDON_SUCCESSFULLY_INSTALLED": "{type} Successfully Installed",
"VIZALITY_ADDON_SUCCESSFULLY_INSTALLED_DESC": "The following {type} has been successfully installed:",
"VIZALITY_ADDON_ALREADY_INSTALLED": "{type} Already Installed",
"VIZALITY_ADDON_ALREADY_INSTALLED_DESC": "The following {type} cannot be installed as it is already installed:"
}

Loading…
Cancel
Save