Update wording

This commit is contained in:
2024-10-17 16:07:12 +11:00
parent aad6f4adbd
commit 4c9fa5b730
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ URL Manager is a Django-based web application for managing and tracking short UR
## Usage
- To create a new short URL, click on the "Create New Link" button on the home page.
- To create a new short URL, click on the "New Link" button on the home page.
- To edit or delete a link, use the corresponding buttons in the link list.
- To view detailed statistics for a link, click on the "Details" button.
- Use the search bar in the navigation to quickly find links by alias or original URL.
+1 -1
View File
@@ -11,7 +11,7 @@
<div class="bg-white shadow-md rounded-lg overflow-hidden">
<div class="px-4 py-5 sm:px-6 bg-gray-50 border-b border-gray-200">
<h1 class="text-2xl font-bold text-gray-900">
{% if form.instance.pk %}{% trans "Edit Link" %}{% else %}{% trans "Create New Link" %}{% endif %}
{% if form.instance.pk %}{% trans "Edit Link" %}{% else %}{% trans "New Link" %}{% endif %}
</h1>
</div>
<div class="px-4 py-5 sm:p-6">
+1 -1
View File
@@ -37,7 +37,7 @@
<svg class="w-4 h-4 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6v6m0 0v6m0-6h6m-6 0H6"></path>
</svg>
{% trans "Create New Link" %}
{% trans "New Link" %}
</a>
</div>
</div>
+1 -1
View File
@@ -1666,7 +1666,7 @@ msgstr ""
#: links/templates/links/link_form.html:14
#: links/templates/links/link_list.html:31
msgid "Create New Link"
msgid "New Link"
msgstr ""
#: links/templates/links/link_form.html:33
+1 -1
View File
@@ -1689,7 +1689,7 @@ msgstr "编辑链接"
#: links/templates/links/link_form.html:14
#: links/templates/links/link_list.html:40
msgid "Create New Link"
msgid "New Link"
msgstr "创建新链接"
#: links/templates/links/link_form.html:33