initial commit
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
# Sample localization file for English. Add more files in this directory for other locales.
|
||||
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||
|
||||
en:
|
||||
hello: "Hello world"
|
||||
helpers:
|
||||
links:
|
||||
are_you_sure: 'Are you sure?'
|
||||
forms:
|
||||
errors:
|
||||
title: There are problems found during saving (%{count})
|
||||
action:
|
||||
index:
|
||||
label: Listing %{models}
|
||||
new:
|
||||
label: New %{model}
|
||||
show:
|
||||
label: Showing %{model}
|
||||
create:
|
||||
successfull: '%{model} is successfully created'
|
||||
update:
|
||||
successfull: '%{model} is successfully updated'
|
||||
destroy:
|
||||
successfull: '%{model} is successfully destroyed'
|
||||
table:
|
||||
is_occupied: This table is occupied
|
||||
activemodel:
|
||||
models:
|
||||
user: User
|
||||
supplier: Restaurant
|
||||
table: Table
|
||||
list: List
|
||||
product: Product
|
||||
product_category: Product category
|
||||
plural:
|
||||
user: Users
|
||||
supplier: Restaurants
|
||||
table: Tables
|
||||
list: Lists
|
||||
product: Products
|
||||
product_category: Product categories
|
||||
Reference in New Issue
Block a user