Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #166 from masarakki/normalize-locale
Browse files Browse the repository at this point in the history
normalize-locale
  • Loading branch information
masarakki authored Oct 23, 2017
2 parents acc3a50 + 6829a1f commit 70b0520
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ en:
follows: You follow
mutes: You mute
storage: Media storage
favourite_tags:
delete: delete
name_of_tag: Name of tag
followers:
domain: Domain
explanation_html: If you want to ensure the privacy of your statuses, you must be aware of who is following you. <strong>Your private statuses are delivered to all instances where you have followers</strong>. You may wish to review them, and remove followers if you do not trust your privacy to be respected by the staff or software of those instances.
Expand All @@ -327,6 +330,10 @@ en:
validation_errors:
one: Something isn't quite right yet! Please review the error below
other: Something isn't quite right yet! Please review %{count} errors below
highlight_keywords:
delete: delete
description: Your keywords will be highlighted in orange. In addition, you can receive keyword notifications.
name_of_word: Name of word
imports:
preface: You can import data that you have exported from another instance, such as a list of the people you are following or blocking.
success: Your data was successfully uploaded and will now be processed in due time
Expand Down Expand Up @@ -446,21 +453,14 @@ en:
development: Development
edit_profile: Edit profile
export: Data export
favourite_tags: Favourite tags
followers: Authorized followers
highlight_keywords: Hightlight keywords
import: Import
preferences: Preferences
settings: Settings
two_factor_authentication: Two-factor Authentication
your_apps: Your applications
favourite_tags: Favourite tags
highlight_keywords: Hightlight keywords
favourite_tags:
name_of_tag: Name of tag
delete: delete
highlight_keywords:
name_of_word: Name of word
delete: delete
description: Your keywords will be highlighted in orange. In addition, you can receive keyword notifications.
statuses:
open_in_web: Open in web
over_character_limit: character limit of %{max} exceeded
Expand Down
18 changes: 9 additions & 9 deletions config/locales/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ ja:
follows: フォロー
mutes: ミュート
storage: メディア
favourite_tags:
delete: 削除
name_of_tag: タグ名
followers:
domain: ドメイン
explanation_html: あなたの投稿のプライバシーを確保したい場合、誰があなたをフォローしているのかを把握している必要があります。 <strong>プライベート投稿は、あなたのフォロワーがいる全てのインスタンスに配信されます</strong>。 フォロワーのインスタンスの管理者やソフトウェアがあなたのプライバシーを尊重してくれるかどうか怪しい場合は、そのフォロワーを削除した方がよいかもしれません。
Expand All @@ -326,6 +329,10 @@ ja:
validation_errors:
one: エラーが発生しました。以下のエラーを確認してください
other: エラーが発生しました。以下の%{count}個のエラーを確認してください
highlight_keywords:
delete: 削除
description: 設定したキーワードは強調表示され、ブラウザで通知されるようになります。
name_of_word: ワード名
imports:
preface: 他のインスタンスでエクスポートされたファイルから、フォロー/ブロックした情報をこのインスタンス上のアカウントにインポートできます。
success: ファイルは正常にアップロードされ、現在処理中です。しばらくしてから確認してください
Expand Down Expand Up @@ -445,21 +452,14 @@ ja:
development: 開発
edit_profile: プロフィールを編集
export: データのエクスポート
favourite_tags: お気に入りタグ
followers: 信頼済みのインスタンス
highlight_keywords: ハイライトキーワード
import: データのインポート
preferences: ユーザー設定
settings: 設定
two_factor_authentication: 二段階認証
your_apps: アプリ
favourite_tags: お気に入りタグ
highlight_keywords: ハイライトキーワード
favourite_tags:
name_of_tag: タグ名
delete: 削除
highlight_keywords:
name_of_word: ワード名
delete: 削除
description: 設定したキーワードは強調表示され、ブラウザで通知されるようになります。
statuses:
open_in_web: Webで開く
over_character_limit: 上限は %{max}文字までです
Expand Down
2 changes: 1 addition & 1 deletion config/locales/simple_form.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ en:
email: E-mail address
filtered_languages: Filtered languages
header: Header
hide_oauth: Hide niconico Account
locale: Language
locked: Lock account
new_password: New password
Expand All @@ -47,7 +48,6 @@ en:
severity: Severity
type: Import type
username: Username
hide_oauth: Hide niconico Account
interactions:
must_be_follower: Block notifications from non-followers
must_be_following: Block notifications from people you don't follow
Expand Down
2 changes: 1 addition & 1 deletion config/locales/simple_form.ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ja:
email: メールアドレス
filtered_languages: 除外する言語
header: ヘッダー
hide_oauth: niconico連携を隠す
locale: 言語
locked: 非公開アカウントにする
new_password: 新しいパスワード
Expand All @@ -43,7 +44,6 @@ ja:
severity: 重大性
type: インポートする項目
username: ユーザー名
hide_oauth: niconico連携を隠す
interactions:
must_be_follower: フォロワー以外からの通知をブロック
must_be_following: フォローしていないユーザーからの通知をブロック
Expand Down

0 comments on commit 70b0520

Please sign in to comment.