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",
"Skip to first image": "Skip to first image",
"Previous image": "Previous, image",
"Play / Stop": "Play, / Stop",
"Next image": "Next, image",
"Skip to last image": "Skip, to last image"
"Skip to first image": "Skip to first $t(Common:Image)",
"Previous image": "$t(Common:Previous) $t(Common:Image)",
"Play / Stop": "$t(Common:Play) / $t(Common:Stop)",
"Next image": "$t(Common:Play) $t(Common:Image)",
"Skip to last image": "Skip, to last $t(Common:Image)"
}

View File

@ -1,7 +1,7 @@
{
"fps": "fps",
"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)",
"Next image": "$t(Common:Play) $t(Common:Image)",
"Skip to last image": "Pular para la ultima $t(Common:Image)"