mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-22 12:52:40 -04:00
translate to Traditional Chinese (Hong Kong)
This commit is contained in:
parent
dd4c00eed3
commit
28a51d806b
15 changed files with 226 additions and 135 deletions
|
@ -4,7 +4,7 @@
|
|||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 id="exampleModalLabel" class="modal-title">
|
||||
Confirm
|
||||
{{ $t("Confirm") }}
|
||||
</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close" />
|
||||
</div>
|
||||
|
@ -35,7 +35,7 @@ export default {
|
|||
},
|
||||
yesText: {
|
||||
type: String,
|
||||
default: "Yes",
|
||||
default: "Yes", // TODO: No idea what to translate this
|
||||
},
|
||||
noText: {
|
||||
type: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue