-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"Create :resource": ":resourceを作成", | ||
"Update :resource": ":resourceを更新", | ||
"Delete :resource": ":resourceを削除", | ||
"Save :resource": ":resourceを保存", | ||
"You have successfully updated the :resource.": ":resourceを更新しました。", | ||
"You have successfully saved the :resource.": ":resourceを保存しました。", | ||
"You have successfully deleted the :resource.": ":resourceを削除しました。", | ||
"An error has occurred": "エラーが発生しました", | ||
"Are you sure you want to delete this resource?": "このリソースを削除してもよろしいですか?", | ||
"Are you sure you want to force delete this resource?": "このリソースを強制削除してもよろしいですか?", | ||
"Since the :resource was edited, its values have changed. Refresh the page to see them or click \":button\" again to replace them.": ":resourceが編集されたため、内容が変更されました。変更内容を見るためにページをリフレッシュするか、 上書きするならば \":button\" を再度クリックしてください。", | ||
"Resources": "リソース" | ||
} |