Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Ukrainian translations #116

Merged
merged 6 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 19 additions & 18 deletions src-core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

82 changes: 41 additions & 41 deletions src-ui/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -741,69 +741,69 @@
}
},
"event-log-filter-dialog": {
"title": "Filter Event Logs",
"selectDescription": "Select the types of entries you want to see in the event log",
"selectAll": "Select All",
"selectNone": "Select None",
"filters": {
"SLEEP_MODE": {
"title": "Sleep Mode",
"description": "Events related to the sleep mode and sleep detection"
},
"WINDOWS_POWER_POLICY": {
"title": "Windows Power Policy",
"description": "Events related to changes in the Windows power policy"
"AUDIO_CONTROL": {
"description": "Events related to controlling microphones and other audio devices",
"title": "Audio Control"
},
"BRIGHTNESS_CCT": {
"title": "Brightness & CCT",
"description": "Events related to controlling the brightness and color temperature of your VR headset"
"description": "Events related to controlling the brightness and color temperature of your VR headset",
"title": "Brightness & CCT"
},
"BSB_CONTROL": {
"description": "Events related to controlling the Bigscreen Beyond",
"title": "Bigscreen Beyond"
},
"DEVICE_POWER": {
"title": "Device Power",
"description": "Events related to turning on and off devices such as trackers, controllers and base stations"
"description": "Events related to turning on and off devices such as trackers, controllers and base stations",
"title": "Device Power"
},
"GPU_CONTROL": {
"title": "GPU Control",
"description": "Events related to controlling aspects of your graphics card"
"description": "Events related to controlling aspects of your graphics card",
"title": "GPU Control"
},
"VRCHAT_STATUS": {
"title": "VRChat Status",
"description": "Events related to changes in your VRChat status"
"SHUTDOWN_SEQUENCE": {
"description": "Events related to the shutdown sequence",
"title": "Shutdown Sequence"
},
"VRCHAT_INVITES": {
"title": "VRChat Invite Requests",
"description": "Events related to VRChat invites and invite requests"
"SLEEP_MODE": {
"description": "Events related to the sleep mode and sleep detection",
"title": "Sleep Mode"
},
"VRCHAT_AVATAR": {
"title": "VRChat Avatar",
"description": "Events related to OyasumiVR changing your VRChat avatar"
"STEAMVR_SETTINGS": {
"description": "Events related to changes in SteamVR settings, such as render resolution and fade distance",
"title": "SteamVR Settings"
},
"AUDIO_CONTROL": {
"title": "Audio Control",
"description": "Events related to controlling microphones and other audio devices"
"VRCHAT_AVATAR": {
"description": "Events related to OyasumiVR changing your VRChat avatar",
"title": "VRChat Avatar"
},
"STEAMVR_SETTINGS": {
"title": "SteamVR Settings",
"description": "Events related to changes in SteamVR settings, such as render resolution and fade distance"
"VRCHAT_INVITES": {
"description": "Events related to VRChat invites and invite requests",
"title": "VRChat Invite Requests"
},
"SHUTDOWN_SEQUENCE": {
"title": "Shutdown Sequence",
"description": "Events related to the shutdown sequence"
"VRCHAT_STATUS": {
"description": "Events related to changes in your VRChat status",
"title": "VRChat Status"
},
"BSB_CONTROL": {
"title": "Bigscreen Beyond",
"description": "Events related to controlling the Bigscreen Beyond"
"WINDOWS_POWER_POLICY": {
"description": "Events related to changes in the Windows power policy",
"title": "Windows Power Policy"
}
}
},
"selectAll": "Select All",
"selectDescription": "Select the types of entries you want to see in the event log",
"selectNone": "Select None",
"title": "Filter Event Logs"
},
"event-log": {
"clearLog": "Clear",
"openFilters": "Filter Events",
"clearLogModal": {
"message": "Are you sure you want to clear the event log? This cannot be undone.",
"title": "Confirm clear"
},
"no-logs": "No events have been logged yet.\nLogs are kept for at most 48 hours.",
"openFilters": "Filter Events",
"show-more": "Show More",
"title": "Events"
},
Expand Down Expand Up @@ -2626,4 +2626,4 @@
},
"title": "VRChat Microphone Mute Automations"
}
}
}
Loading
Loading