Skip to content

Commit

Permalink
Update Ukrainian translations (#116)
Browse files Browse the repository at this point in the history
* Added initial support for `Ukrainian`

* Minor fixes for the Ukrainian language

* More minor fixes for the Ukrainian language

* Update uk.json

* feat: Update `Ukrainian` translations

---------

Co-authored-by: Raphiiko <[email protected]>
  • Loading branch information
senkodev and Raphiiko authored Sep 24, 2024
1 parent 4863c59 commit 1f1af53
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 62 deletions.
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

0 comments on commit 1f1af53

Please sign in to comment.