Compare commits
2 Commits
d47c3a456f
...
25613eea05
| Author | SHA1 | Date | |
|---|---|---|---|
| 25613eea05 | |||
| 5519c311ad |
@@ -1,4 +1,4 @@
|
|||||||
FROM php:8.2-fpm
|
FROM php:8.3-fpm
|
||||||
|
|
||||||
# 必要なパッケージのインストール
|
# 必要なパッケージのインストール
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
'save' => 'Speichern',
|
'save' => 'Speichern',
|
||||||
'cancel' => 'Abbrechen',
|
'cancel' => 'Abbrechen',
|
||||||
'created_by' => 'Erstellt von',
|
'created_by' => 'Erstellt von',
|
||||||
|
'modified_by' => 'von',
|
||||||
'updated' => 'Aktualisiert',
|
'updated' => 'Aktualisiert',
|
||||||
'path' => 'Pfad',
|
'path' => 'Pfad',
|
||||||
'last_modified' => 'Zuletzt geändert',
|
'last_modified' => 'Zuletzt geändert',
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
'save' => 'Save',
|
'save' => 'Save',
|
||||||
'cancel' => 'Cancel',
|
'cancel' => 'Cancel',
|
||||||
'created_by' => 'Created by',
|
'created_by' => 'Created by',
|
||||||
|
'modified_by' => 'by',
|
||||||
'updated' => 'Updated',
|
'updated' => 'Updated',
|
||||||
'path' => 'Path',
|
'path' => 'Path',
|
||||||
'last_modified' => 'Last modified',
|
'last_modified' => 'Last modified',
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
'save' => 'Guardar',
|
'save' => 'Guardar',
|
||||||
'cancel' => 'Cancelar',
|
'cancel' => 'Cancelar',
|
||||||
'created_by' => 'Creado por',
|
'created_by' => 'Creado por',
|
||||||
|
'modified_by' => 'por',
|
||||||
'updated' => 'Actualizado',
|
'updated' => 'Actualizado',
|
||||||
'path' => 'Ruta',
|
'path' => 'Ruta',
|
||||||
'last_modified' => 'Última modificación',
|
'last_modified' => 'Última modificación',
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
'save' => 'Enregistrer',
|
'save' => 'Enregistrer',
|
||||||
'cancel' => 'Annuler',
|
'cancel' => 'Annuler',
|
||||||
'created_by' => 'Créé par',
|
'created_by' => 'Créé par',
|
||||||
|
'modified_by' => 'par',
|
||||||
'updated' => 'Mis à jour',
|
'updated' => 'Mis à jour',
|
||||||
'path' => 'Chemin',
|
'path' => 'Chemin',
|
||||||
'last_modified' => 'Dernière modification',
|
'last_modified' => 'Dernière modification',
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
'save' => '保存',
|
'save' => '保存',
|
||||||
'cancel' => 'キャンセル',
|
'cancel' => 'キャンセル',
|
||||||
'created_by' => '作成者',
|
'created_by' => '作成者',
|
||||||
|
'modified_by' => '更新者:',
|
||||||
'updated' => '更新日',
|
'updated' => '更新日',
|
||||||
'path' => 'パス',
|
'path' => 'パス',
|
||||||
'last_modified' => '最終更新',
|
'last_modified' => '最終更新',
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
'save' => '저장',
|
'save' => '저장',
|
||||||
'cancel' => '취소',
|
'cancel' => '취소',
|
||||||
'created_by' => '작성자',
|
'created_by' => '작성자',
|
||||||
|
'modified_by' => '수정자:',
|
||||||
'updated' => '업데이트',
|
'updated' => '업데이트',
|
||||||
'path' => '경로',
|
'path' => '경로',
|
||||||
'last_modified' => '마지막 수정',
|
'last_modified' => '마지막 수정',
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
'save' => '保存',
|
'save' => '保存',
|
||||||
'cancel' => '取消',
|
'cancel' => '取消',
|
||||||
'created_by' => '创建者',
|
'created_by' => '创建者',
|
||||||
|
'modified_by' => '修改者:',
|
||||||
'updated' => '更新时间',
|
'updated' => '更新时间',
|
||||||
'path' => '路径',
|
'path' => '路径',
|
||||||
'last_modified' => '最后修改',
|
'last_modified' => '最后修改',
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
'save' => '儲存',
|
'save' => '儲存',
|
||||||
'cancel' => '取消',
|
'cancel' => '取消',
|
||||||
'created_by' => '建立者',
|
'created_by' => '建立者',
|
||||||
|
'modified_by' => '修改者:',
|
||||||
'updated' => '更新時間',
|
'updated' => '更新時間',
|
||||||
'path' => '路徑',
|
'path' => '路徑',
|
||||||
'last_modified' => '最後修改',
|
'last_modified' => '最後修改',
|
||||||
|
|||||||
@@ -20,15 +20,19 @@ class="inline-flex items-center px-4 py-2 bg-indigo-600 text-white text-sm font-
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex items-center text-sm text-gray-500 space-x-4">
|
<div class="flex items-center text-sm text-gray-500 space-x-4">
|
||||||
@if($document->created_by)
|
|
||||||
<span>
|
|
||||||
{{ __('messages.documents.created_by') }} {{ $document->creator->name }}
|
|
||||||
</span>
|
|
||||||
@endif
|
|
||||||
|
|
||||||
<span>
|
<span>
|
||||||
{{ __('messages.documents.updated') }} {{ $document->updated_at->diffForHumans() }}
|
{{ __('messages.documents.updated') }} {{ $document->updated_at->diffForHumans() }}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
@if($document->updated_by && $document->updater)
|
||||||
|
<span>
|
||||||
|
{{ __('messages.documents.modified_by') }} {{ $document->updater->name }}
|
||||||
|
</span>
|
||||||
|
@elseif($document->created_by && $document->creator)
|
||||||
|
<span>
|
||||||
|
{{ __('messages.documents.modified_by') }} {{ $document->creator->name }}
|
||||||
|
</span>
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user