diff options
author | 2024-08-12 22:05:15 -0700 | |
---|---|---|
committer | 2024-08-12 22:05:15 -0700 | |
commit | 6feee555ba09aadacb852a59785f0a6006db368a (patch) | |
tree | d4a7ab2c6e375d8d03adfe13be8402b54f7437e5 /internal/locale/translations/tr_TR.json | |
parent | ee926e73cbb7e043ddd63b8c2e6316a06f2a0ee9 (diff) | |
download | v2-6feee555ba09aadacb852a59785f0a6006db368a.tar.gz v2-6feee555ba09aadacb852a59785f0a6006db368a.tar.zst v2-6feee555ba09aadacb852a59785f0a6006db368a.zip |
feat: allow customizing the display name of the OpenID Connect provider
Diffstat (limited to 'internal/locale/translations/tr_TR.json')
-rw-r--r-- | internal/locale/translations/tr_TR.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/locale/translations/tr_TR.json b/internal/locale/translations/tr_TR.json index 3366dc7d..ac150d24 100644 --- a/internal/locale/translations/tr_TR.json +++ b/internal/locale/translations/tr_TR.json @@ -455,7 +455,7 @@ "page.keyboard_shortcuts.toggle_read_status_next": "Okundu/okunmadı arasında geçiş yap, sonrakine odaklan", "page.keyboard_shortcuts.toggle_read_status_prev": "Okundu/okunmadı arasında geçiş yap, öncekine odaklan", "page.login.google_signin": "Google ile oturum aç", - "page.login.oidc_signin": "OpenID Connect ile oturum aç", + "page.login.oidc_signin": "%s ile oturum aç", "page.login.title": "Oturum aç", "page.login.webauthn_login": "Passkey ile giriş yap", "page.login.webauthn_login.error": "Passkey ile giriş yapılamıyor", @@ -474,10 +474,10 @@ "page.sessions.table.user_agent": "User Agent", "page.sessions.title": "Oturumlar", "page.settings.link_google_account": "Google hesabımı bağla", - "page.settings.link_oidc_account": "OpenID Connect hesabımı bağla", + "page.settings.link_oidc_account": "%s hesabımı bağla", "page.settings.title": "Ayarlar", "page.settings.unlink_google_account": "Google hesabımın bağlantısını kaldır", - "page.settings.unlink_oidc_account": "OpenID Connect hesabımın bağlantısını kaldır", + "page.settings.unlink_oidc_account": "%s hesabımın bağlantısını kaldır", "page.settings.webauthn.actions": "Eylemler", "page.settings.webauthn.added_on": "Eklendi", "page.settings.webauthn.delete": [ |