Skip to content

Commit

Permalink
feat(indiekit): remove mentions of IndieAuth from login view
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Mar 30, 2024
1 parent 6f24cfa commit d78aac8
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions packages/indiekit/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
},
"session": {
"login": {
"description": "Melde dich mit IndieAuth an, um zu verifizieren, dass du %s besitzt",
"description": "Melden Sie sich an, um zu überprüfen, ob Sie Eigentümer sind %s",
"me": "Webadresse",
"submit": "Mit IndieAuth anmelden",
"submit": "Fortsetzen",
"title": "Anmelden"
},
"logout": {
Expand Down
4 changes: 2 additions & 2 deletions packages/indiekit/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"session": {
"login": {
"title": "Sign in",
"description": "Sign in with IndieAuth to verify that you own %s",
"description": "Sign in to verify that you own %s",
"me": "Web address",
"submit": "Sign in with IndieAuth"
"submit": "Continue"
},
"logout": {
"title": "Sign out"
Expand Down
4 changes: 2 additions & 2 deletions packages/indiekit/locales/es-419.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
},
"session": {
"login": {
"description": "Inicie sesión con IndieAuth para verificar que es propietario de %s",
"description": "Inicia sesión para verificar que eres dueño de %s",
"me": "Dirección web",
"submit": "Iniciar sesión con IndieAuth",
"submit": "Continuar",
"title": "Iniciar sesión"
},
"logout": {
Expand Down
4 changes: 2 additions & 2 deletions packages/indiekit/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
},
"session": {
"login": {
"description": "Inicia sesión con IndieAuth para verificar que eres propietario de %s",
"description": "Inicia sesión para verificar que eres dueño de %s",
"me": "Dirección web",
"submit": "Iniciar sesión con IndieAuth",
"submit": "Continuar",
"title": "Iniciar sesión"
},
"logout": {
Expand Down
4 changes: 2 additions & 2 deletions packages/indiekit/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
},
"session": {
"login": {
"description": "Connectez-vous avec IndieAuth pour vérifier que vous possédez %s",
"description": "Connectez-vous pour vérifier que vous possédez %s",
"me": "Adresse Web",
"submit": "Connectez-vous avec IndieAuth",
"submit": "Continuer",
"title": "Se connecter"
},
"logout": {
Expand Down
4 changes: 2 additions & 2 deletions packages/indiekit/locales/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
},
"session": {
"login": {
"description": "Masuk dengan IndieAuth untuk memverifikasi bahwa Anda memiliki %s",
"description": "Masuk untuk memverifikasi bahwa Anda memiliki %s",
"me": "Alamat web",
"submit": "Masuk dengan IndieAuth",
"submit": "Lanjutkan",
"title": "Masuk"
},
"logout": {
Expand Down
4 changes: 2 additions & 2 deletions packages/indiekit/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
},
"session": {
"login": {
"description": "Meld u aan met IndieAuth om te controleren of u eigenaar bent van %s",
"description": "Meld je aan om te verifiëren dat je de eigenaar bent %s",
"me": "Webadres",
"submit": "Log in met IndieAuth",
"submit": "Doorgaan",
"title": "Inloggen"
},
"logout": {
Expand Down
4 changes: 2 additions & 2 deletions packages/indiekit/locales/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
},
"session": {
"login": {
"description": "Zaloguj się za pomocą IndieAuth, aby sprawdzić, czy posiadasz %s",
"description": "Zaloguj się, aby sprawdzić, czy jesteś właścicielem %s",
"me": "Adres sieci Web",
"submit": "Zaloguj się za pomocą IndieAuth",
"submit": "Kontynuuj",
"title": "Zaloguj się"
},
"logout": {
Expand Down
4 changes: 2 additions & 2 deletions packages/indiekit/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
},
"session": {
"login": {
"description": "Faça login com IndieAuth para verificar se você possui %s",
"description": "Faça login para verificar se você possui %s",
"me": "Endereço Web",
"submit": "Faça login com IndieAuth",
"submit": "Continuar",
"title": "Fazer login"
},
"logout": {
Expand Down
4 changes: 2 additions & 2 deletions packages/indiekit/locales/sr.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
},
"session": {
"login": {
"description": "Prijavi se pomoću IndieAuth da potvrdiš da poseduješ %s",
"description": "Prijavite se da biste potvrdili da ste vlasnik %s",
"me": "Veb adresa\n",
"submit": "Prijavi se pomoću IndieAuth",
"submit": "Nastavi",
"title": "Prijavi se"
},
"logout": {
Expand Down
4 changes: 2 additions & 2 deletions packages/indiekit/locales/zh-Hans-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
},
"session": {
"login": {
"description": "使用 IndieAuth 登录以验证你是否拥有 %s",
"description": "登录以验证您是否拥有 %s",
"me": "网址",
"submit": "使用 IndieAuth 登录",
"submit": "继续",
"title": "登录"
},
"logout": {
Expand Down

0 comments on commit d78aac8

Please sign in to comment.