mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-07-20 02:01:29 -05:00
Add missing translation for "now open!"
This commit is contained in:
parent
763c9d34e5
commit
84e38be351
|
|
@ -36,7 +36,7 @@
|
|||
<div class="salmon-run-content">
|
||||
<div class="salmon-run-open" v-if="currentSchedule">
|
||||
<div class="is-size-5 title-squid font-splatoon1">
|
||||
Now open!
|
||||
{{ $t('times.open') }}
|
||||
</div>
|
||||
<template v-if="screenshotMode">
|
||||
<div class="title-color is-size-5">
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@
|
|||
"future": "Danach",
|
||||
"next": "Demnächst",
|
||||
"now": "Jetzt",
|
||||
"soon": "Demnächst"
|
||||
"soon": "Demnächst",
|
||||
"open": "Geöffnet!"
|
||||
},
|
||||
"time": {
|
||||
"in": "in {time}",
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@
|
|||
"future": "Future",
|
||||
"next": "Next",
|
||||
"now": "Now",
|
||||
"soon": "Soon!"
|
||||
"soon": "Soon!",
|
||||
"open": "Now open!"
|
||||
},
|
||||
"time": {
|
||||
"in": "in {time}",
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@
|
|||
"future": "Posteriores",
|
||||
"next": "Próximo",
|
||||
"now": "Ahora",
|
||||
"soon": "Siguiente"
|
||||
"soon": "Siguiente",
|
||||
"open": "Actual"
|
||||
},
|
||||
"time": {
|
||||
"in": "en {time}",
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@
|
|||
"future": "Posteriores",
|
||||
"next": "Próximos",
|
||||
"now": "Ahora",
|
||||
"soon": "Próximo"
|
||||
"soon": "Próximo",
|
||||
"open": "Actual"
|
||||
},
|
||||
"time": {
|
||||
"in": "en {time}",
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@
|
|||
"future": "Prochains",
|
||||
"next": "Suivants",
|
||||
"now": "À présent",
|
||||
"soon": "Bientôt!"
|
||||
"soon": "Bientôt!",
|
||||
"open": "Ouvert!"
|
||||
},
|
||||
"time": {
|
||||
"in": "dans {time}",
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@
|
|||
"future": "Prochains",
|
||||
"next": "Suivants",
|
||||
"now": "À présent",
|
||||
"soon": "Bientôt !"
|
||||
"soon": "Bientôt !",
|
||||
"open": "Ouvert !"
|
||||
},
|
||||
"time": {
|
||||
"in": "dans {time}",
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@
|
|||
"future": "Successivi",
|
||||
"next": "Prossimi",
|
||||
"now": "Adesso",
|
||||
"soon": "Presto!"
|
||||
"soon": "Presto!",
|
||||
"open": "In corso!"
|
||||
},
|
||||
"time": {
|
||||
"in": "tra {time}",
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@
|
|||
"future": "そのつぎ",
|
||||
"next": "つぎ",
|
||||
"now": "今",
|
||||
"soon": "もうすぐ"
|
||||
"soon": "もうすぐ",
|
||||
"open": "オープン!"
|
||||
},
|
||||
"time": {
|
||||
"in": "{time}後",
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@
|
|||
"future": "Daarna",
|
||||
"next": "Volgende",
|
||||
"now": "Nu",
|
||||
"soon": "Binnenkort!"
|
||||
"soon": "Binnenkort!",
|
||||
"open": "Open!"
|
||||
},
|
||||
"time": {
|
||||
"in": "over {time}",
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@
|
|||
"future": "Скоро",
|
||||
"next": "Далее",
|
||||
"now": "Теперь",
|
||||
"soon": "Далее"
|
||||
"soon": "Далее",
|
||||
"open": "Сейчас"
|
||||
},
|
||||
"time": {
|
||||
"in": "через {time}",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user