Skip to content

Commit

Permalink
Merge branch 'develop' into steam-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Jun 16, 2024
2 parents 93d22fc + a5df42d commit 1bdb420
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<button class="btn btn-secondary btn-action btn-action-square" (click)="goPreviousPage()" [disabled]="paginationStart <= 0">
<i class="material-icons">arrow_back_ios_new</i>
</button>
<span class="pagination-label">{{paginationStart}}-{{paginationEnd - 1}} ({{entries.length}})</span>
<span class="pagination-label">{{paginationStart + 1}}-{{paginationEnd}} ({{entries.length}})</span>
<button class="btn btn-secondary btn-action btn-action-square" (click)="goNextPage()" [disabled]="paginationEnd >= entries.length">
<i class="material-icons">arrow_forward_ios</i>
</button>
Expand Down
2 changes: 1 addition & 1 deletion src-ui/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"blacklist": "Player Blacklist",
"clearPlayers": "Clear All",
"conditions": {
"description": "Here you can configure OyasumiVR to only accept invite requests when certain conditions are",
"description": "Here you can configure OyasumiVR to only accept invite requests when certain conditions are met.",
"title": "Conditions"
},
"description": "OyasumiVR can automatically accept invite requests you receive. By using the player whitelist or blacklist, you can make sure only the friends you pick will have their invite requests automatically accepted.",
Expand Down
2 changes: 1 addition & 1 deletion src-ui/assets/i18n/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@
"title": "ステータスの自動化"
},
"shutdownAutomations": {
"subtitle": "自動化が{triggerCount, plural, one {1つ} other {#つ}}設定されています",
"subtitle": "自動化が{triggerCount}つ設定されています",
"title": "自動シャットダウン"
},
"sleepModeEnableForSleepDetector": {
Expand Down
Loading

0 comments on commit 1bdb420

Please sign in to comment.