Last active
December 15, 2015 12:39
-
-
Save sue445/5261654 to your computer and use it in GitHub Desktop.
bootstrap-railsでconfig/locales/ に置くlocaleファイル
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://gist.github.com/sue445/5261654 | |
ja: | |
helpers: | |
actions: "Actions" | |
links: | |
back: "戻る" | |
cancel: "キャンセル" | |
confirm: "本当にいいですか?" | |
destroy: "削除" | |
new: "新規" | |
titles: | |
edit: "編集" | |
save: "保存" | |
new: "新規" | |
delete: "削除" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment