Skip to content

Commit

Permalink
View convention changed according to the vote results alexeymezenin#24
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeymezenin committed Sep 23, 2019
1 parent 4050229 commit 859f3a1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion french.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ Variable | camelCase | $articlesWithAuthor | ~~$articles_with_author~~
Collection | descriptive, plurielle | $activeUsers = User::active()->get() | ~~$active, $data~~
Object | descriptive, singulière | $activeUser = User::active()->first() | ~~$users, $obj~~
Config and language files index | snake_case | articles_enabled | ~~ArticlesEnabled; articles-enabled~~
Vue | snake_case | show_filtered.blade.php | ~~showFiltered.blade.php, show-filtered.blade.php~~
Vue | kebab-case | show-filtered.blade.php | ~~showFiltered.blade.php, show_filtered.blade.php~~
Config | snake_case | google_calendar.php | ~~googleCalendar.php, google-calendar.php~~
Contract (interface) | adjectif ou nom | Authenticatable | ~~AuthenticationInterface, IAuthentication~~
Traite | adjective | Notifiable | ~~NotificationTrait~~
Expand Down
2 changes: 1 addition & 1 deletion japanese.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ Pivotテーブル | 単数形 モデル名のアルファベット順 | article_
コレクション | 説明的、 複数形 | $activeUsers = User::active()->get() | ~~$active, $data~~
オブジェクト | 説明的, 単数形 | $activeUser = User::active()->first() | ~~$users, $obj~~
設定ファイルと言語ファイルのインデックス | スネークケース | articles_enabled | ~~ArticlesEnabled; articles-enabled~~
ビュー | スネークケース | show_filtered.blade.php | ~~showFiltered.blade.php, show-filtered.blade.php~~
ビュー | ケバブケース | show-filtered.blade.php | ~~showFiltered.blade.php, show_filtered.blade.php~~
コンフィグ | スネークケース | google_calendar.php | ~~googleCalendar.php, google-calendar.php~~
契約 (インターフェイス) | 形容詞または名詞 | Authenticatable | ~~AuthenticationInterface, IAuthentication~~
Trait | 形容詞 | Notifiable | ~~NotificationTrait~~
Expand Down
2 changes: 1 addition & 1 deletion persian.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ Variable | روش camelCase | $articlesWithAuthor | ~~$articles_with_author~~
Collection | توصیفی و اسامی جمع | $activeUsers = User::active()->get() | ~~$active, $data~~
Object | توصیفی و اسامی مفرد | $activeUser = User::active()->first() | ~~$users, $obj~~
Config and language files index | snake_case | articles_enabled | ~~ArticlesEnabled; articles-enabled~~
View | snake_case | show_filtered.blade.php | ~~showFiltered.blade.php, show-filtered.blade.php~~
View | kebab-case | show-filtered.blade.php | ~~showFiltered.blade.php, show_filtered.blade.php~~
Config | snake_case | google_calendar.php | ~~googleCalendar.php, google-calendar.php~~
Contract (interface) | صفت یا اسم | Authenticatable | ~~AuthenticationInterface, IAuthentication~~
Trait | صفت | Notifiable | ~~NotificationTrait~~
Expand Down
2 changes: 1 addition & 1 deletion russian.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ Pivot таблица | имена моделей в алфавитном пор
Коллекция | описательное, мн. ч. | $activeUsers = User::active()->get() | ~~$active, $data~~
Объект | описательное, ед. ч. | $activeUser = User::active()->first() | ~~$users, $obj~~
Индексы в конфиге и языковых файлах | snake_case | articles_enabled | ~~ArticlesEnabled; articles-enabled~~
Представление | snake_case | show_filtered.blade.php | ~~showFiltered.blade.php, show-filtered.blade.php~~
Представление | kebab-case | show-filtered.blade.php | ~~showFiltered.blade.php, show_filtered.blade.php~~
Конфигурационный файл | snake_case | google_calendar.php | ~~googleCalendar.php, google-calendar.php~~
Контракт (интерфейс) | прилагательное или существительное | Authenticatable | ~~AuthenticationInterface, IAuthentication~~
Трейт | прилагательное | Notifiable | ~~NotificationTrait~~
Expand Down
2 changes: 1 addition & 1 deletion spanish.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ Variable | camelCase | $articulosConAutor | ~~$articulos_con_autor~~
Colección | descriptiva, plural | $usuariosActivos = Usuario::active()->get() | ~~$activo, $data~~
Objeto | descriptivo, singular | $usuarioActivo = Usuario::active()->first() | ~~$usuarios, $obj~~
Índice de archivos de configuración y lenguaje | snake_case | articulos_habilitados | ~~articulosHabilitados; articulos-habilitados~~
Vistas | snake_case | mostrar_filtrados.blade.php | ~~mostrarFiltrados.blade.php, mostrar-filtrados.blade.php~~
Vistas | kebab-case | show-filtered.blade.php | ~~showFiltered.blade.php, show_filtered.blade.php~~
Configuración | snake_case | google_calendar.php | ~~googleCalendar.php, google-calendar.php~~
Contrato (interface) | adjetivo o sustantivo | Autenticable | ~~interfaceAutenticacion, IAutenticacion~~
Trait | adjetivo | Notifiable | ~~NotificationTrait~~
Expand Down
2 changes: 1 addition & 1 deletion thai.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ Variable | camelCase | $articlesWithAuthor | ~~$articles_with_author~~
Collection | descriptive, plural | $activeUsers = User::active()->get() | ~~$active, $data~~
Object | descriptive, singular | $activeUser = User::active()->first() | ~~$users, $obj~~
Config and language files index | snake_case | articles_enabled | ~~ArticlesEnabled; articles-enabled~~
View | snake_case | show_filtered.blade.php | ~~showFiltered.blade.php, show-filtered.blade.php~~
View | kebab-case | show-filtered.blade.php | ~~showFiltered.blade.php, show_filtered.blade.php~~
Config | snake_case | google_calendar.php | ~~googleCalendar.php, google-calendar.php~~
Contract (interface) | adjective or noun | Authenticatable | ~~AuthenticationInterface, IAuthentication~~
Trait | adjective | Notifiable | ~~NotificationTrait~~
Expand Down
2 changes: 1 addition & 1 deletion turkish.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ Variable | camelCase | $articlesWithAuthor | ~~$articles_with_author~~
Collection | tanımlayıcı, çoğul | $activeUsers = User::active()->get() | ~~$active, $data~~
Object | tanımlayıcı, tekil | $activeUser = User::active()->first() | ~~$users, $obj~~
Config and language files index | snake_case | articles_enabled | ~~ArticlesEnabled; articles-enabled~~
View | snake_case | show_filtered.blade.php | ~~showFiltered.blade.php, show-filtered.blade.php~~
View | kebab-case | show-filtered.blade.php | ~~showFiltered.blade.php, show_filtered.blade.php~~
Config | snake_case | google_calendar.php | ~~googleCalendar.php, google-calendar.php~~
Contract (interface) | sıfat ya da isim | Authenticatable | ~~AuthenticationInterface, IAuthentication~~
Trait | sıfat | Notifiable | ~~NotificationTrait~~
Expand Down

0 comments on commit 859f3a1

Please sign in to comment.