-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
d2bec0d
commit 9a9abad
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
lib/generators/kebapage/install/templates/locales/kebapage.en.yml
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,17 @@ | ||
en: | ||
kebapage: | ||
new_page: 'New static page' | ||
edit_page: 'Editing static page' | ||
list_page: 'Listing static pages' | ||
static_pages: 'Static Pages' | ||
show: 'Show' | ||
edit: 'Edit' | ||
destroy: 'Destroy' | ||
ru_sure: 'Are you sure?' | ||
title: 'Title' | ||
content: 'Content' | ||
title_placeholder: "Type your page's title" | ||
content_placeholder: "Type yours page's content" | ||
action: 'Action' | ||
submit: 'Submit' | ||
cancel: 'Cancel' |
17 changes: 17 additions & 0 deletions
17
lib/generators/kebapage/install/templates/locales/kebapage.tr.yml
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,17 @@ | ||
tr: | ||
kebapage: | ||
new_page: 'Yeni statik sayfa' | ||
edit_page: 'Statik sayfa düzenleniyor' | ||
list_page: 'Statik sayfa listesi' | ||
static_pages: 'Statik sayfalar' | ||
show: 'Göster' | ||
edit: 'Düzenle' | ||
destroy: 'Kaldır' | ||
ru_sure: 'Emin misiniz?' | ||
title: 'Başlık' | ||
content: 'İçerik' | ||
title_placeholder: "Sayfanızın başlığı" | ||
content_placeholder: "Sayfanızın içeriği" | ||
action: 'Eylemler' | ||
submit: 'Gönder' | ||
cancel: 'Vazgeç' |