fix: CineDialog buttons label (#998)
* fix: CineDialog buttons label * Revert "fix: CineDialog buttons label" This reverts commit 48ea7a28e50b845c4939a8aaf2d95eba49d2c102. * fix: CineDialog buttons label
This commit is contained in:
parent
e064fd353e
commit
4df624b8c4
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"Next image": "$t(Common:Play) $t(Common:Image)",
|
"Next image": "$t(Common:Next) $t(Common:Image)",
|
||||||
"Play / Stop": "$t(Common:Play) / $t(Common:Stop)",
|
"Play / Stop": "$t(Common:Play) / $t(Common:Stop)",
|
||||||
"Previous image": "$t(Common:Previous) $t(Common:Image)",
|
"Previous image": "$t(Common:Previous) $t(Common:Image)",
|
||||||
"Skip to first image": "Skip to first $t(Common:Image)",
|
"Skip to first image": "Skip to first $t(Common:Image)",
|
||||||
"Skip to last image": "Skip, to last $t(Common:Image)",
|
"Skip to last image": "Skip to last $t(Common:Image)",
|
||||||
"fps": "fps"
|
"fps": "fps"
|
||||||
}
|
}
|
||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"Next image": " $t(Common:Image) $t(Common:Next)",
|
"Next image": "$t(Common:Image) $t(Common:Next)",
|
||||||
"Play / Stop": "$t(Common:Play) / Stop",
|
"Play / Stop": "$t(Common:Play) / Stop",
|
||||||
"Previous image": "$t(Common:Image) $t(Common:Previous)",
|
"Previous image": "$t(Common:Image) $t(Common:Previous)",
|
||||||
"Skip to first image": "Ir a la primera $t(Common:Image)",
|
"Skip to first image": "Ir a la primera $t(Common:Image)",
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"Next image": "$t(Common:Play) $t(Common:Image)",
|
"Next image": "$t(Common:Next) $t(Common:Image)",
|
||||||
"Play / Stop": "$t(Common:Play) / $t(Common:Stop)",
|
"Play / Stop": "$t(Common:Play) / $t(Common:Stop)",
|
||||||
"Previous image": "$t(Common:Previous) $t(Common:Image)",
|
"Previous image": "$t(Common:Previous) $t(Common:Image)",
|
||||||
"Skip to first image": "$t(Common:Image)最初にスキップ",
|
"Skip to first image": "$t(Common:Image)最初にスキップ",
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"Next image": "$t(Common:Play) $t(Common:Image)",
|
"Next image": "$t(Common:Next) $t(Common:Image)",
|
||||||
"Play / Stop": "$t(Common:Play) / $t(Common:Stop)",
|
"Play / Stop": "$t(Common:Play) / $t(Common:Stop)",
|
||||||
"Previous image": "$t(Common:Previous) $t(Common:Image)",
|
"Previous image": "$t(Common:Previous) $t(Common:Image)",
|
||||||
"Skip to first image": "Bỏ qua đến đầu $t(Common:Image)",
|
"Skip to first image": "Bỏ qua đến đầu $t(Common:Image)",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user