aboutsummaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml9
-rw-r--r--i18n/es.toml9
2 files changed, 18 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index b82ce91..e885407 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -27,3 +27,12 @@
[pageNotFound]
other = "Page Not Found"
+
+[audioAvailable]
+ other = "audio available"
+
+[audioVersion]
+ other = "Audio version of {{ . }}."
+
+[audioUnsupported]
+ other = "Your browser does not support audio playback."
diff --git a/i18n/es.toml b/i18n/es.toml
index 2a7ff92..7e98ed9 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -28,3 +28,12 @@
[pageNotFound]
other = "Página no encontrada"
+
+[audioAvailable]
+ other = "audio disponible"
+
+[audioVersion]
+ other = "Versión en audio de {{ . }}."
+
+[audioUnsupported]
+ other = "Tu navegador no puede reproducir audio."