diff --git a/public/language/de/topic.json b/public/language/de/topic.json index e882660101..198fb414d9 100644 --- a/public/language/de/topic.json +++ b/public/language/de/topic.json @@ -36,5 +36,8 @@ "loading": "Lade", "more_posts": "Mehr Posts", "move_topic": "Thema verschieben", - "topic_will_be_moved_to": "Dieses Thema wird verschoben nach" + "topic_will_be_moved_to": "Dieses Thema wird verschoben nach", + + "reputation": "Reputation", + "posts": "Posts" } diff --git a/public/language/en/topic.json b/public/language/en/topic.json index aaa23c7a31..9df5829bea 100644 --- a/public/language/en/topic.json +++ b/public/language/en/topic.json @@ -37,6 +37,6 @@ "move_topic": "Move Topic", "topic_will_be_moved_to": "This topic will be moved to the category", - "posts": "Posts", - "reputation": "Reputation" + "reputation": "Reputation", + "posts": "Posts" } diff --git a/public/language/es/topic.json b/public/language/es/topic.json index 865c80a59b..97f5291258 100644 --- a/public/language/es/topic.json +++ b/public/language/es/topic.json @@ -35,5 +35,8 @@ "loading": "Cargando", "more_posts": "Más posts", "move_topic": "Mover Tema", - "topic_will_be_moved_to": "Este tema sera movido a la categoría" + "topic_will_be_moved_to": "Este tema sera movido a la categoría", + + "reputation": "Reputación", + "posts": "Posts" } \ No newline at end of file diff --git a/public/language/fr/topic.json b/public/language/fr/topic.json index b3145818b9..d874927c33 100644 --- a/public/language/fr/topic.json +++ b/public/language/fr/topic.json @@ -35,5 +35,8 @@ "loading": "Chargement", "more_posts": "d'autres Messages", "move_topic": "Déplacer le Sujet", - "topic_will_be_moved_to": "Ce sujet sera déplacé vers la catégorie" + "topic_will_be_moved_to": "Ce sujet sera déplacé vers la catégorie", + + "reputation": "réputation", + "posts": "messages" }