mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +00:00
Again small localization string changes (references #421)
This commit is contained in:
parent
b02e43aea8
commit
d617a72397
@ -1586,7 +1586,7 @@ msgstr ""
|
|||||||
msgid "Show stock entries"
|
msgid "Show stock entries"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Stock entry"
|
msgid "Stock entries"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Best before date"
|
msgid "Best before date"
|
||||||
@ -1606,3 +1606,6 @@ msgstr ""
|
|||||||
|
|
||||||
msgid "Stock entry successfully updated"
|
msgid "Stock entry successfully updated"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Edit stock entry"
|
||||||
|
msgstr ""
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
@extends('layout.default')
|
@extends('layout.default')
|
||||||
|
|
||||||
@section('title', $__t('Stock entry'))
|
@section('title', $__t('Stock entries'))
|
||||||
@section('activeNav', 'stockdetail')
|
@section('activeNav', 'stockdetail')
|
||||||
@section('viewJsName', 'stockdetail')
|
@section('viewJsName', 'stockdetail')
|
||||||
|
|
||||||
@ -114,7 +114,7 @@
|
|||||||
data-product-id="{{ $currentStockEntry->product_id }}"
|
data-product-id="{{ $currentStockEntry->product_id }}"
|
||||||
data-location-id="{{ $currentStockEntry->location_id }}"
|
data-location-id="{{ $currentStockEntry->location_id }}"
|
||||||
data-id="{{ $currentStockEntry->id }}">
|
data-id="{{ $currentStockEntry->id }}">
|
||||||
<i class="fas fa-boxes"></i> {{ $__t('Stock edit') }}
|
<i class="fas fa-boxes"></i> {{ $__t('Edit stock entry') }}
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
<a class="dropdown-item product-name-cell" data-product-id="{{ $currentStockEntry->product_id }}" type="button" href="#">
|
<a class="dropdown-item product-name-cell" data-product-id="{{ $currentStockEntry->product_id }}" type="button" href="#">
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
@extends('layout.default')
|
@extends('layout.default')
|
||||||
|
|
||||||
@section('title', $__t('Stock edit'))
|
@section('title', $__t('Edit stock entry'))
|
||||||
@section('activeNav', 'stockedit')
|
@section('activeNav', 'stockedit')
|
||||||
@section('viewJsName', 'stockedit')
|
@section('viewJsName', 'stockedit')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user