Skip to content

Commit 04a5542

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 0362041 commit 04a5542

4 files changed

Lines changed: 64 additions & 4 deletions

File tree

l10n/en_GB.js

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,20 +132,36 @@ OC.L10N.register(
132132
"Height" : "Height",
133133
"No preview available for this crop item" : "No preview available for this crop item",
134134
"Restart" : "Restart",
135+
"Rewind {seektime}s" : "Rewind {seektime}s",
135136
"Play" : "Play",
136137
"Pause" : "Pause",
138+
"Forward {seektime}s" : "Forward {seektime}s",
139+
"Seek" : "Seek",
140+
"{currentTime} of {duration}" : "{currentTime} of {duration}",
141+
"Played" : "Played",
142+
"Buffered" : "Buffered",
137143
"Current time" : "Current time",
138144
"Duration" : "Duration",
139145
"Volume" : "Volume",
140146
"Mute" : "Mute",
147+
"Unmute" : "Unmute",
148+
"Enable captions" : "Enable captions",
149+
"Disable captions" : "Disable captions",
150+
"Enter fullscreen" : "Enter fullscreen",
141151
"Exit fullscreen" : "Exit fullscreen",
152+
"Player for {title}" : "Player for {title}",
153+
"Captions" : "Captions",
142154
"Settings" : "Settings",
155+
"PIP" : "PIP",
156+
"Go back to previous menu" : "Go back to previous menu",
143157
"Speed" : "Speed",
144158
"Normal" : "Normal",
159+
"Loop" : "Loop",
145160
"Start" : "Start",
146161
"End" : "End",
147162
"All" : "All",
148163
"Disabled" : "Disabled",
149-
"Enabled" : "Enabled"
164+
"Enabled" : "Enabled",
165+
"Ad" : "Ad"
150166
},
151167
"nplurals=2; plural=(n != 1);");

l10n/en_GB.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,20 +130,36 @@
130130
"Height" : "Height",
131131
"No preview available for this crop item" : "No preview available for this crop item",
132132
"Restart" : "Restart",
133+
"Rewind {seektime}s" : "Rewind {seektime}s",
133134
"Play" : "Play",
134135
"Pause" : "Pause",
136+
"Forward {seektime}s" : "Forward {seektime}s",
137+
"Seek" : "Seek",
138+
"{currentTime} of {duration}" : "{currentTime} of {duration}",
139+
"Played" : "Played",
140+
"Buffered" : "Buffered",
135141
"Current time" : "Current time",
136142
"Duration" : "Duration",
137143
"Volume" : "Volume",
138144
"Mute" : "Mute",
145+
"Unmute" : "Unmute",
146+
"Enable captions" : "Enable captions",
147+
"Disable captions" : "Disable captions",
148+
"Enter fullscreen" : "Enter fullscreen",
139149
"Exit fullscreen" : "Exit fullscreen",
150+
"Player for {title}" : "Player for {title}",
151+
"Captions" : "Captions",
140152
"Settings" : "Settings",
153+
"PIP" : "PIP",
154+
"Go back to previous menu" : "Go back to previous menu",
141155
"Speed" : "Speed",
142156
"Normal" : "Normal",
157+
"Loop" : "Loop",
143158
"Start" : "Start",
144159
"End" : "End",
145160
"All" : "All",
146161
"Disabled" : "Disabled",
147-
"Enabled" : "Enabled"
162+
"Enabled" : "Enabled",
163+
"Ad" : "Ad"
148164
},"pluralForm" :"nplurals=2; plural=(n != 1);"
149165
}

l10n/pt_BR.js

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,16 +132,30 @@ OC.L10N.register(
132132
"Height" : "Altura",
133133
"No preview available for this crop item" : "Nenhuma visualização disponível para este item de corte",
134134
"Restart" : "Reiniciar",
135+
"Rewind {seektime}s" : "Buscar {seektime}s para trás",
135136
"Play" : "Reproduzir",
136137
"Pause" : "Pausar",
137-
"Current time" : "Hora atual",
138+
"Forward {seektime}s" : "Buscar {seektime}s para a frente",
139+
"Seek" : "Buscar",
140+
"{currentTime} of {duration}" : "{currentTime} de {duration}",
141+
"Played" : "Reproduzido",
142+
"Buffered" : "Em buffer",
143+
"Current time" : "Tempo atual",
138144
"Duration" : "Duração",
139145
"Volume" : "Volume",
140146
"Mute" : "Desativar microfone",
147+
"Unmute" : "Ativar microfone",
148+
"Enable captions" : "Ativar legendas",
149+
"Disable captions" : "Desativar legendas",
150+
"Enter fullscreen" : "Iniciar a tela cheia",
141151
"Exit fullscreen" : "Sair da tela cheia",
152+
"Player for {title}" : "Reprodutor para {title}",
153+
"Captions" : "Legendas",
142154
"Settings" : "Configurações",
155+
"Go back to previous menu" : "Voltar ao menu anterior",
143156
"Speed" : "Velocidade",
144157
"Normal" : "Normal",
158+
"Loop" : "Em loop",
145159
"Start" : "Início",
146160
"End" : "Fim",
147161
"All" : "Todos",

l10n/pt_BR.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,16 +130,30 @@
130130
"Height" : "Altura",
131131
"No preview available for this crop item" : "Nenhuma visualização disponível para este item de corte",
132132
"Restart" : "Reiniciar",
133+
"Rewind {seektime}s" : "Buscar {seektime}s para trás",
133134
"Play" : "Reproduzir",
134135
"Pause" : "Pausar",
135-
"Current time" : "Hora atual",
136+
"Forward {seektime}s" : "Buscar {seektime}s para a frente",
137+
"Seek" : "Buscar",
138+
"{currentTime} of {duration}" : "{currentTime} de {duration}",
139+
"Played" : "Reproduzido",
140+
"Buffered" : "Em buffer",
141+
"Current time" : "Tempo atual",
136142
"Duration" : "Duração",
137143
"Volume" : "Volume",
138144
"Mute" : "Desativar microfone",
145+
"Unmute" : "Ativar microfone",
146+
"Enable captions" : "Ativar legendas",
147+
"Disable captions" : "Desativar legendas",
148+
"Enter fullscreen" : "Iniciar a tela cheia",
139149
"Exit fullscreen" : "Sair da tela cheia",
150+
"Player for {title}" : "Reprodutor para {title}",
151+
"Captions" : "Legendas",
140152
"Settings" : "Configurações",
153+
"Go back to previous menu" : "Voltar ao menu anterior",
141154
"Speed" : "Velocidade",
142155
"Normal" : "Normal",
156+
"Loop" : "Em loop",
143157
"Start" : "Início",
144158
"End" : "Fim",
145159
"All" : "Todos",

0 commit comments

Comments
 (0)