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:
dcsjapan 2015-11-29 13:14:40 +09:00
parent 03a0956cf2
commit fd13c4609e
3 changed files with 63 additions and 0 deletions

View 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

View 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

View 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