mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 10:25:42 +08:00
Add translations for Flarum Auth extensions
- Adds resources to support flarum/auth-facebook#1. - Adds resources to support flarum/auth-github#1. - Adds resources to support flarum/auth-twitter#1.
This commit is contained in:
parent
03a0956cf2
commit
fd13c4609e
21
extensions/lang-english/locale/flarum-auth-facebook.yml
Normal file
21
extensions/lang-english/locale/flarum-auth-facebook.yml
Normal file
@ -0,0 +1,21 @@
|
||||
flarum-auth-facebook:
|
||||
|
||||
##
|
||||
# UNIQUE KEYS - The following keys are used in only one location each.
|
||||
##
|
||||
|
||||
# Translations in this namespace are used by the admin interface.
|
||||
admin:
|
||||
|
||||
# These translations are used in the Facebook Settings modal dialog.
|
||||
facebook_settings:
|
||||
app_id_label: App ID
|
||||
app_secret_label: App Secret
|
||||
title: Facebook Settings
|
||||
|
||||
# Translations in this namespace are used by the forum user interface.
|
||||
forum:
|
||||
|
||||
# These translations are used in the Log In modal dialog.
|
||||
log_in:
|
||||
with_facebook_button: Log In with Facebook
|
21
extensions/lang-english/locale/flarum-auth-github.yml
Normal file
21
extensions/lang-english/locale/flarum-auth-github.yml
Normal file
@ -0,0 +1,21 @@
|
||||
flarum-auth-github:
|
||||
|
||||
##
|
||||
# UNIQUE KEYS - The following keys are used in only one location each.
|
||||
##
|
||||
|
||||
# Translations in this namespace are used by the admin interface.
|
||||
admin:
|
||||
|
||||
# These translations are used in the GitHub Settings modal dialog.
|
||||
github_settings:
|
||||
client_id_label: Client ID
|
||||
client_secret_label: Client Secret
|
||||
title: GitHub Settings
|
||||
|
||||
# Translations in this namespace are used by the forum user interface.
|
||||
forum:
|
||||
|
||||
# These translations are used in the Log In modal dialog.
|
||||
log_in:
|
||||
with_github_button: Log In with GitHub
|
21
extensions/lang-english/locale/flarum-auth-twitter.yml
Normal file
21
extensions/lang-english/locale/flarum-auth-twitter.yml
Normal file
@ -0,0 +1,21 @@
|
||||
flarum-auth-twitter:
|
||||
|
||||
##
|
||||
# UNIQUE KEYS - The following keys are used in only one location each.
|
||||
##
|
||||
|
||||
# Translations in this namespace are used by the admin interface.
|
||||
admin:
|
||||
|
||||
# These translations are used in the Twitter Settings modal dialog.
|
||||
twitter_settings:
|
||||
api_key_label: API Key
|
||||
api_secret_label: API Secret
|
||||
title: Twitter Settings
|
||||
|
||||
# Translations in this namespace are used by the forum user interface.
|
||||
forum:
|
||||
|
||||
# These translations are used in the Log In modal dialog.
|
||||
log_in:
|
||||
with_twitter_button: Log In with Twitter
|
Loading…
x
Reference in New Issue
Block a user