Skip to content

Commit ffae29c

Browse files
committed
feat(core): update code base for new Flextype 0.9.9 - next round
1 parent 68bc136 commit ffae29c

File tree

5 files changed

+29
-21
lines changed

5 files changed

+29
-21
lines changed

lang/en_US.yaml

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,9 @@ admin_author: "Author"
284284
admin_files: "Files"
285285
admin_folders: "Folders"
286286
admin_system_settings: "System Settings"
287-
admin_you_have_not_created_any_entries_api_tokens_yet: "You haven't created any Delivery Entries tokens yet!"
287+
admin_you_have_not_created_any_entries_api_tokens_yet: "You haven't created any Entries tokens yet!"
288+
admin_you_have_not_created_any_files_api_tokens_yet: "You haven't created any Files tokens yet!"
289+
admin_you_have_not_created_any_folders_api_tokens_yet: "You haven't created Folders tokens yet!"
288290
admin_create_new_token: "Create New Token"
289291
admin_confirmation_required: "Confirmation Required"
290292
admin_confirmation_required_for_entry_delete: "Are you sure you want to delete this entry and all its children?"
@@ -295,24 +297,38 @@ admin_message_entries_api_token_created: "Delivery token for entries created."
295297
admin_message_entries_api_token_was_not_created: "Delivery token for entries was not created."
296298
admin_message_entries_api_token_deleted: "Delivery token for entries deleted."
297299
admin_message_entries_api_token_was_not_deleted: "Delivery token for entries was not deleted."
298-
admin_confirmation_required_for_entries_token_delete: "Are you sure you want to delete this delivery token for entries?"
300+
admin_confirmation_required_for_entries_token_delete: "Are you sure you want to delete this token for entries?"
299301
admin_you_have_not_created_any_images_api_tokens_yet: "You haven't created any Images tokens yet!"
300-
admin_you_have_not_created_any_registry_api_tokens_yet: "You haven't created any Delivery Registry tokens yet!"
301-
admin_message_registry_api_token_updated: "Delivery token for registry updated."
302-
admin_message_registry_api_token_was_not_updated: "Delivery token for registry was not updated."
303-
admin_message_registry_api_token_created: "Delivery token for registry created."
304-
admin_message_registry_api_token_was_not_created: "Delivery token for registry was not created."
305-
admin_message_registry_api_token_deleted: "Delivery token for registry deleted."
306-
admin_message_registry_api_token_was_not_deleted: "Delivery token for registry was not deleted."
307-
admin_confirmation_required_for_registry_token_delete: "Are you sure you want to delete this delivery token for registry?"
308-
admin_confirmation_required_for_images_token_delete: "Are you sure you want to delete this images token ?"
302+
admin_you_have_not_created_any_registry_api_tokens_yet: "You haven't created any Registry tokens yet!"
303+
admin_message_registry_api_token_updated: "Token for registry updated."
304+
admin_message_registry_api_token_was_not_updated: "Token for registry was not updated."
305+
admin_message_registry_api_token_created: "Token for registry created."
306+
admin_message_registry_api_token_was_not_created: "Token for registry was not created."
307+
admin_message_registry_api_token_deleted: "Token for registry deleted."
308+
admin_message_registry_api_token_was_not_deleted: "Token for registry was not deleted."
309+
admin_confirmation_required_for_registry_token_delete: "Are you sure you want to delete this token for registry?"
310+
admin_confirmation_required_for_images_token_delete: "Are you sure you want to delete this token for images?"
309311
admin_message_images_api_token_updated: "Images token updated."
310312
admin_message_images_api_token_was_not_updated: "Images token was not updated."
311313
admin_message_images_api_token_created: "Images token created."
312314
admin_message_images_api_token_was_not_created: "Images token was not created."
313315
admin_message_images_api_token_deleted: "Images token deleted."
314316
admin_message_images_api_token_was_not_deleted: "Images token was not deleted."
315317
admin_confirmation_required_for_access_token_delete: "Are you sure you want to delete this access token ?"
318+
admin_confirmation_required_for_files_token_delete: "Are you sure you want to delete this token for files?"
319+
admin_message_files_api_token_updated: "Files token updated."
320+
admin_message_files_api_token_was_not_updated: "Files token was not updated."
321+
admin_message_files_api_token_created: "Files token created."
322+
admin_message_files_api_token_was_not_created: "Files token was not created."
323+
admin_message_files_api_token_deleted: "Files token deleted."
324+
admin_message_files_api_token_was_not_deleted: "Files token was not deleted."
325+
admin_confirmation_required_for_folders_token_delete: "Are you sure you want to delete this token for folders?"
326+
admin_message_folders_api_token_updated: "Folders token updated."
327+
admin_message_folders_api_token_was_not_updated: "Folders token was not updated."
328+
admin_message_folders_api_token_created: "Folders token created."
329+
admin_message_folders_api_token_was_not_created: "Folders token was not created."
330+
admin_message_folders_api_token_deleted: "Folders token deleted."
331+
admin_message_folders_api_token_was_not_deleted: "Folders token was not deleted."
316332
admin_message_access_api_token_updated: "Access token updated."
317333
admin_message_access_api_token_was_not_updated: "Access token was not updated."
318334
admin_message_access_api_token_created: "Access token created."

templates/system/api/entries/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@
6464
<div class="text-center flex justify-center items-center h-full">
6565
<div>
6666
<i class="icon icon--4xl">{{ icon('fas fa-database') }}</i>
67-
<i class="icon icon--4xl mr-3 ml-3">{{ icon('fas angle-right') }}</i>
68-
<i class="icon icon--4xl">{{ icon('fas fa-truck') }}</i>
6967
<h3 class="text-2xl pt-5 pb-8">{{ tr('admin_you_have_not_created_any_entries_api_tokens_yet') }}</h3>
7068
<a href="{{ path_for('admin.api_entries.add') }}" class="button">{{ tr('admin_create_new_token') }}</a>
7169
</div>

templates/system/api/files/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@
6363
{% else %}
6464
<div class="text-center flex justify-center items-center h-full">
6565
<div>
66-
<i class="icon icon--4xl">{{ icon('fas fa-database') }}</i>
67-
<i class="icon icon--4xl mr-3 ml-3">{{ icon('fas angle-right') }}</i>
68-
<i class="icon icon--4xl">{{ icon('fas fa-truck') }}</i>
66+
<i class="icon icon--4xl">{{ icon('fas fa-file') }}</i>
6967
<h3 class="text-2xl pt-5 pb-8">{{ tr('admin_you_have_not_created_any_files_api_tokens_yet') }}</h3>
7068
<a href="{{ path_for('admin.api_files.add') }}" class="button">{{ tr('admin_create_new_token') }}</a>
7169
</div>

templates/system/api/folders/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@
6363
{% else %}
6464
<div class="text-center flex justify-center items-center h-full">
6565
<div>
66-
<i class="icon icon--4xl">{{ icon('fas fa-database') }}</i>
67-
<i class="icon icon--4xl mr-3 ml-3">{{ icon('fas angle-right') }}</i>
68-
<i class="icon icon--4xl">{{ icon('fas fa-truck') }}</i>
66+
<i class="icon icon--4xl">{{ icon('fas fa-folder') }}</i>
6967
<h3 class="text-2xl pt-5 pb-8">{{ tr('admin_you_have_not_created_any_folders_api_tokens_yet') }}</h3>
7068
<a href="{{ path_for('admin.api_folders.add') }}" class="button">{{ tr('admin_create_new_token') }}</a>
7169
</div>

templates/system/api/registry/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@
6464
<div class="text-center flex justify-center items-center h-full">
6565
<div>
6666
<i class="icon icon--4xl">{{ icon('fas fa-archive') }}</i>
67-
<i class="icon icon--4xl mr-3 ml-3">{{ icon('fas angle-right') }}</i>
68-
<i class="icon icon--4xl">{{ icon('fas fa-truck') }}</i>
6967
<h3 class="text-2xl pt-5 pb-8">{{ tr('admin_you_have_not_created_any_registry_api_tokens_yet') }}</h3>
7068
<a href="{{ path_for('admin.api_registry.add') }}" class="button">{{ tr('admin_create_new_token') }}</a>
7169
</div>

0 commit comments

Comments
 (0)