From 090a93a6c35c10fe1c4f88ffec6fec89b0d68cfb Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 26 Jul 2022 10:51:30 -0400 Subject: [PATCH] Add back locale --- app/soapbox/__fixtures__/intlMessages.json | 1 + app/soapbox/locales/ar.json | 1 + app/soapbox/locales/ast.json | 1 + app/soapbox/locales/bg.json | 1 + app/soapbox/locales/bn.json | 1 + app/soapbox/locales/br.json | 1 + app/soapbox/locales/co.json | 1 + app/soapbox/locales/cy.json | 1 + app/soapbox/locales/da.json | 1 + app/soapbox/locales/el.json | 1 + app/soapbox/locales/en.json | 1 + app/soapbox/locales/eo.json | 1 + app/soapbox/locales/es-AR.json | 1 + app/soapbox/locales/es.json | 1 + app/soapbox/locales/et.json | 1 + app/soapbox/locales/eu.json | 1 + app/soapbox/locales/fa.json | 1 + app/soapbox/locales/fi.json | 1 + app/soapbox/locales/fr.json | 1 + app/soapbox/locales/ga.json | 1 + app/soapbox/locales/gl.json | 1 + app/soapbox/locales/hi.json | 1 + app/soapbox/locales/hr.json | 1 + app/soapbox/locales/hu.json | 1 + app/soapbox/locales/hy.json | 1 + app/soapbox/locales/id.json | 1 + app/soapbox/locales/io.json | 1 + app/soapbox/locales/ka.json | 1 + app/soapbox/locales/kk.json | 1 + app/soapbox/locales/ko.json | 1 + app/soapbox/locales/lt.json | 1 + app/soapbox/locales/lv.json | 1 + app/soapbox/locales/mk.json | 1 + app/soapbox/locales/ms.json | 1 + app/soapbox/locales/nl.json | 1 + app/soapbox/locales/nn.json | 1 + app/soapbox/locales/no.json | 1 + app/soapbox/locales/oc.json | 1 + app/soapbox/locales/pt-BR.json | 1 + app/soapbox/locales/ro.json | 1 + app/soapbox/locales/ru.json | 1 + app/soapbox/locales/sk.json | 1 + app/soapbox/locales/sl.json | 1 + app/soapbox/locales/sq.json | 1 + app/soapbox/locales/sr-Latn.json | 1 + app/soapbox/locales/sr.json | 1 + app/soapbox/locales/sv.json | 1 + app/soapbox/locales/ta.json | 1 + app/soapbox/locales/te.json | 1 + app/soapbox/locales/th.json | 1 + app/soapbox/locales/tr.json | 1 + app/soapbox/locales/uk.json | 1 + app/soapbox/locales/zh-HK.json | 1 + app/soapbox/locales/zh-TW.json | 1 + 54 files changed, 54 insertions(+) diff --git a/app/soapbox/__fixtures__/intlMessages.json b/app/soapbox/__fixtures__/intlMessages.json index 5698b3ec5..45a69a903 100644 --- a/app/soapbox/__fixtures__/intlMessages.json +++ b/app/soapbox/__fixtures__/intlMessages.json @@ -835,6 +835,7 @@ "registration.fields.username_placeholder": "Username", "registration.lead": "With an account on {instance} you\"ll be able to follow people on any server in the fediverse.", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.reason": "Reason for Joining", diff --git a/app/soapbox/locales/ar.json b/app/soapbox/locales/ar.json index e67116cbd..a7099c5f2 100644 --- a/app/soapbox/locales/ar.json +++ b/app/soapbox/locales/ar.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/ast.json b/app/soapbox/locales/ast.json index 7cb1d4579..7f58ba2f0 100644 --- a/app/soapbox/locales/ast.json +++ b/app/soapbox/locales/ast.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/bg.json b/app/soapbox/locales/bg.json index d39dc5279..9b416afb9 100644 --- a/app/soapbox/locales/bg.json +++ b/app/soapbox/locales/bg.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/bn.json b/app/soapbox/locales/bn.json index 5ae386567..0e149ef51 100644 --- a/app/soapbox/locales/bn.json +++ b/app/soapbox/locales/bn.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/br.json b/app/soapbox/locales/br.json index b887be99f..7e3112806 100644 --- a/app/soapbox/locales/br.json +++ b/app/soapbox/locales/br.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/co.json b/app/soapbox/locales/co.json index 3786e13fb..f5f93d172 100644 --- a/app/soapbox/locales/co.json +++ b/app/soapbox/locales/co.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/cy.json b/app/soapbox/locales/cy.json index e137d6df9..a206dcda2 100644 --- a/app/soapbox/locales/cy.json +++ b/app/soapbox/locales/cy.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/da.json b/app/soapbox/locales/da.json index 2bfb14465..b3de6bcf8 100644 --- a/app/soapbox/locales/da.json +++ b/app/soapbox/locales/da.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/el.json b/app/soapbox/locales/el.json index 3563cb66a..e2feab33c 100644 --- a/app/soapbox/locales/el.json +++ b/app/soapbox/locales/el.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/en.json b/app/soapbox/locales/en.json index 5d7211fb0..99bae0101 100644 --- a/app/soapbox/locales/en.json +++ b/app/soapbox/locales/en.json @@ -834,6 +834,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/eo.json b/app/soapbox/locales/eo.json index ca05fc2f9..3c9a621db 100644 --- a/app/soapbox/locales/eo.json +++ b/app/soapbox/locales/eo.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/es-AR.json b/app/soapbox/locales/es-AR.json index 21ac3e5d3..99ae5dcbc 100644 --- a/app/soapbox/locales/es-AR.json +++ b/app/soapbox/locales/es-AR.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/es.json b/app/soapbox/locales/es.json index 5425121c8..1f81dc00d 100644 --- a/app/soapbox/locales/es.json +++ b/app/soapbox/locales/es.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/et.json b/app/soapbox/locales/et.json index a7a89c4b5..04467c48a 100644 --- a/app/soapbox/locales/et.json +++ b/app/soapbox/locales/et.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/eu.json b/app/soapbox/locales/eu.json index 674c1adcf..6ba0bba59 100644 --- a/app/soapbox/locales/eu.json +++ b/app/soapbox/locales/eu.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/fa.json b/app/soapbox/locales/fa.json index 44596aa26..e48da6fc7 100644 --- a/app/soapbox/locales/fa.json +++ b/app/soapbox/locales/fa.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/fi.json b/app/soapbox/locales/fi.json index e8343191d..aed3c45cf 100644 --- a/app/soapbox/locales/fi.json +++ b/app/soapbox/locales/fi.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/fr.json b/app/soapbox/locales/fr.json index 1f7aaa15e..8703c3b33 100644 --- a/app/soapbox/locales/fr.json +++ b/app/soapbox/locales/fr.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/ga.json b/app/soapbox/locales/ga.json index 82da347bc..6f4c00fdc 100644 --- a/app/soapbox/locales/ga.json +++ b/app/soapbox/locales/ga.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/gl.json b/app/soapbox/locales/gl.json index a77cc72b2..d5b2edcba 100644 --- a/app/soapbox/locales/gl.json +++ b/app/soapbox/locales/gl.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/hi.json b/app/soapbox/locales/hi.json index cf77551b7..2d4949780 100644 --- a/app/soapbox/locales/hi.json +++ b/app/soapbox/locales/hi.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/hr.json b/app/soapbox/locales/hr.json index 88f579c65..01b9ab437 100644 --- a/app/soapbox/locales/hr.json +++ b/app/soapbox/locales/hr.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/hu.json b/app/soapbox/locales/hu.json index 5121fbb30..7cada2236 100644 --- a/app/soapbox/locales/hu.json +++ b/app/soapbox/locales/hu.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/hy.json b/app/soapbox/locales/hy.json index 01231a2fe..86e5b9d12 100644 --- a/app/soapbox/locales/hy.json +++ b/app/soapbox/locales/hy.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/id.json b/app/soapbox/locales/id.json index 6a1ce527b..f845e3fac 100644 --- a/app/soapbox/locales/id.json +++ b/app/soapbox/locales/id.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/io.json b/app/soapbox/locales/io.json index 35ed375fc..a7bc96838 100644 --- a/app/soapbox/locales/io.json +++ b/app/soapbox/locales/io.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/ka.json b/app/soapbox/locales/ka.json index 4156ab9fe..d2b44ffca 100644 --- a/app/soapbox/locales/ka.json +++ b/app/soapbox/locales/ka.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/kk.json b/app/soapbox/locales/kk.json index a79fa2105..cd63d1a97 100644 --- a/app/soapbox/locales/kk.json +++ b/app/soapbox/locales/kk.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/ko.json b/app/soapbox/locales/ko.json index 1a5b1428e..da5bf6f0c 100644 --- a/app/soapbox/locales/ko.json +++ b/app/soapbox/locales/ko.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/lt.json b/app/soapbox/locales/lt.json index b5e3aa5ce..66b6e9e20 100644 --- a/app/soapbox/locales/lt.json +++ b/app/soapbox/locales/lt.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/lv.json b/app/soapbox/locales/lv.json index 148ca3f26..8df8269f2 100644 --- a/app/soapbox/locales/lv.json +++ b/app/soapbox/locales/lv.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/mk.json b/app/soapbox/locales/mk.json index 43b494995..25eaddefe 100644 --- a/app/soapbox/locales/mk.json +++ b/app/soapbox/locales/mk.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/ms.json b/app/soapbox/locales/ms.json index 21c75686c..3e916f69f 100644 --- a/app/soapbox/locales/ms.json +++ b/app/soapbox/locales/ms.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/nl.json b/app/soapbox/locales/nl.json index 7157a4b83..4521bca22 100644 --- a/app/soapbox/locales/nl.json +++ b/app/soapbox/locales/nl.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/nn.json b/app/soapbox/locales/nn.json index 02849fec8..691a4f1bb 100644 --- a/app/soapbox/locales/nn.json +++ b/app/soapbox/locales/nn.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/no.json b/app/soapbox/locales/no.json index c709df748..754f4121c 100644 --- a/app/soapbox/locales/no.json +++ b/app/soapbox/locales/no.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/oc.json b/app/soapbox/locales/oc.json index a47d86ed5..b639064ef 100644 --- a/app/soapbox/locales/oc.json +++ b/app/soapbox/locales/oc.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/pt-BR.json b/app/soapbox/locales/pt-BR.json index 5e29e6fb6..2f5970347 100644 --- a/app/soapbox/locales/pt-BR.json +++ b/app/soapbox/locales/pt-BR.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/ro.json b/app/soapbox/locales/ro.json index e9d692456..2fe3c5f69 100644 --- a/app/soapbox/locales/ro.json +++ b/app/soapbox/locales/ro.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/ru.json b/app/soapbox/locales/ru.json index dbb21de25..6b720f30a 100644 --- a/app/soapbox/locales/ru.json +++ b/app/soapbox/locales/ru.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/sk.json b/app/soapbox/locales/sk.json index a81968627..ce178ba88 100644 --- a/app/soapbox/locales/sk.json +++ b/app/soapbox/locales/sk.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/sl.json b/app/soapbox/locales/sl.json index 2b46cc847..d8dedbc72 100644 --- a/app/soapbox/locales/sl.json +++ b/app/soapbox/locales/sl.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/sq.json b/app/soapbox/locales/sq.json index 5f5e69c76..3ecb8068d 100644 --- a/app/soapbox/locales/sq.json +++ b/app/soapbox/locales/sq.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/sr-Latn.json b/app/soapbox/locales/sr-Latn.json index a78df36dd..549d0916e 100644 --- a/app/soapbox/locales/sr-Latn.json +++ b/app/soapbox/locales/sr-Latn.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/sr.json b/app/soapbox/locales/sr.json index 33abdeea1..b5f8e4987 100644 --- a/app/soapbox/locales/sr.json +++ b/app/soapbox/locales/sr.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/sv.json b/app/soapbox/locales/sv.json index 207ec6d11..915e97be3 100644 --- a/app/soapbox/locales/sv.json +++ b/app/soapbox/locales/sv.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/ta.json b/app/soapbox/locales/ta.json index 2b09520d6..19177bc18 100644 --- a/app/soapbox/locales/ta.json +++ b/app/soapbox/locales/ta.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/te.json b/app/soapbox/locales/te.json index fe276bfe5..991f57356 100644 --- a/app/soapbox/locales/te.json +++ b/app/soapbox/locales/te.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/th.json b/app/soapbox/locales/th.json index 1a73856d4..e689a61c8 100644 --- a/app/soapbox/locales/th.json +++ b/app/soapbox/locales/th.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/tr.json b/app/soapbox/locales/tr.json index 66bfa7f5b..e96a4cc2e 100644 --- a/app/soapbox/locales/tr.json +++ b/app/soapbox/locales/tr.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/uk.json b/app/soapbox/locales/uk.json index da20c5935..a9dcc588e 100644 --- a/app/soapbox/locales/uk.json +++ b/app/soapbox/locales/uk.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/zh-HK.json b/app/soapbox/locales/zh-HK.json index c699740b9..5f9e4eea9 100644 --- a/app/soapbox/locales/zh-HK.json +++ b/app/soapbox/locales/zh-HK.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.", diff --git a/app/soapbox/locales/zh-TW.json b/app/soapbox/locales/zh-TW.json index 42d4f1a62..ca393ee36 100644 --- a/app/soapbox/locales/zh-TW.json +++ b/app/soapbox/locales/zh-TW.json @@ -828,6 +828,7 @@ "registration.reason": "Why do you want to join?", "registration.reason_hint": "This will help us review your application", "registration.sign_up": "Sign up", + "registration.tos": "Terms of Service", "registration.privacy": "Privacy Policy", "registration.acceptance": "By registering, you agree to the {terms} and {privacy}.", "registration.username_unavailable": "Username is already taken.",