From 1098418a3e9897b3c19317083c04beb3130fef49 Mon Sep 17 00:00:00 2001 From: Zamitto Date: Fri, 3 May 2024 09:21:16 -0300 Subject: [PATCH] feat: add translations --- src/locales/en/translation.json | 2 ++ src/locales/es/translation.json | 2 ++ src/locales/fr/translation.json | 2 ++ src/locales/hu/translation.json | 2 ++ src/locales/it/translation.json | 2 ++ 5 files changed, 10 insertions(+) diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index 03dd4b6d..d1df259b 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -69,6 +69,8 @@ "copied_link_to_clipboard": "Link copied", "hours": "hours", "minutes": "minutes", + "amount_hours": "{{amount}} hours", + "amount_minutes": "{{amount}} minutes", "accuracy": "{{accuracy}}% accuracy", "add_to_library": "Add to library", "remove_from_library": "Remove from library", diff --git a/src/locales/es/translation.json b/src/locales/es/translation.json index e6f114c4..8f36c12f 100644 --- a/src/locales/es/translation.json +++ b/src/locales/es/translation.json @@ -61,6 +61,8 @@ "copied_link_to_clipboard": "Enlace copiado", "hours": "horas", "minutes": "minutos", + "amount_hours": "{{amount}} horas", + "amount_minutes": "{{amount}} minutos", "accuracy": "{{accuracy}}% precisión", "add_to_library": "Agregar a la biblioteca", "remove_from_library": "Eliminar de la biblioteca", diff --git a/src/locales/fr/translation.json b/src/locales/fr/translation.json index 3e247b07..2e17f492 100644 --- a/src/locales/fr/translation.json +++ b/src/locales/fr/translation.json @@ -61,6 +61,8 @@ "copied_link_to_clipboard": "Lien copié", "hours": "heures", "minutes": "minutes", + "amount_hours": "{{amount}} heures", + "amount_minutes": "{{amount}} minutes", "accuracy": "{{accuracy}}% précision", "add_to_library": "Ajouter à la bibliothèque", "remove_from_library": "Supprimer de la bibliothèque", diff --git a/src/locales/hu/translation.json b/src/locales/hu/translation.json index 901574a1..2f5dc79b 100644 --- a/src/locales/hu/translation.json +++ b/src/locales/hu/translation.json @@ -66,6 +66,8 @@ "copied_link_to_clipboard": "Link másolva", "hours": "óra", "minutes": "perc", + "amount_hours": "{{amount}} óra", + "amount_minutes": "{{amount}} perc", "accuracy": "{{accuracy}}% pontosság", "add_to_library": "Hozzáadás a könyvtárhoz", "remove_from_library": "Eltávolítás a könyvtárból", diff --git a/src/locales/it/translation.json b/src/locales/it/translation.json index 0cc95e2a..b4ff3723 100644 --- a/src/locales/it/translation.json +++ b/src/locales/it/translation.json @@ -69,6 +69,8 @@ "copied_link_to_clipboard": "Link copiato", "hours": "ore", "minutes": "minuti", + "amount_hours": "{{amount}} ore", + "amount_minutes": "{{amount}} minuti", "accuracy": "{{accuratezza}}% di accuratezza", "add_to_library": "Aggiungi alla libreria", "remove_from_library": "Rimuovi dalla libreria",