mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
i18n(locales): extend body+mood+questions for picker/quicklog/question-detail
This commit is contained in:
parent
e773e44cdf
commit
136d3fbf87
15 changed files with 195 additions and 10 deletions
|
|
@ -50,7 +50,13 @@
|
||||||
"pick": "Übung wählen",
|
"pick": "Übung wählen",
|
||||||
"search": "Suchen…",
|
"search": "Suchen…",
|
||||||
"empty": "Nichts gefunden",
|
"empty": "Nichts gefunden",
|
||||||
"create": "Neue Übung anlegen"
|
"create": "Neue Übung anlegen",
|
||||||
|
"dialog_label": "Übung auswählen",
|
||||||
|
"close_aria": "Schließen",
|
||||||
|
"filter_all": "Alle",
|
||||||
|
"placeholder_name": "Name",
|
||||||
|
"action_create": "Anlegen",
|
||||||
|
"action_cancel": "Abbrechen"
|
||||||
},
|
},
|
||||||
"muscle": {
|
"muscle": {
|
||||||
"chest": "Brust",
|
"chest": "Brust",
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,13 @@
|
||||||
"pick": "Pick exercise",
|
"pick": "Pick exercise",
|
||||||
"search": "Search…",
|
"search": "Search…",
|
||||||
"empty": "Nothing found",
|
"empty": "Nothing found",
|
||||||
"create": "New exercise"
|
"create": "New exercise",
|
||||||
|
"dialog_label": "Pick exercise",
|
||||||
|
"close_aria": "Close",
|
||||||
|
"filter_all": "All",
|
||||||
|
"placeholder_name": "Name",
|
||||||
|
"action_create": "Create",
|
||||||
|
"action_cancel": "Cancel"
|
||||||
},
|
},
|
||||||
"muscle": {
|
"muscle": {
|
||||||
"chest": "Chest",
|
"chest": "Chest",
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,13 @@
|
||||||
"pick": "Elegir ejercicio",
|
"pick": "Elegir ejercicio",
|
||||||
"search": "Buscar…",
|
"search": "Buscar…",
|
||||||
"empty": "Sin resultados",
|
"empty": "Sin resultados",
|
||||||
"create": "Nuevo ejercicio"
|
"create": "Nuevo ejercicio",
|
||||||
|
"dialog_label": "Elegir ejercicio",
|
||||||
|
"close_aria": "Cerrar",
|
||||||
|
"filter_all": "Todos",
|
||||||
|
"placeholder_name": "Nombre",
|
||||||
|
"action_create": "Crear",
|
||||||
|
"action_cancel": "Cancelar"
|
||||||
},
|
},
|
||||||
"muscle": {
|
"muscle": {
|
||||||
"chest": "Pecho",
|
"chest": "Pecho",
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,13 @@
|
||||||
"pick": "Choisir un exercice",
|
"pick": "Choisir un exercice",
|
||||||
"search": "Rechercher…",
|
"search": "Rechercher…",
|
||||||
"empty": "Aucun résultat",
|
"empty": "Aucun résultat",
|
||||||
"create": "Nouvel exercice"
|
"create": "Nouvel exercice",
|
||||||
|
"dialog_label": "Choisir un exercice",
|
||||||
|
"close_aria": "Fermer",
|
||||||
|
"filter_all": "Tous",
|
||||||
|
"placeholder_name": "Nom",
|
||||||
|
"action_create": "Créer",
|
||||||
|
"action_cancel": "Annuler"
|
||||||
},
|
},
|
||||||
"muscle": {
|
"muscle": {
|
||||||
"chest": "Pectoraux",
|
"chest": "Pectoraux",
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,13 @@
|
||||||
"pick": "Scegli esercizio",
|
"pick": "Scegli esercizio",
|
||||||
"search": "Cerca…",
|
"search": "Cerca…",
|
||||||
"empty": "Nessun risultato",
|
"empty": "Nessun risultato",
|
||||||
"create": "Nuovo esercizio"
|
"create": "Nuovo esercizio",
|
||||||
|
"dialog_label": "Scegli esercizio",
|
||||||
|
"close_aria": "Chiudi",
|
||||||
|
"filter_all": "Tutti",
|
||||||
|
"placeholder_name": "Nome",
|
||||||
|
"action_create": "Crea",
|
||||||
|
"action_cancel": "Annulla"
|
||||||
},
|
},
|
||||||
"muscle": {
|
"muscle": {
|
||||||
"chest": "Petto",
|
"chest": "Petto",
|
||||||
|
|
|
||||||
|
|
@ -15,5 +15,16 @@
|
||||||
"section_activities": "Aktivitäten & Stimmung",
|
"section_activities": "Aktivitäten & Stimmung",
|
||||||
"insight_avg": "Ø {n}",
|
"insight_avg": "Ø {n}",
|
||||||
"insight_count": "({n}×)"
|
"insight_count": "({n}×)"
|
||||||
|
},
|
||||||
|
"quick_log": {
|
||||||
|
"title": "Wie geht es dir?",
|
||||||
|
"level_low": "Schlecht",
|
||||||
|
"level_high": "Super",
|
||||||
|
"section_emotion": "Was fühlst du?",
|
||||||
|
"action_show_details": "+ Details hinzufügen",
|
||||||
|
"section_activity": "Was machst du gerade?",
|
||||||
|
"section_tags": "Tags",
|
||||||
|
"placeholder_notes": "Notizen (optional)...",
|
||||||
|
"action_save": "Speichern"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,5 +15,16 @@
|
||||||
"section_activities": "Activities & mood",
|
"section_activities": "Activities & mood",
|
||||||
"insight_avg": "Ø {n}",
|
"insight_avg": "Ø {n}",
|
||||||
"insight_count": "({n}×)"
|
"insight_count": "({n}×)"
|
||||||
|
},
|
||||||
|
"quick_log": {
|
||||||
|
"title": "How are you doing?",
|
||||||
|
"level_low": "Bad",
|
||||||
|
"level_high": "Great",
|
||||||
|
"section_emotion": "What do you feel?",
|
||||||
|
"action_show_details": "+ Add details",
|
||||||
|
"section_activity": "What are you doing?",
|
||||||
|
"section_tags": "Tags",
|
||||||
|
"placeholder_notes": "Notes (optional)...",
|
||||||
|
"action_save": "Save"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,5 +15,16 @@
|
||||||
"section_activities": "Actividades y ánimo",
|
"section_activities": "Actividades y ánimo",
|
||||||
"insight_avg": "Ø {n}",
|
"insight_avg": "Ø {n}",
|
||||||
"insight_count": "({n}×)"
|
"insight_count": "({n}×)"
|
||||||
|
},
|
||||||
|
"quick_log": {
|
||||||
|
"title": "¿Cómo estás?",
|
||||||
|
"level_low": "Mal",
|
||||||
|
"level_high": "Genial",
|
||||||
|
"section_emotion": "¿Qué sientes?",
|
||||||
|
"action_show_details": "+ Añadir detalles",
|
||||||
|
"section_activity": "¿Qué estás haciendo?",
|
||||||
|
"section_tags": "Etiquetas",
|
||||||
|
"placeholder_notes": "Notas (opcional)...",
|
||||||
|
"action_save": "Guardar"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,5 +15,16 @@
|
||||||
"section_activities": "Activités & humeur",
|
"section_activities": "Activités & humeur",
|
||||||
"insight_avg": "Ø {n}",
|
"insight_avg": "Ø {n}",
|
||||||
"insight_count": "({n}×)"
|
"insight_count": "({n}×)"
|
||||||
|
},
|
||||||
|
"quick_log": {
|
||||||
|
"title": "Comment vas-tu ?",
|
||||||
|
"level_low": "Mal",
|
||||||
|
"level_high": "Super",
|
||||||
|
"section_emotion": "Que ressens-tu ?",
|
||||||
|
"action_show_details": "+ Ajouter des détails",
|
||||||
|
"section_activity": "Que fais-tu ?",
|
||||||
|
"section_tags": "Tags",
|
||||||
|
"placeholder_notes": "Notes (facultatif)...",
|
||||||
|
"action_save": "Enregistrer"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,5 +15,16 @@
|
||||||
"section_activities": "Attività e umore",
|
"section_activities": "Attività e umore",
|
||||||
"insight_avg": "Ø {n}",
|
"insight_avg": "Ø {n}",
|
||||||
"insight_count": "({n}×)"
|
"insight_count": "({n}×)"
|
||||||
|
},
|
||||||
|
"quick_log": {
|
||||||
|
"title": "Come stai?",
|
||||||
|
"level_low": "Male",
|
||||||
|
"level_high": "Ottimo",
|
||||||
|
"section_emotion": "Cosa senti?",
|
||||||
|
"action_show_details": "+ Aggiungi dettagli",
|
||||||
|
"section_activity": "Cosa stai facendo?",
|
||||||
|
"section_tags": "Tag",
|
||||||
|
"placeholder_notes": "Note (opzionale)...",
|
||||||
|
"action_save": "Salva"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,9 @@
|
||||||
"priority": {
|
"priority": {
|
||||||
"low": "Niedrig",
|
"low": "Niedrig",
|
||||||
"medium": "Mittel",
|
"medium": "Mittel",
|
||||||
"high": "Hoch"
|
"high": "Hoch",
|
||||||
|
"normal": "Normal",
|
||||||
|
"urgent": "Dringend"
|
||||||
},
|
},
|
||||||
"collection": {
|
"collection": {
|
||||||
"create": "Sammlung erstellen",
|
"create": "Sammlung erstellen",
|
||||||
|
|
@ -116,5 +118,23 @@
|
||||||
"date_today": "Heute",
|
"date_today": "Heute",
|
||||||
"date_yesterday": "Gestern",
|
"date_yesterday": "Gestern",
|
||||||
"date_days_ago": "Vor {n} Tagen"
|
"date_days_ago": "Vor {n} Tagen"
|
||||||
|
},
|
||||||
|
"detail": {
|
||||||
|
"not_found": "Frage nicht gefunden",
|
||||||
|
"confirm_delete": "Frage wirklich löschen?",
|
||||||
|
"toast_deleted": "Frage gelöscht",
|
||||||
|
"placeholder_title": "Titel...",
|
||||||
|
"title_fallback": "Ohne Titel",
|
||||||
|
"prop_status": "Status",
|
||||||
|
"prop_priority": "Priorität",
|
||||||
|
"prop_research_depth": "Recherchetiefe",
|
||||||
|
"section_description": "Beschreibung",
|
||||||
|
"placeholder_description": "Beschreibung hinzufügen...",
|
||||||
|
"section_tags": "Tags",
|
||||||
|
"meta_created": "Erstellt: {date}",
|
||||||
|
"meta_updated": "Bearbeitet: {date}",
|
||||||
|
"depth_quick": "Schnell",
|
||||||
|
"depth_standard": "Standard",
|
||||||
|
"depth_deep": "Tiefgehend"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,9 @@
|
||||||
"priority": {
|
"priority": {
|
||||||
"low": "Low",
|
"low": "Low",
|
||||||
"medium": "Medium",
|
"medium": "Medium",
|
||||||
"high": "High"
|
"high": "High",
|
||||||
|
"normal": "Normal",
|
||||||
|
"urgent": "Urgent"
|
||||||
},
|
},
|
||||||
"collection": {
|
"collection": {
|
||||||
"create": "Create collection",
|
"create": "Create collection",
|
||||||
|
|
@ -116,5 +118,23 @@
|
||||||
"date_today": "Today",
|
"date_today": "Today",
|
||||||
"date_yesterday": "Yesterday",
|
"date_yesterday": "Yesterday",
|
||||||
"date_days_ago": "{n} days ago"
|
"date_days_ago": "{n} days ago"
|
||||||
|
},
|
||||||
|
"detail": {
|
||||||
|
"not_found": "Question not found",
|
||||||
|
"confirm_delete": "Really delete this question?",
|
||||||
|
"toast_deleted": "Question deleted",
|
||||||
|
"placeholder_title": "Title...",
|
||||||
|
"title_fallback": "Untitled",
|
||||||
|
"prop_status": "Status",
|
||||||
|
"prop_priority": "Priority",
|
||||||
|
"prop_research_depth": "Research depth",
|
||||||
|
"section_description": "Description",
|
||||||
|
"placeholder_description": "Add a description...",
|
||||||
|
"section_tags": "Tags",
|
||||||
|
"meta_created": "Created: {date}",
|
||||||
|
"meta_updated": "Edited: {date}",
|
||||||
|
"depth_quick": "Quick",
|
||||||
|
"depth_standard": "Standard",
|
||||||
|
"depth_deep": "Deep"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,9 @@
|
||||||
"priority": {
|
"priority": {
|
||||||
"low": "Baja",
|
"low": "Baja",
|
||||||
"medium": "Media",
|
"medium": "Media",
|
||||||
"high": "Alta"
|
"high": "Alta",
|
||||||
|
"normal": "Normal",
|
||||||
|
"urgent": "Urgente"
|
||||||
},
|
},
|
||||||
"collection": {
|
"collection": {
|
||||||
"create": "Crear colección",
|
"create": "Crear colección",
|
||||||
|
|
@ -116,5 +118,23 @@
|
||||||
"date_today": "Hoy",
|
"date_today": "Hoy",
|
||||||
"date_yesterday": "Ayer",
|
"date_yesterday": "Ayer",
|
||||||
"date_days_ago": "Hace {n} días"
|
"date_days_ago": "Hace {n} días"
|
||||||
|
},
|
||||||
|
"detail": {
|
||||||
|
"not_found": "Pregunta no encontrada",
|
||||||
|
"confirm_delete": "¿Eliminar realmente esta pregunta?",
|
||||||
|
"toast_deleted": "Pregunta eliminada",
|
||||||
|
"placeholder_title": "Título...",
|
||||||
|
"title_fallback": "Sin título",
|
||||||
|
"prop_status": "Estado",
|
||||||
|
"prop_priority": "Prioridad",
|
||||||
|
"prop_research_depth": "Profundidad de investigación",
|
||||||
|
"section_description": "Descripción",
|
||||||
|
"placeholder_description": "Añadir una descripción...",
|
||||||
|
"section_tags": "Etiquetas",
|
||||||
|
"meta_created": "Creado: {date}",
|
||||||
|
"meta_updated": "Editado: {date}",
|
||||||
|
"depth_quick": "Rápida",
|
||||||
|
"depth_standard": "Estándar",
|
||||||
|
"depth_deep": "Profunda"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,9 @@
|
||||||
"priority": {
|
"priority": {
|
||||||
"low": "Basse",
|
"low": "Basse",
|
||||||
"medium": "Moyenne",
|
"medium": "Moyenne",
|
||||||
"high": "Haute"
|
"high": "Haute",
|
||||||
|
"normal": "Normale",
|
||||||
|
"urgent": "Urgente"
|
||||||
},
|
},
|
||||||
"collection": {
|
"collection": {
|
||||||
"create": "Créer une collection",
|
"create": "Créer une collection",
|
||||||
|
|
@ -116,5 +118,23 @@
|
||||||
"date_today": "Aujourd'hui",
|
"date_today": "Aujourd'hui",
|
||||||
"date_yesterday": "Hier",
|
"date_yesterday": "Hier",
|
||||||
"date_days_ago": "Il y a {n} jours"
|
"date_days_ago": "Il y a {n} jours"
|
||||||
|
},
|
||||||
|
"detail": {
|
||||||
|
"not_found": "Question introuvable",
|
||||||
|
"confirm_delete": "Vraiment supprimer cette question ?",
|
||||||
|
"toast_deleted": "Question supprimée",
|
||||||
|
"placeholder_title": "Titre...",
|
||||||
|
"title_fallback": "Sans titre",
|
||||||
|
"prop_status": "Statut",
|
||||||
|
"prop_priority": "Priorité",
|
||||||
|
"prop_research_depth": "Profondeur de recherche",
|
||||||
|
"section_description": "Description",
|
||||||
|
"placeholder_description": "Ajouter une description...",
|
||||||
|
"section_tags": "Tags",
|
||||||
|
"meta_created": "Créé : {date}",
|
||||||
|
"meta_updated": "Modifié : {date}",
|
||||||
|
"depth_quick": "Rapide",
|
||||||
|
"depth_standard": "Standard",
|
||||||
|
"depth_deep": "Approfondie"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,9 @@
|
||||||
"priority": {
|
"priority": {
|
||||||
"low": "Bassa",
|
"low": "Bassa",
|
||||||
"medium": "Media",
|
"medium": "Media",
|
||||||
"high": "Alta"
|
"high": "Alta",
|
||||||
|
"normal": "Normale",
|
||||||
|
"urgent": "Urgente"
|
||||||
},
|
},
|
||||||
"collection": {
|
"collection": {
|
||||||
"create": "Crea collezione",
|
"create": "Crea collezione",
|
||||||
|
|
@ -116,5 +118,23 @@
|
||||||
"date_today": "Oggi",
|
"date_today": "Oggi",
|
||||||
"date_yesterday": "Ieri",
|
"date_yesterday": "Ieri",
|
||||||
"date_days_ago": "{n} giorni fa"
|
"date_days_ago": "{n} giorni fa"
|
||||||
|
},
|
||||||
|
"detail": {
|
||||||
|
"not_found": "Domanda non trovata",
|
||||||
|
"confirm_delete": "Eliminare davvero questa domanda?",
|
||||||
|
"toast_deleted": "Domanda eliminata",
|
||||||
|
"placeholder_title": "Titolo...",
|
||||||
|
"title_fallback": "Senza titolo",
|
||||||
|
"prop_status": "Stato",
|
||||||
|
"prop_priority": "Priorità",
|
||||||
|
"prop_research_depth": "Profondità di ricerca",
|
||||||
|
"section_description": "Descrizione",
|
||||||
|
"placeholder_description": "Aggiungi una descrizione...",
|
||||||
|
"section_tags": "Tag",
|
||||||
|
"meta_created": "Creato: {date}",
|
||||||
|
"meta_updated": "Modificato: {date}",
|
||||||
|
"depth_quick": "Rapida",
|
||||||
|
"depth_standard": "Standard",
|
||||||
|
"depth_deep": "Approfondita"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue