diff --git a/src/i18n/messages/de.json b/src/i18n/messages/de.json index 93be131..b07783a 100644 --- a/src/i18n/messages/de.json +++ b/src/i18n/messages/de.json @@ -4,5 +4,13 @@ "tagline-rich": "Deine Zeichen, organisiert.", "cta-text": "Lassen Sie sich von Refsheet bei der Auftragsvergabe, beim Teilen und bei der Sozialisierung unterstützen.", "cta-button": "Los geht's" + }, + "NavBar": { + "notice": "Notice", + "home": "Home", + "characters": "Characters", + "artists": "Artists", + "images": "Images", + "forums": "Forums" } } diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json index 0af958e..bf1cdc0 100644 --- a/src/i18n/messages/en.json +++ b/src/i18n/messages/en.json @@ -4,5 +4,13 @@ "tagline-rich": "Your characters, organized.", "cta-text": "Let Refsheet help you commission, share, and socialize.", "cta-button": "Get Started" + }, + "NavBar": { + "notice": "Notice", + "home": "Home", + "characters": "Characters", + "artists": "Artists", + "images": "Images", + "forums": "Forums" } } diff --git a/src/i18n/messages/es.json b/src/i18n/messages/es.json index 7a77849..7cab939 100644 --- a/src/i18n/messages/es.json +++ b/src/i18n/messages/es.json @@ -4,5 +4,13 @@ "tagline-rich": "Tus personajes, organizó.", "cta-text": "Deje que Refsheet le ayude a comisión, compartir y socializar.", "cta-button": "Empezar" + }, + "NavBar": { + "notice": "Notice", + "home": "Home", + "characters": "Characters", + "artists": "Artists", + "images": "Images", + "forums": "Forums" } } diff --git a/src/i18n/messages/fr.json b/src/i18n/messages/fr.json index 52853a3..5dacd53 100644 --- a/src/i18n/messages/fr.json +++ b/src/i18n/messages/fr.json @@ -4,5 +4,13 @@ "tagline-rich": "Vos personnages, organisé.", "cta-text": "Laissez Refsheet vous aider à commander, partager et socialiser.", "cta-button": "Commencer" + }, + "NavBar": { + "notice": "Notice", + "home": "Home", + "characters": "Characters", + "artists": "Artists", + "images": "Images", + "forums": "Forums" } } diff --git a/src/i18n/messages/ja.json b/src/i18n/messages/ja.json index 4e70b76..f5be721 100644 --- a/src/i18n/messages/ja.json +++ b/src/i18n/messages/ja.json @@ -4,5 +4,13 @@ "tagline-rich": "あなたのキャラクター、 を編成しました。", "cta-text": "Refsheetに委託、共有、そして社交をお手伝いしましょう。", "cta-button": "はじめよう" + }, + "NavBar": { + "notice": "Notice", + "home": "Home", + "characters": "Characters", + "artists": "Artists", + "images": "Images", + "forums": "Forums" } } diff --git a/src/i18n/messages/pt.json b/src/i18n/messages/pt.json index 6c0cabc..4b499fa 100644 --- a/src/i18n/messages/pt.json +++ b/src/i18n/messages/pt.json @@ -4,5 +4,13 @@ "tagline-rich": "Seus personagens, organizou.", "cta-text": "Deixe que a Refeição o ajude a encomendar, compartilhar e socializar.", "cta-button": "Comece Agora" + }, + "NavBar": { + "notice": "Notice", + "home": "Home", + "characters": "Characters", + "artists": "Artists", + "images": "Images", + "forums": "Forums" } } diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/ru.json index 45e82cd..3e4a708 100644 --- a/src/i18n/messages/ru.json +++ b/src/i18n/messages/ru.json @@ -4,5 +4,13 @@ "tagline-rich": "Your characters, organized.", "cta-text": "Позволить вам работать с Refsheet помогать вам в комиссиях, делиться и общаться.", "cta-button": "Начать работу" + }, + "NavBar": { + "notice": "Notice", + "home": "Home", + "characters": "Characters", + "artists": "Artists", + "images": "Images", + "forums": "Forums" } }