Skip to content

Commit 4df624b

Browse files
rodrigoeadannyrb
authored andcommitted
fix: CineDialog buttons label (#998)
* fix: CineDialog buttons label * Revert "fix: CineDialog buttons label" This reverts commit 48ea7a2. * fix: CineDialog buttons label
1 parent e064fd3 commit 4df624b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"Next image": "$t(Common:Play) $t(Common:Image)",
2+
"Next image": "$t(Common:Next) $t(Common:Image)",
33
"Play / Stop": "$t(Common:Play) / $t(Common:Stop)",
44
"Previous image": "$t(Common:Previous) $t(Common:Image)",
55
"Skip to first image": "Skip to first $t(Common:Image)",
6-
"Skip to last image": "Skip, to last $t(Common:Image)",
6+
"Skip to last image": "Skip to last $t(Common:Image)",
77
"fps": "fps"
88
}

platform/i18n/src/locales/es/CineDialog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Next image": " $t(Common:Image) $t(Common:Next)",
2+
"Next image": "$t(Common:Image) $t(Common:Next)",
33
"Play / Stop": "$t(Common:Play) / Stop",
44
"Previous image": "$t(Common:Image) $t(Common:Previous)",
55
"Skip to first image": "Ir a la primera $t(Common:Image)",

platform/i18n/src/locales/ja-JP/CineDialog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Next image": "$t(Common:Play) $t(Common:Image)",
2+
"Next image": "$t(Common:Next) $t(Common:Image)",
33
"Play / Stop": "$t(Common:Play) / $t(Common:Stop)",
44
"Previous image": "$t(Common:Previous) $t(Common:Image)",
55
"Skip to first image": "$t(Common:Image)最初にスキップ",

platform/i18n/src/locales/vi/CineDialog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Next image": "$t(Common:Play) $t(Common:Image)",
2+
"Next image": "$t(Common:Next) $t(Common:Image)",
33
"Play / Stop": "$t(Common:Play) / $t(Common:Stop)",
44
"Previous image": "$t(Common:Previous) $t(Common:Image)",
55
"Skip to first image": "Bỏ qua đến đầu $t(Common:Image)",

0 commit comments

Comments
 (0)