mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-28 01:53:25 +00:00
Updated translations
This commit is contained in:
committed by
Maikel Linke
parent
a4e4e1ec68
commit
accb3076e9
@@ -12,7 +12,7 @@ angular.module('admin.orderCycles')
|
||||
$scope.StatusMessage = StatusMessage
|
||||
|
||||
$scope.$watch 'order_cycle_form.$dirty', (newValue) ->
|
||||
StatusMessage.display 'notice', 'You have unsaved changes' if newValue
|
||||
StatusMessage.display 'notice', t("admin.unsaved_changes") if newValue
|
||||
|
||||
$scope.loaded = ->
|
||||
Enterprise.loaded && EnterpriseFee.loaded && OrderCycle.loaded
|
||||
|
||||
@@ -70,6 +70,8 @@ en-GB:
|
||||
clear_all: Clear All
|
||||
start_date: "Start Date"
|
||||
end_date: "End Date"
|
||||
unsaved_changes: "You have unsaved changes"
|
||||
form_invalid: "Form contains missing or invalid fields"
|
||||
columns: Columns
|
||||
actions: Actions
|
||||
viewing: "Viewing: %{current_view_name}"
|
||||
|
||||
@@ -105,6 +105,8 @@ en:
|
||||
clear_all: Clear All
|
||||
start_date: "Start Date"
|
||||
end_date: "End Date"
|
||||
unsaved_changes: "You have unsaved changes"
|
||||
form_invalid: "Form contains missing or invalid fields"
|
||||
|
||||
columns: Columns
|
||||
actions: Actions
|
||||
|
||||
Reference in New Issue
Block a user