i18n implementation - Fixing CineDialog translations

This commit is contained in:
romulo bordezani 2019-06-13 15:02:06 -03:00
parent f448a7cdcc
commit 515768aff2
2 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
{ {
"fps": "fps", "fps": "fps",
"Skip to first image": "Skip to first image", "Skip to first image": "Skip to first $t(Common:Image)",
"Previous image": "Previous, image", "Previous image": "$t(Common:Previous) $t(Common:Image)",
"Play / Stop": "Play, / Stop", "Play / Stop": "$t(Common:Play) / $t(Common:Stop)",
"Next image": "Next, image", "Next image": "$t(Common:Play) $t(Common:Image)",
"Skip to last image": "Skip, to last image" "Skip to last image": "Skip, to last $t(Common:Image)"
} }

View File

@ -1,7 +1,7 @@
{ {
"fps": "fps", "fps": "fps",
"Skip to first image": "Avanza para la primera $t(Common:Image)", "Skip to first image": "Avanza para la primera $t(Common:Image)",
"Previous image": "$t(Common:Image) $t(Common:Previous)", "Previous image": "$t(Common:Previous) $t(Common:Image)",
"Play / Stop": "$t(Common:Play) / $t(Common:Stop)", "Play / Stop": "$t(Common:Play) / $t(Common:Stop)",
"Next image": "$t(Common:Play) $t(Common:Image)", "Next image": "$t(Common:Play) $t(Common:Image)",
"Skip to last image": "Pular para la ultima $t(Common:Image)" "Skip to last image": "Pular para la ultima $t(Common:Image)"