mirror of
https://github.com/flextype/flextype.git
synced 2025-08-14 09:04:25 +02:00
feat(admin-plugin): add new translates for Delivery Content API #349
This commit is contained in:
@@ -207,6 +207,7 @@ admin_sqlite3_table: "SQLite3 Table"
|
||||
admin_error_name_empty_input: "Name has to be an alphanumeric value (from 1 chars)"
|
||||
admin_error_title_empty_input: "Title has to be an alphanumeric value (from 1 chars)"
|
||||
admin_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
|
||||
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
|
||||
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
|
||||
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
|
||||
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
|
||||
@@ -311,4 +312,18 @@ admin_message_fieldset_not_found: "Fieldset not found"
|
||||
admin_create_and_edit: "Create & Edit"
|
||||
admin_delivery_tokens: "Delivery Tokens"
|
||||
admin_generate_delivery_token: "Generate Delivery Token"
|
||||
admin_you_have_not_generated_any_delivery_tokens_yet: "You haven't generated any Delivery tokens yet!"
|
||||
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
|
||||
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
|
||||
admin_create_new_delivery_token: "Create New Delivery Token"
|
||||
admin_delivery: "Delivery"
|
||||
admin_api_calls_limit: "API Calls limit"
|
||||
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
|
||||
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
|
||||
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
|
||||
admin_state: "State"
|
||||
admin_message_delivery_api_token_updated: "Delivery token updated."
|
||||
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
|
||||
admin_message_delivery_api_token_created: "Delivery token created."
|
||||
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
|
||||
admin_message_delivery_api_token_deleted: "Delivery token deleted."
|
||||
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."
|
||||
|
Reference in New Issue
Block a user